]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix names of X509_V_ERR_ERROR_IN_CERT_* constants in man page
authorArne Schwabe <arne@rfc2549.org>
Tue, 31 Mar 2026 11:30:38 +0000 (13:30 +0200)
committerTomas Mraz <tomas@openssl.foundation>
Wed, 1 Apr 2026 17:07:19 +0000 (19:07 +0200)
The names of the X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD and
X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD in the man page have
the first _ERR_ spelt out as _ERROR_ instead.

Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Frederik Wedel-Heinen <fwh.openssl@gmail.com>
MergeDate: Wed Apr  1 17:06:53 2026
(Merged from https://github.com/openssl/openssl/pull/30643)

(cherry picked from commit e39a6de5c8ba43f95073cd3f88cdb86bd131825e)

doc/man3/X509_check_certificate_times.pod

index 65d899f63c9412db3f40fe77faca079353581fe1..2f3c9ccb1788e8b1eba1cb1cbe57dad2b2facb71 100644 (file)
@@ -89,9 +89,9 @@ value it points to will be set to an error code when the certificate
 is not temporally valid, or 0 when the certificate is temporally valid.
 
 The integer pointed to by I<error> will be set to
-X509_V_ERROR_ERROR_IN_CERT_NOT_BEFORE_FIELD
+X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD
 or
-X509_V_ERROR_ERROR_IN_CERT_NOT_AFTER_FIELD
+X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD
 if the certificate has an invalid notBefore or notAfter field, respectively.
 
 The integer pointed to by I<error> will be set to