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)
This commit is contained in:
Sambit Kumar Dash 2019-05-31 02:53:02 +05:30 committed by GitHub
parent 03da376ff7
commit 3c9a8d4a51

View 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