diff options
author | tb <> | 2024-08-31 09:59:12 +0000 |
---|---|---|
committer | tb <> | 2024-08-31 09:59:12 +0000 |
commit | d58c480554b7e690b2dab126d2f8f622324e3a42 (patch) | |
tree | 7016f71e4d6409ed51ab72981c135a0cdddf6cbc /src/lib/libcrypto/hidden/openssl/x509v3.h | |
parent | c92ddde3194a70c609ab5dd8987a10b6cf10c12f (diff) | |
download | openbsd-d58c480554b7e690b2dab126d2f8f622324e3a42.tar.gz openbsd-d58c480554b7e690b2dab126d2f8f622324e3a42.tar.bz2 openbsd-d58c480554b7e690b2dab126d2f8f622324e3a42.zip |
Retire X509V3_set_conf_lhash()
Thankfully sthen removed the out-of-support PHP versions 7.4 and 8.0,
which were the last users of this API, which in turn permitted much of
this conf rampage. Now the stub can join its guts in the attic.
ok beck jsing
Diffstat (limited to 'src/lib/libcrypto/hidden/openssl/x509v3.h')
-rw-r--r-- | src/lib/libcrypto/hidden/openssl/x509v3.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/x509v3.h b/src/lib/libcrypto/hidden/openssl/x509v3.h index 5912726791..6cdd932209 100644 --- a/src/lib/libcrypto/hidden/openssl/x509v3.h +++ b/src/lib/libcrypto/hidden/openssl/x509v3.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: x509v3.h,v 1.13 2024/08/31 09:56:50 tb Exp $ */ | 1 | /* $OpenBSD: x509v3.h,v 1.14 2024/08/31 09:59:12 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2022 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2022 Bob Beck <beck@openbsd.org> |
4 | * | 4 | * |
@@ -143,7 +143,6 @@ LCRYPTO_USED(X509V3_add_value_bool_nf); | |||
143 | LCRYPTO_USED(X509V3_get_value_bool); | 143 | LCRYPTO_USED(X509V3_get_value_bool); |
144 | LCRYPTO_USED(X509V3_get_value_int); | 144 | LCRYPTO_USED(X509V3_get_value_int); |
145 | LCRYPTO_USED(X509V3_set_nconf); | 145 | LCRYPTO_USED(X509V3_set_nconf); |
146 | LCRYPTO_UNUSED(X509V3_set_conf_lhash); | ||
147 | LCRYPTO_UNUSED(X509V3_get_string); | 146 | LCRYPTO_UNUSED(X509V3_get_string); |
148 | LCRYPTO_USED(X509V3_get_section); | 147 | LCRYPTO_USED(X509V3_get_section); |
149 | LCRYPTO_UNUSED(X509V3_string_free); | 148 | LCRYPTO_UNUSED(X509V3_string_free); |