summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2024-01-25 15:09:22 +0000
committertb <>2024-01-25 15:09:22 +0000
commit470ffcebb9fc3dcead4e6ec563149a24d2846c0f (patch)
tree5d38fe3eea1a0543dcd2bcf67806149bc3491286
parent9a1e86766d1016520d954f0f38495dd1a6e73c60 (diff)
downloadopenbsd-470ffcebb9fc3dcead4e6ec563149a24d2846c0f.tar.gz
openbsd-470ffcebb9fc3dcead4e6ec563149a24d2846c0f.tar.bz2
openbsd-470ffcebb9fc3dcead4e6ec563149a24d2846c0f.zip
This table no longer needs to be sorted
-rw-r--r--src/lib/libcrypto/x509/x509_lib.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libcrypto/x509/x509_lib.c b/src/lib/libcrypto/x509/x509_lib.c
index c78b600677..5ddfc37619 100644
--- a/src/lib/libcrypto/x509/x509_lib.c
+++ b/src/lib/libcrypto/x509/x509_lib.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: x509_lib.c,v 1.15 2024/01/25 12:20:17 tb Exp $ */ 1/* $OpenBSD: x509_lib.c,v 1.16 2024/01/25 15:09:22 tb Exp $ */
2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL 2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
3 * project 1999. 3 * project 1999.
4 */ 4 */
@@ -78,10 +78,6 @@ extern const X509V3_EXT_METHOD v3_name_constraints, v3_inhibit_anyp, v3_idp;
78extern const X509V3_EXT_METHOD v3_addr, v3_asid; 78extern const X509V3_EXT_METHOD v3_addr, v3_asid;
79extern const X509V3_EXT_METHOD v3_ct_scts[3]; 79extern const X509V3_EXT_METHOD v3_ct_scts[3];
80 80
81/*
82 * This table needs to be sorted by increasing ext_nid values for OBJ_bsearch_.
83 */
84
85static const X509V3_EXT_METHOD *standard_exts[] = { 81static const X509V3_EXT_METHOD *standard_exts[] = {
86 &v3_nscert, 82 &v3_nscert,
87 &v3_ns_ia5_list[0], 83 &v3_ns_ia5_list[0],