From abebdb0622c880c0c16ea2149519079244a0bb1c Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 28 Aug 2024 08:43:55 +0000 Subject: Turn X509V3_set_conf_lhash() into a noop Another legacy turd that was only used by PHP 7.4 and 8.0. ok beck jsing --- src/lib/libcrypto/hidden/openssl/x509v3.h | 4 ++-- 1 file changed, 2 insertions(+), 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 c2293d8ea0..f0db675e48 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.10 2024/08/28 08:33:06 tb Exp $ */ +/* $OpenBSD: x509v3.h,v 1.11 2024/08/28 08:43:55 tb Exp $ */ /* * Copyright (c) 2022 Bob Beck * @@ -146,7 +146,7 @@ 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_USED(X509V3_set_conf_lhash); +LCRYPTO_UNUSED(X509V3_set_conf_lhash); LCRYPTO_USED(X509V3_get_string); LCRYPTO_USED(X509V3_get_section); LCRYPTO_USED(X509V3_string_free); -- cgit v1.2.3-55-g6feb