]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Constify X509_CRL_get0_by_cert
authorAngel Yankov <angel.yankov@suse.com>
Thu, 19 Feb 2026 08:27:21 +0000 (10:27 +0200)
committerNeil Horman <nhorman@openssl.org>
Sun, 22 Feb 2026 17:57:49 +0000 (12:57 -0500)
Reviewed-by: Nikola Pajkovsky <nikolap@openssl.org>
Reviewed-by: Frederik Wedel-Heinen <fwh.openssl@gmail.com>
Reviewed-by: Neil Horman <nhorman@openssl.org>
MergeDate: Sun Feb 22 17:57:56 2026
(Merged from https://github.com/openssl/openssl/pull/30079)

doc/man3/X509_CRL_get0_by_serial.pod

index 1db7c174f1d3f9915978054892c561077820f050..c9738381acdbc566750e7694c24fcbfa792e8017 100644 (file)
@@ -105,6 +105,8 @@ L<X509_verify_cert(3)>
 
 =head1 HISTORY
 
+X509_CRL_get0_by_cert() was constified in OpenSSL 4.0.
+
 X509_CRL_get_REVOKED() was constified in OpenSSL 4.0.
 
 X509_CRL_get0_by_cert was constified in OpenSSL 4.0.