From 71f803228f85a85e040f88d8df2af4393f0d64c6 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 2 Mar 2024 10:57:03 +0000 Subject: Garbage collect most of the public LOOKUP API Yet another bit of extensibility that no one ever really used. X509_LOOKUP_free() needs to stay because of ... rust-openssl (and kdelibs4support). ok jsing --- src/lib/libcrypto/hidden/openssl/x509_vfy.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/lib/libcrypto/hidden') diff --git a/src/lib/libcrypto/hidden/openssl/x509_vfy.h b/src/lib/libcrypto/hidden/openssl/x509_vfy.h index 88d8b143df..3d65837a48 100644 --- a/src/lib/libcrypto/hidden/openssl/x509_vfy.h +++ b/src/lib/libcrypto/hidden/openssl/x509_vfy.h @@ -1,4 +1,4 @@ -/* $OpenBSD: x509_vfy.h,v 1.8 2024/03/02 10:40:05 tb Exp $ */ +/* $OpenBSD: x509_vfy.h,v 1.9 2024/03/02 10:57:03 tb Exp $ */ /* * Copyright (c) 2022 Bob Beck * @@ -79,14 +79,7 @@ LCRYPTO_USED(X509_LOOKUP_ctrl); LCRYPTO_USED(X509_load_cert_file); LCRYPTO_USED(X509_load_crl_file); LCRYPTO_USED(X509_load_cert_crl_file); -LCRYPTO_USED(X509_LOOKUP_new); LCRYPTO_USED(X509_LOOKUP_free); -LCRYPTO_USED(X509_LOOKUP_init); -LCRYPTO_USED(X509_LOOKUP_by_subject); -LCRYPTO_USED(X509_LOOKUP_by_issuer_serial); -LCRYPTO_USED(X509_LOOKUP_by_fingerprint); -LCRYPTO_USED(X509_LOOKUP_by_alias); -LCRYPTO_USED(X509_LOOKUP_shutdown); LCRYPTO_USED(X509_STORE_load_locations); LCRYPTO_USED(X509_STORE_load_mem); LCRYPTO_USED(X509_STORE_set_default_paths); -- cgit v1.2.3-55-g6feb