diff options
author | tb <> | 2024-03-02 08:54:02 +0000 |
---|---|---|
committer | tb <> | 2024-03-02 08:54:02 +0000 |
commit | ef375d49d18f0a2c367fd9ead5404a1512119ccf (patch) | |
tree | 8dc54b4b46859164b7264dce8651bdbda45d25e1 /src/lib/libcrypto/hidden/openssl/asn1.h | |
parent | 187866d904cc76d1ca848a3208703b9e43c07ccf (diff) | |
download | openbsd-ef375d49d18f0a2c367fd9ead5404a1512119ccf.tar.gz openbsd-ef375d49d18f0a2c367fd9ead5404a1512119ccf.tar.bz2 openbsd-ef375d49d18f0a2c367fd9ead5404a1512119ccf.zip |
Remove ASN1_STRING_TABLE_{add,cleanup}
This was API for the ASN1_STRING_TABLE extensibility which has been
neutered for months and was completely unused in the ecosystem.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/hidden/openssl/asn1.h')
-rw-r--r-- | src/lib/libcrypto/hidden/openssl/asn1.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/asn1.h b/src/lib/libcrypto/hidden/openssl/asn1.h index 63852d1e67..39cb9ec685 100644 --- a/src/lib/libcrypto/hidden/openssl/asn1.h +++ b/src/lib/libcrypto/hidden/openssl/asn1.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: asn1.h,v 1.8 2024/03/01 07:38:33 tb Exp $ */ | 1 | /* $OpenBSD: asn1.h,v 1.9 2024/03/02 08:54:02 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> |
4 | * | 4 | * |
@@ -222,8 +222,6 @@ LCRYPTO_USED(ASN1_mbstring_copy); | |||
222 | LCRYPTO_USED(ASN1_mbstring_ncopy); | 222 | LCRYPTO_USED(ASN1_mbstring_ncopy); |
223 | LCRYPTO_USED(ASN1_STRING_set_by_NID); | 223 | LCRYPTO_USED(ASN1_STRING_set_by_NID); |
224 | LCRYPTO_USED(ASN1_STRING_TABLE_get); | 224 | LCRYPTO_USED(ASN1_STRING_TABLE_get); |
225 | LCRYPTO_USED(ASN1_STRING_TABLE_add); | ||
226 | LCRYPTO_USED(ASN1_STRING_TABLE_cleanup); | ||
227 | LCRYPTO_USED(ASN1_item_new); | 225 | LCRYPTO_USED(ASN1_item_new); |
228 | LCRYPTO_USED(ASN1_item_free); | 226 | LCRYPTO_USED(ASN1_item_free); |
229 | LCRYPTO_USED(ASN1_item_d2i); | 227 | LCRYPTO_USED(ASN1_item_d2i); |