summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2002-05-17 12:42:40 +0000
committerWez Furlong <wez@php.net>2002-05-17 12:42:40 +0000
commit7ae1630a97c50f2505cc2e8632d1684e376cc976 (patch)
tree7532a77bac4a3b386be51a9ad94287c600d520af
parentc347e0ce8804df01c5c77460c863d1001780740f (diff)
downloadphp-git-7ae1630a97c50f2505cc2e8632d1684e376cc976.tar.gz
proto tweak
-rw-r--r--ext/openssl/openssl.c2
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)
{