diff options
author | tb <> | 2023-07-28 10:30:16 +0000 |
---|---|---|
committer | tb <> | 2023-07-28 10:30:16 +0000 |
commit | a6fe4431097f0743a991627e730ef8ceebc499b6 (patch) | |
tree | bed307ec2023eb715c5a9083f129a7d671153bc5 /src/lib/libcrypto/hidden | |
parent | 0c95ea0b6649ecf3b2740991ddf8d8f17000653d (diff) | |
download | openbsd-a6fe4431097f0743a991627e730ef8ceebc499b6.tar.gz openbsd-a6fe4431097f0743a991627e730ef8ceebc499b6.tar.bz2 openbsd-a6fe4431097f0743a991627e730ef8ceebc499b6.zip |
Remove ASN1_BIT_STRING_check
This was added with the TS code for no discernible reason. I could not
find a single consumer. In the unlikely event that you need this, it is
easy enough to write a better version of it yourself.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/hidden')
-rw-r--r-- | src/lib/libcrypto/hidden/openssl/asn1.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/asn1.h b/src/lib/libcrypto/hidden/openssl/asn1.h index 2a1eda1a89..087d1294c1 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.4 2023/07/28 10:02:11 tb Exp $ */ | 1 | /* $OpenBSD: asn1.h,v 1.5 2023/07/28 10:30:16 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> |
4 | * | 4 | * |
@@ -61,7 +61,6 @@ LCRYPTO_USED(i2d_ASN1_BIT_STRING); | |||
61 | LCRYPTO_USED(ASN1_BIT_STRING_set); | 61 | LCRYPTO_USED(ASN1_BIT_STRING_set); |
62 | LCRYPTO_USED(ASN1_BIT_STRING_set_bit); | 62 | LCRYPTO_USED(ASN1_BIT_STRING_set_bit); |
63 | LCRYPTO_USED(ASN1_BIT_STRING_get_bit); | 63 | LCRYPTO_USED(ASN1_BIT_STRING_get_bit); |
64 | LCRYPTO_USED(ASN1_BIT_STRING_check); | ||
65 | LCRYPTO_USED(ASN1_BIT_STRING_name_print); | 64 | LCRYPTO_USED(ASN1_BIT_STRING_name_print); |
66 | LCRYPTO_USED(ASN1_BIT_STRING_num_asc); | 65 | LCRYPTO_USED(ASN1_BIT_STRING_num_asc); |
67 | LCRYPTO_USED(ASN1_BIT_STRING_set_asc); | 66 | LCRYPTO_USED(ASN1_BIT_STRING_set_asc); |