andrey Thu Jun 12 08:00:20 2003 EDT
Modified files:
/php4/ext/mcrypt mcrypt.c
Log:
proto fixes
Index: php4/ext/mcrypt/mcrypt.c
diff -u php4/ext/mcrypt/mcrypt.c:1.85 php4/ext/mcrypt/mcrypt.c:1.86
--- php4/ext/mcrypt/mcrypt.c:1.85 Tue Jun 10 16:03:31 2003
+++ php4/ext/mcrypt/mcrypt.c Thu Jun 12 08:00:20 2003
@@ -16,7 +16,7 @@
| Derick Rethans <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
*/
-/* $Id: mcrypt.c,v 1.85 2003/06/10 20:03:31 imajes Exp $ */
+/* $Id: mcrypt.c,v 1.86 2003/06/12 12:00:20 andrey Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -532,7 +532,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)
{
@@ -783,7 +783,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