From: Wez Furlong Date: Fri, 17 May 2002 12:42:40 +0000 (+0000) Subject: proto tweak X-Git-Tag: php-4.3.0dev-ZendEngine2~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ae1630a97c50f2505cc2e8632d1684e376cc976;p=php proto tweak --- 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) {