]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix L<EVP_MD_CTX_set_pkey_ctx> links
authormoehuster <moehuster@gmail.com>
Tue, 12 Nov 2019 11:28:51 +0000 (19:28 +0800)
committerTomas Mraz <tmraz@fedoraproject.org>
Thu, 28 Nov 2019 15:53:54 +0000 (16:53 +0100)
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)

doc/man3/EVP_DigestSignInit.pod
doc/man3/EVP_DigestVerifyInit.pod

index af380dab12d21bfa7b3b8043b7190775aba6bb0d..602c8eda96793e76ba781df122a85bc4ec3bbd49 100644 (file)
@@ -57,7 +57,7 @@ The digest I<mdname> may be NULL if the signing algorithm supports it. The
 I<props> argument can always be NULL.
 
 No B<EVP_PKEY_CTX> will be created by EVP_DigestSignInit_ex() if the passed
-I<ctx> has already been assigned one via L<EVP_MD_CTX_set_ctx(3)>. See also
+I<ctx> has already been assigned one via L<EVP_MD_CTX_set_pkey_ctx(3)>. See also
 L<SM2(7)>.
 
 Only EVP_PKEY types that support signing can be used with these functions. This
index 98ca8dcdbcaa0cd12f60fe93e1c7ac0191e1e89f..5173abded014ecd2d4ec3524abe897fdc3de6448 100644 (file)
@@ -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.