pajoye Sat Oct 21 00:42:59 2006 UTC
Modified files:
/php-src/ext/openssl openssl.c
Log:
- add signature_algo to the function signature
http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.130&r2=1.131&diff_format=u
Index: php-src/ext/openssl/openssl.c
diff -u php-src/ext/openssl/openssl.c:1.130 php-src/ext/openssl/openssl.c:1.131
--- php-src/ext/openssl/openssl.c:1.130 Sat Oct 21 00:28:55 2006
+++ php-src/ext/openssl/openssl.c Sat Oct 21 00:42:59 2006
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: openssl.c,v 1.130 2006/10/21 00:28:55 pajoye Exp $ */
+/* $Id: openssl.c,v 1.131 2006/10/21 00:42:59 pajoye Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -3146,7 +3146,7 @@
}
/* }}} */
-/* {{{ proto int openssl_verify(string data, string signature, mixed key)
+/* {{{ proto int openssl_verify(string data, string signature, mixed key [,
int signature_algo])
Verifys data */
PHP_FUNCTION(openssl_verify)
{
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php