summaryrefslogtreecommitdiff
path: root/ext/mcrypt/mcrypt.c
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2003-06-12 12:00:20 +0000
committerAndrey Hristov <andrey@php.net>2003-06-12 12:00:20 +0000
commitb8e59bb336d3c855f1ed3eeb24ca30598a241dbe (patch)
tree93378fa78d85b68646c35270b829971f45a803f0 /ext/mcrypt/mcrypt.c
parent080eaaf57324be06db2ded17efee6e248f66e885 (diff)
downloadphp-git-b8e59bb336d3c855f1ed3eeb24ca30598a241dbe.tar.gz
proto fixes
Diffstat (limited to 'ext/mcrypt/mcrypt.c')
-rw-r--r--ext/mcrypt/mcrypt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mcrypt/mcrypt.c b/ext/mcrypt/mcrypt.c
index b8e0f5e327..11a476940d 100644
--- a/ext/mcrypt/mcrypt.c
+++ b/ext/mcrypt/mcrypt.c
@@ -532,7 +532,7 @@ PHP_FUNCTION(mdecrypt_generic)
/* }}} */
-/* {{{ proto int mcrypt_enc_get_supported_key_sizes(resource td)
+/* {{{ proto array mcrypt_enc_get_supported_key_sizes(resource td)
This function decrypts the crypttext */
PHP_FUNCTION(mcrypt_enc_get_supported_key_sizes)
{
@@ -783,7 +783,7 @@ PHP_FUNCTION(mcrypt_module_get_algo_key_size)
/* }}} */
-/* {{{ proto int mcrypt_module_get_supported_key_sizes(string algorithm [, string lib_dir])
+/* {{{ proto array mcrypt_module_get_supported_key_sizes(string algorithm [, string lib_dir])
This function decrypts the crypttext */
PHP_FUNCTION(mcrypt_module_get_supported_key_sizes)
{