diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-07-28 10:33:14 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-07-28 10:33:14 +0000 |
commit | 281bad110d239d2e7b581a01f69829124992f3eb (patch) | |
tree | 778fbb88498c504d1fbb5bf40a1532d570aa7fc1 /lib/libcrypto/Symbols.list | |
parent | 6c60649355b8bd5fb2f160d8578adc229f3e43d1 (diff) |
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 'lib/libcrypto/Symbols.list')
-rw-r--r-- | lib/libcrypto/Symbols.list | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libcrypto/Symbols.list b/lib/libcrypto/Symbols.list index 110a3fa9c5a..cffee7e0001 100644 --- a/lib/libcrypto/Symbols.list +++ b/lib/libcrypto/Symbols.list @@ -29,11 +29,8 @@ ASN1_ANY_it ASN1_BIT_STRING_free ASN1_BIT_STRING_get_bit ASN1_BIT_STRING_it -ASN1_BIT_STRING_name_print ASN1_BIT_STRING_new -ASN1_BIT_STRING_num_asc ASN1_BIT_STRING_set -ASN1_BIT_STRING_set_asc ASN1_BIT_STRING_set_bit ASN1_BMPSTRING_free ASN1_BMPSTRING_it |