From: Daniel Gustafsson Date: Thu, 16 Apr 2026 12:06:19 +0000 (+0200) Subject: Fix prototype typo in X509_NAME_get_index_by_NID X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=4b8ddae690d6449005e474bfdfe73106d4d6c5ea;p=thirdparty%2Fopenssl.git Fix prototype typo in X509_NAME_get_index_by_NID s/cont/const/ Fixes: b0f2107b4404 "Constify X509_NAME" Reviewed-by: Eugene Syromiatnikov Reviewed-by: Tomas Mraz Reviewed-by: Frederik Wedel-Heinen MergeDate: Mon Apr 20 07:54:23 2026 (Merged from https://github.com/openssl/openssl/pull/30865) --- diff --git a/doc/man3/X509_NAME_get_index_by_NID.pod b/doc/man3/X509_NAME_get_index_by_NID.pod index 30211e5fe14..6a9764fda83 100644 --- a/doc/man3/X509_NAME_get_index_by_NID.pod +++ b/doc/man3/X509_NAME_get_index_by_NID.pod @@ -15,7 +15,7 @@ X509_NAME lookup and enumeration functions const ASN1_OBJECT *obj, int lastpos); int X509_NAME_entry_count(const X509_NAME *name); - cont X509_NAME_ENTRY *X509_NAME_get_entry(const X509_NAME *name, int loc); + const X509_NAME_ENTRY *X509_NAME_get_entry(const X509_NAME *name, int loc); Deprecated Functions: