Update EVP_VerifyInit.pod
authorSambit Kumar Dash <sambitdash@gmail.com>
Thu, 30 May 2019 21:23:02 +0000 (02:53 +0530)
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Fri, 31 May 2019 09:51:49 +0000 (11:51 +0200)
Method name correction.

CLA: trivial

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/9052)

(cherry picked from commit 3c9a8d4a5155e1b02fab63ea97b8131eadda8320)

doc/man3/EVP_VerifyInit.pod

index f86825849b80ec36b4320b984e761a0ef7162425..3f36e00f8901261a6f883ed9c05ade5182a28936 100644 (file)
@@ -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