diff options
author | tb <> | 2024-03-02 10:57:03 +0000 |
---|---|---|
committer | tb <> | 2024-03-02 10:57:03 +0000 |
commit | cd333b96b5f085444ed7033f1da2d1cc1ccb6acc (patch) | |
tree | 077afe863b1e03170c61fd04aaca7031177307f3 /src/lib/libcrypto/hidden/openssl/x509_vfy.h | |
parent | 6935bdb97401d65a91794acf5f026aa97d5dc06b (diff) | |
download | openbsd-cd333b96b5f085444ed7033f1da2d1cc1ccb6acc.tar.gz openbsd-cd333b96b5f085444ed7033f1da2d1cc1ccb6acc.tar.bz2 openbsd-cd333b96b5f085444ed7033f1da2d1cc1ccb6acc.zip |
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
Diffstat (limited to 'src/lib/libcrypto/hidden/openssl/x509_vfy.h')
-rw-r--r-- | src/lib/libcrypto/hidden/openssl/x509_vfy.h | 9 |
1 files changed, 1 insertions, 8 deletions
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 @@ | |||
1 | /* $OpenBSD: x509_vfy.h,v 1.8 2024/03/02 10:40:05 tb Exp $ */ | 1 | /* $OpenBSD: x509_vfy.h,v 1.9 2024/03/02 10:57:03 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2022 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2022 Bob Beck <beck@openbsd.org> |
4 | * | 4 | * |
@@ -79,14 +79,7 @@ LCRYPTO_USED(X509_LOOKUP_ctrl); | |||
79 | LCRYPTO_USED(X509_load_cert_file); | 79 | LCRYPTO_USED(X509_load_cert_file); |
80 | LCRYPTO_USED(X509_load_crl_file); | 80 | LCRYPTO_USED(X509_load_crl_file); |
81 | LCRYPTO_USED(X509_load_cert_crl_file); | 81 | LCRYPTO_USED(X509_load_cert_crl_file); |
82 | LCRYPTO_USED(X509_LOOKUP_new); | ||
83 | LCRYPTO_USED(X509_LOOKUP_free); | 82 | LCRYPTO_USED(X509_LOOKUP_free); |
84 | LCRYPTO_USED(X509_LOOKUP_init); | ||
85 | LCRYPTO_USED(X509_LOOKUP_by_subject); | ||
86 | LCRYPTO_USED(X509_LOOKUP_by_issuer_serial); | ||
87 | LCRYPTO_USED(X509_LOOKUP_by_fingerprint); | ||
88 | LCRYPTO_USED(X509_LOOKUP_by_alias); | ||
89 | LCRYPTO_USED(X509_LOOKUP_shutdown); | ||
90 | LCRYPTO_USED(X509_STORE_load_locations); | 83 | LCRYPTO_USED(X509_STORE_load_locations); |
91 | LCRYPTO_USED(X509_STORE_load_mem); | 84 | LCRYPTO_USED(X509_STORE_load_mem); |
92 | LCRYPTO_USED(X509_STORE_set_default_paths); | 85 | LCRYPTO_USED(X509_STORE_set_default_paths); |