]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix doc typos.
authorDavid Makepeace <david.p.makepeace@oracle.com>
Wed, 26 May 2021 13:07:38 +0000 (23:07 +1000)
committerPauli <pauli@openssl.org>
Fri, 28 May 2021 04:03:36 +0000 (14:03 +1000)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15483)

doc/man3/X509_STORE_CTX_get_error.pod

index eb68f8a7fc53c3a340e432446f47c0a711197520..fad51ea756ed72c0e50e5fb5c7dbee3c5b7c2b5d 100644 (file)
@@ -398,11 +398,11 @@ This error is only possible in L<openssl-s_client(1)>.
 
 EE certificate key too weak.
 
-=item B<X509_ERR_CA_KEY_TOO_SMALL: CA certificate key too weak>
+=item B<X509_V_ERR_CA_KEY_TOO_SMALL: CA certificate key too weak>
 
 CA certificate key too weak.
 
-=item B<X509_ERR_CA_MD_TOO_WEAK: CA signature digest algorithm too weak>
+=item B<X509_V_ERR_CA_MD_TOO_WEAK: CA signature digest algorithm too weak>
 
 CA signature digest algorithm too weak.