From 7ae1630a97c50f2505cc2e8632d1684e376cc976 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Fri, 17 May 2002 12:42:40 +0000 Subject: [PATCH] proto tweak --- ext/openssl/openssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/openssl/openssl.c b/ext/openssl/openssl.c index e5c6ddaa7a..f12329975a 100644 --- a/ext/openssl/openssl.c +++ b/ext/openssl/openssl.c @@ -2362,7 +2362,7 @@ PHP_FUNCTION(openssl_private_encrypt) } /* }}} */ -/* {{{ proto bool openssl_private_decrypt(string data, string crypted, mixed key [, int padding]) +/* {{{ proto bool openssl_private_decrypt(string data, string decrypted, mixed key [, int padding]) Decrypts data with private key */ PHP_FUNCTION(openssl_private_decrypt) { -- 2.50.1