summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSambit Kumar Dash <sambitdash@gmail.com>2019-05-31 02:53:02 +0530
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2019-05-31 11:51:49 +0200
commit8d5c80539df8f306798f416f19512f892687d84a (patch)
tree3b045a29bf72a86788d61fde838de6b4475ba3b2
parente9ad1e00e1f02502eea5f99cfe8463bc93fac3cf (diff)
Update EVP_VerifyInit.pod
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)
-rw-r--r--doc/man3/EVP_VerifyInit.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/EVP_VerifyInit.pod b/doc/man3/EVP_VerifyInit.pod
index f86825849b..3f36e00f89 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