From: Sambit Kumar Dash Date: Thu, 30 May 2019 21:23:02 +0000 (+0530) Subject: Update EVP_VerifyInit.pod X-Git-Tag: openssl-3.0.0-alpha1~2014 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3c9a8d4a5155e1b02fab63ea97b8131eadda8320;p=oweals%2Fopenssl.git Update EVP_VerifyInit.pod Method name correction. CLA: trivial Reviewed-by: Matt Caswell Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/9052) --- diff --git a/doc/man3/EVP_VerifyInit.pod b/doc/man3/EVP_VerifyInit.pod index b60c31ca22..654c6bc5b3 100644 --- a/doc/man3/EVP_VerifyInit.pod +++ b/doc/man3/EVP_VerifyInit.pod @@ -72,7 +72,7 @@ data have been passed through EVP_SignUpdate(). It is not possible to change the signing parameters using these function. -The previous two bugs are fixed in the newer EVP_VerifyDigest*() function. +The previous two bugs are fixed in the newer EVP_DigestVerify*() function. =head1 SEE ALSO