diff options
| author | tb <> | 2024-03-02 10:57:03 +0000 |
|---|---|---|
| committer | tb <> | 2024-03-02 10:57:03 +0000 |
| commit | 71f803228f85a85e040f88d8df2af4393f0d64c6 (patch) | |
| tree | 077afe863b1e03170c61fd04aaca7031177307f3 /src/lib/libcrypto/hidden | |
| parent | 674fe4ef9bc076029351013b920100f4c1cbfb40 (diff) | |
| download | openbsd-71f803228f85a85e040f88d8df2af4393f0d64c6.tar.gz openbsd-71f803228f85a85e040f88d8df2af4393f0d64c6.tar.bz2 openbsd-71f803228f85a85e040f88d8df2af4393f0d64c6.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')
| -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); |
