diff options
Diffstat (limited to 'src')
| -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 3baea2bd7a..57b2b2cb42 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.10 2023/04/16 12:01:15 tb Exp $ */ | 1 | /* $OpenBSD: x509_lib.c,v 1.11 2023/04/16 12:05:31 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 | */ |
| @@ -168,10 +168,6 @@ ext_cmp(const X509V3_EXT_METHOD * const *a, const X509V3_EXT_METHOD * const *b) | |||
| 168 | return ((*a)->ext_nid - (*b)->ext_nid); | 168 | return ((*a)->ext_nid - (*b)->ext_nid); |
| 169 | } | 169 | } |
| 170 | 170 | ||
| 171 | static int ext_cmp_BSEARCH_CMP_FN(const void *, const void *); | ||
| 172 | static int ext_cmp(const X509V3_EXT_METHOD * const *, const X509V3_EXT_METHOD * const *); | ||
| 173 | static const X509V3_EXT_METHOD * *OBJ_bsearch_ext(const X509V3_EXT_METHOD * *key, const X509V3_EXT_METHOD * const *base, int num); | ||
| 174 | |||
| 175 | static int | 171 | static int |
| 176 | ext_cmp_BSEARCH_CMP_FN(const void *a_, const void *b_) | 172 | ext_cmp_BSEARCH_CMP_FN(const void *a_, const void *b_) |
| 177 | { | 173 | { |
