andrey Thu Jun 12 07:55:01 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/mcrypt mcrypt.c
Log:
proto fixes
Index: php4/ext/mcrypt/mcrypt.c
diff -u php4/ext/mcrypt/mcrypt.c:1.77.4.4 php4/ext/mcrypt/mcrypt.c:1.77.4.5
--- php4/ext/mcrypt/mcrypt.c:1.77.4.4 Fri Mar 7 08:42:15 2003
+++ php4/ext/mcrypt/mcrypt.c Thu Jun 12 07:55:01 2003
@@ -16,7 +16,7 @@
| Derick Rethans <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
*/
-/* $Id: mcrypt.c,v 1.77.4.4 2003/03/07 13:42:15 ddhill Exp $ */
+/* $Id: mcrypt.c,v 1.77.4.5 2003/06/12 11:55:01 andrey Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -607,7 +607,7 @@
/* }}} */
-/* {{{ 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)
{
@@ -917,7 +917,7 @@
/* }}} */
-/* {{{ 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)
{
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php