From 95b56a6eda3f290ab0b13044800d2d18de33bbed Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Sat, 21 Oct 2006 00:43:00 +0000 Subject: [PATCH] - add signature_algo to the function signature --- ext/openssl/openssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.50.1