]> granicus.if.org Git - php/commitdiff
- add signature_algo to the function signature
authorPierre Joye <pajoye@php.net>
Sat, 21 Oct 2006 00:43:00 +0000 (00:43 +0000)
committerPierre Joye <pajoye@php.net>
Sat, 21 Oct 2006 00:43:00 +0000 (00:43 +0000)
ext/openssl/openssl.c

index a0997a522501def217ff7579c5440f18f12c0b81..aea04df347bed68de403a8b702bd8f7df41a5f2b 100644 (file)
@@ -3146,7 +3146,7 @@ PHP_FUNCTION(openssl_sign)
 }
 /* }}} */
 
-/* {{{ 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)
 {