From: Arne Schwabe Date: Tue, 31 Mar 2026 11:30:38 +0000 (+0200) Subject: Fix names of X509_V_ERR_ERROR_IN_CERT_* constants in man page X-Git-Tag: openssl-4.0.0~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e39a6de5c8ba43f95073cd3f88cdb86bd131825e;p=thirdparty%2Fopenssl.git Fix names of X509_V_ERR_ERROR_IN_CERT_* constants in man page 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 Reviewed-by: Eugene Syromiatnikov Reviewed-by: Frederik Wedel-Heinen MergeDate: Wed Apr 1 17:06:53 2026 (Merged from https://github.com/openssl/openssl/pull/30643) --- diff --git a/doc/man3/X509_check_certificate_times.pod b/doc/man3/X509_check_certificate_times.pod index 65d899f63c9..2f3c9ccb178 100644 --- a/doc/man3/X509_check_certificate_times.pod +++ b/doc/man3/X509_check_certificate_times.pod @@ -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 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 will be set to