From 3c86a2b5c81fd1d39155e4fea35a55c29f9bc4c4 Mon Sep 17 00:00:00 2001 From: moehuster Date: Tue, 12 Nov 2019 19:28:51 +0800 Subject: [PATCH] Fix L links Reviewed-by: Matt Caswell Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/10420) (cherry picked from commit ca7c982821cd6d7546f92623da61a6f43ee32d0a) --- doc/man3/EVP_DigestSignInit.pod | 2 +- doc/man3/EVP_DigestVerifyInit.pod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/man3/EVP_DigestSignInit.pod b/doc/man3/EVP_DigestSignInit.pod index af380dab12..602c8eda96 100644 --- a/doc/man3/EVP_DigestSignInit.pod +++ b/doc/man3/EVP_DigestSignInit.pod @@ -57,7 +57,7 @@ The digest I may be NULL if the signing algorithm supports it. The I argument can always be NULL. No B will be created by EVP_DigestSignInit_ex() if the passed -I has already been assigned one via L. See also +I has already been assigned one via L. See also L. Only EVP_PKEY types that support signing can be used with these functions. This 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 will be created by EVP_DigestSignInit_ex() if the passed -B has already been assigned one via L. See also +B has already been assigned one via L. See also L. Not all digests can be used for all key types. The following combinations apply. -- 2.25.1