diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-08-28 08:43:56 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-08-28 08:43:56 +0000 |
commit | 4208299ad0c2336ada67c88e89746f82d4d5fe3b (patch) | |
tree | c5b2c2277b2c071bf967509c9a5fca6f8c295873 /lib/libcrypto/hidden | |
parent | 4f24a6d3a75d1708bdc5dd59f3afdcb12228f389 (diff) |
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
Diffstat (limited to 'lib/libcrypto/hidden')
-rw-r--r-- | lib/libcrypto/hidden/openssl/x509v3.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/hidden/openssl/x509v3.h b/lib/libcrypto/hidden/openssl/x509v3.h index c2293d8ea05..f0db675e48d 100644 --- a/lib/libcrypto/hidden/openssl/x509v3.h +++ b/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 <beck@openbsd.org> * @@ -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); |