summaryrefslogtreecommitdiffstats
path: root/doc/man3/EVP_DigestVerifyInit.pod
diff options
context:
space:
mode:
authorAntoine Cœur <coeur@gmx.fr>2019-07-02 10:04:04 +0200
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2019-07-02 14:22:29 +0200
commitc2969ff6e70b10f71fbd97c1d0b0cffc92bd69df (patch)
tree31e1c94c18598574c6074468cffbf16602f98a15 /doc/man3/EVP_DigestVerifyInit.pod
parenttest/p_test.c: silence -Wstringop-overflow (diff)
downloadopenssl-c2969ff6e70b10f71fbd97c1d0b0cffc92bd69df.tar.xz
openssl-c2969ff6e70b10f71fbd97c1d0b0cffc92bd69df.zip
Fix Typos
CLA: trivial Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/9288)
Diffstat (limited to 'doc/man3/EVP_DigestVerifyInit.pod')
-rw-r--r--doc/man3/EVP_DigestVerifyInit.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/EVP_DigestVerifyInit.pod b/doc/man3/EVP_DigestVerifyInit.pod
index 9e2a045f66..97bb773722 100644
--- a/doc/man3/EVP_DigestVerifyInit.pod
+++ b/doc/man3/EVP_DigestVerifyInit.pod
@@ -32,7 +32,7 @@ being passed to EVP_DigestVerifyInit() (which means the EVP_PKEY_CTX is created
inside EVP_DigestVerifyInit() and it will be freed automatically when the
EVP_MD_CTX is freed).
-No B<EVP_PKEY_CTX> will be created by EVP_DigsetSignInit() if the passed B<ctx>
+No B<EVP_PKEY_CTX> will be created by EVP_DigestSignInit() if the passed B<ctx>
has already been assigned one via L<EVP_MD_CTX_set_ctx(3)>. See also L<SM2(7)>.
EVP_DigestVerifyUpdate() hashes B<cnt> bytes of data at B<d> into the