summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hidden/openssl
diff options
context:
space:
mode:
authortb <>2024-08-31 09:59:12 +0000
committertb <>2024-08-31 09:59:12 +0000
commit70c68be40e8d2b9bc6a7c285008b28469e91524f (patch)
tree7016f71e4d6409ed51ab72981c135a0cdddf6cbc /src/lib/libcrypto/hidden/openssl
parent0b73461aad72aad7b711e91584f5fe1259244e3d (diff)
downloadopenbsd-70c68be40e8d2b9bc6a7c285008b28469e91524f.tar.gz
openbsd-70c68be40e8d2b9bc6a7c285008b28469e91524f.tar.bz2
openbsd-70c68be40e8d2b9bc6a7c285008b28469e91524f.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')
-rw-r--r--src/lib/libcrypto/hidden/openssl/x509v3.h3
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);
143LCRYPTO_USED(X509V3_get_value_bool); 143LCRYPTO_USED(X509V3_get_value_bool);
144LCRYPTO_USED(X509V3_get_value_int); 144LCRYPTO_USED(X509V3_get_value_int);
145LCRYPTO_USED(X509V3_set_nconf); 145LCRYPTO_USED(X509V3_set_nconf);
146LCRYPTO_UNUSED(X509V3_set_conf_lhash);
147LCRYPTO_UNUSED(X509V3_get_string); 146LCRYPTO_UNUSED(X509V3_get_string);
148LCRYPTO_USED(X509V3_get_section); 147LCRYPTO_USED(X509V3_get_section);
149LCRYPTO_UNUSED(X509V3_string_free); 148LCRYPTO_UNUSED(X509V3_string_free);