Commit 4b8ddae690 for openssl.org
commit 4b8ddae690d6449005e474bfdfe73106d4d6c5ea
Author: Daniel Gustafsson <daniel@yesql.se>
Date: Thu Apr 16 14:06:19 2026 +0200
Fix prototype typo in X509_NAME_get_index_by_NID
s/cont/const/
Fixes: b0f2107b4404 "Constify X509_NAME"
Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.foundation>
Reviewed-by: Frederik Wedel-Heinen <fwh.openssl@gmail.com>
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 30211e5fe1..6a9764fda8 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: