]> git.ipfire.org Git - thirdparty/openssl.git/commit
X509_EXTENSION_set_object.pod, X509v3_get_ext_by_NID.pod: add missing const
authorEugene Syromiatnikov <esyr@openssl.org>
Fri, 27 Mar 2026 11:05:39 +0000 (12:05 +0100)
committerEugene Syromiatnikov <esyr@openssl.org>
Tue, 31 Mar 2026 00:59:06 +0000 (02:59 +0200)
commite54c214b2d580b80e7b5b4f01e43bcd2dfa1440d
tree9d668ed0ded4084b9a2f78c38c1615a931ee4d3c
parentfa4afd180b25ce9ac0c77ca5148df10202a6a6d1
X509_EXTENSION_set_object.pod, X509v3_get_ext_by_NID.pod: add missing const

Update the documentation to include that added const qualifiers
to the arguments of X509_EXTENSION_get_object(), X509_EXTENSION_get_data(),
and X509v3_add_ext().

References: https://github.com/openssl/openssl/pull/30595
Complements: e75bd84ffc73 "Constify X509_get_ext() and friends.."
Signed-off-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.foundation>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
MergeDate: Tue Mar 31 00:47:35 2026
(Merged from https://github.com/openssl/openssl/pull/30601)

(cherry picked from commit 0d5553fff4d1117c5380beaa8873ee9e8c56057e)
doc/man3/X509_EXTENSION_set_object.pod
doc/man3/X509v3_get_ext_by_NID.pod