diff options
author | tb <> | 2023-07-28 10:33:13 +0000 |
---|---|---|
committer | tb <> | 2023-07-28 10:33:13 +0000 |
commit | d13035e40f9f0aeb77be3097963f11fabf83e401 (patch) | |
tree | 6ca61cb63c965a6e1ab24f4f13909d7067ef58fb /src/lib/libcrypto/Symbols.namespace | |
parent | a6fe4431097f0743a991627e730ef8ceebc499b6 (diff) | |
download | openbsd-d13035e40f9f0aeb77be3097963f11fabf83e401.tar.gz openbsd-d13035e40f9f0aeb77be3097963f11fabf83e401.tar.bz2 openbsd-d13035e40f9f0aeb77be3097963f11fabf83e401.zip |
Remove more ASN1_BIT_STRING API
This removes ASN1_BIT_STRING_name_print(), ASN1_BIT_STRING_{num,set}_asc().
Before trust was properly handled using OIDs, there was a period where it
used bit strings. The actual interfaces used in openssl x509 were removed,
but the functions they wrapped remained unused for the next 24 years.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/Symbols.namespace')
-rw-r--r-- | src/lib/libcrypto/Symbols.namespace | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/libcrypto/Symbols.namespace b/src/lib/libcrypto/Symbols.namespace index eada22cc44..3493ad8934 100644 --- a/src/lib/libcrypto/Symbols.namespace +++ b/src/lib/libcrypto/Symbols.namespace | |||
@@ -931,9 +931,6 @@ _libre_i2d_ASN1_BIT_STRING | |||
931 | _libre_ASN1_BIT_STRING_set | 931 | _libre_ASN1_BIT_STRING_set |
932 | _libre_ASN1_BIT_STRING_set_bit | 932 | _libre_ASN1_BIT_STRING_set_bit |
933 | _libre_ASN1_BIT_STRING_get_bit | 933 | _libre_ASN1_BIT_STRING_get_bit |
934 | _libre_ASN1_BIT_STRING_name_print | ||
935 | _libre_ASN1_BIT_STRING_num_asc | ||
936 | _libre_ASN1_BIT_STRING_set_asc | ||
937 | _libre_ASN1_INTEGER_new | 934 | _libre_ASN1_INTEGER_new |
938 | _libre_ASN1_INTEGER_free | 935 | _libre_ASN1_INTEGER_free |
939 | _libre_d2i_ASN1_INTEGER | 936 | _libre_d2i_ASN1_INTEGER |