diff options
author | tb <> | 2024-01-25 15:09:22 +0000 |
---|---|---|
committer | tb <> | 2024-01-25 15:09:22 +0000 |
commit | 470ffcebb9fc3dcead4e6ec563149a24d2846c0f (patch) | |
tree | 5d38fe3eea1a0543dcd2bcf67806149bc3491286 | |
parent | 9a1e86766d1016520d954f0f38495dd1a6e73c60 (diff) | |
download | openbsd-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.c | 6 |
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; | |||
78 | extern const X509V3_EXT_METHOD v3_addr, v3_asid; | 78 | extern const X509V3_EXT_METHOD v3_addr, v3_asid; |
79 | extern const X509V3_EXT_METHOD v3_ct_scts[3]; | 79 | extern 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 | |||
85 | static const X509V3_EXT_METHOD *standard_exts[] = { | 81 | static const X509V3_EXT_METHOD *standard_exts[] = { |
86 | &v3_nscert, | 82 | &v3_nscert, |
87 | &v3_ns_ia5_list[0], | 83 | &v3_ns_ia5_list[0], |