From d58c480554b7e690b2dab126d2f8f622324e3a42 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 31 Aug 2024 09:59:12 +0000 Subject: 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 --- src/lib/libcrypto/hidden/openssl/x509v3.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/libcrypto/hidden/openssl/x509v3.h') 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 @@ -/* $OpenBSD: x509v3.h,v 1.13 2024/08/31 09:56:50 tb Exp $ */ +/* $OpenBSD: x509v3.h,v 1.14 2024/08/31 09:59:12 tb Exp $ */ /* * Copyright (c) 2022 Bob Beck * @@ -143,7 +143,6 @@ LCRYPTO_USED(X509V3_add_value_bool_nf); LCRYPTO_USED(X509V3_get_value_bool); LCRYPTO_USED(X509V3_get_value_int); LCRYPTO_USED(X509V3_set_nconf); -LCRYPTO_UNUSED(X509V3_set_conf_lhash); LCRYPTO_UNUSED(X509V3_get_string); LCRYPTO_USED(X509V3_get_section); LCRYPTO_UNUSED(X509V3_string_free); -- cgit v1.2.3-55-g6feb