From: Pierre Joye Date: Sat, 21 Oct 2006 00:43:00 +0000 (+0000) Subject: - add signature_algo to the function signature X-Git-Tag: RELEASE_1_0_0RC1~1228 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=95b56a6eda3f290ab0b13044800d2d18de33bbed;p=php - add signature_algo to the function signature --- diff --git a/ext/openssl/openssl.c b/ext/openssl/openssl.c index a0997a5225..aea04df347 100644 --- a/ext/openssl/openssl.c +++ b/ext/openssl/openssl.c @@ -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) {