summaryrefslogtreecommitdiffstats
path: root/doc/man3/EVP_DigestVerifyInit.pod
diff options
context:
space:
mode:
authormoehuster <moehuster@gmail.com>2019-11-12 19:28:51 +0800
committerTomas Mraz <tmraz@fedoraproject.org>2019-11-28 16:53:54 +0100
commit3c86a2b5c81fd1d39155e4fea35a55c29f9bc4c4 (patch)
treef7c4d454b4b74b71661ef6ac0fe1e5e19de4a501 /doc/man3/EVP_DigestVerifyInit.pod
parent07a470729c4ace678fba6aeeeaf506436aa856e2 (diff)
Fix L<EVP_MD_CTX_set_pkey_ctx> links
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10420) (cherry picked from commit ca7c982821cd6d7546f92623da61a6f43ee32d0a)
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 98ca8dcdbc..5173abded0 100644
--- a/doc/man3/EVP_DigestVerifyInit.pod
+++ b/doc/man3/EVP_DigestVerifyInit.pod
@@ -56,7 +56,7 @@ means the EVP_PKEY_CTX is created inside EVP_DigestVerifyInit_ex() and it will
be freed automatically when the EVP_MD_CTX is freed).
No B<EVP_PKEY_CTX> will be created by EVP_DigestSignInit_ex() if the passed
-B<ctx> has already been assigned one via L<EVP_MD_CTX_set_ctx(3)>. See also
+B<ctx> has already been assigned one via L<EVP_MD_CTX_set_pkey_ctx(3)>. See also
L<SM2(7)>.
Not all digests can be used for all key types. The following combinations apply.