diff options
author | Wez Furlong <wez@php.net> | 2002-05-17 12:42:40 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2002-05-17 12:42:40 +0000 |
commit | 7ae1630a97c50f2505cc2e8632d1684e376cc976 (patch) | |
tree | 7532a77bac4a3b386be51a9ad94287c600d520af | |
parent | c347e0ce8804df01c5c77460c863d1001780740f (diff) | |
download | php-git-7ae1630a97c50f2505cc2e8632d1684e376cc976.tar.gz |
proto tweak
-rw-r--r-- | ext/openssl/openssl.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |