summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_lib.c
diff options
context:
space:
mode:
authortb <>2024-01-25 15:09:22 +0000
committertb <>2024-01-25 15:09:22 +0000
commit279199e435fdb9797f7a038754e9fe9846c5a049 (patch)
tree5d38fe3eea1a0543dcd2bcf67806149bc3491286 /src/lib/libcrypto/x509/x509_lib.c
parent7a375dd140c22e6ca97aa47dd5babb32a24b1290 (diff)
downloadopenbsd-279199e435fdb9797f7a038754e9fe9846c5a049.tar.gz
openbsd-279199e435fdb9797f7a038754e9fe9846c5a049.tar.bz2
openbsd-279199e435fdb9797f7a038754e9fe9846c5a049.zip
This table no longer needs to be sorted
Diffstat (limited to 'src/lib/libcrypto/x509/x509_lib.c')
-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],