summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Symbols.list
diff options
context:
space:
mode:
authortb <>2023-07-28 10:02:11 +0000
committertb <>2023-07-28 10:02:11 +0000
commitf72d08156c2afabfd1c38468eca631a5afed0f79 (patch)
tree1367f561dd03f95b820968cb0b6444737ae3cb13 /src/lib/libcrypto/Symbols.list
parent6602851323526cd6d822de23c4b19db917aa927a (diff)
downloadopenbsd-f72d08156c2afabfd1c38468eca631a5afed0f79.tar.gz
openbsd-f72d08156c2afabfd1c38468eca631a5afed0f79.tar.bz2
openbsd-f72d08156c2afabfd1c38468eca631a5afed0f79.zip
Remove ASN1_bn_print() and ASN1_buf_print()
ASN1_bn_print() is a hilariously bad API that was replaced with a saner interface internally. ASN1_buf_print() isn't terrible, but it is too specialized to be of real use. It was only exposed because ASN1_bn_print() was already there. Its only use had been in the EdDSA printing code before it was replaced with an internal helper. ok jsing
Diffstat (limited to 'src/lib/libcrypto/Symbols.list')
-rw-r--r--src/lib/libcrypto/Symbols.list2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libcrypto/Symbols.list b/src/lib/libcrypto/Symbols.list
index 2c38d67e26..80be9faeae 100644
--- a/src/lib/libcrypto/Symbols.list
+++ b/src/lib/libcrypto/Symbols.list
@@ -181,8 +181,6 @@ ASN1_VISIBLESTRING_free
181ASN1_VISIBLESTRING_it 181ASN1_VISIBLESTRING_it
182ASN1_VISIBLESTRING_new 182ASN1_VISIBLESTRING_new
183ASN1_add_oid_module 183ASN1_add_oid_module
184ASN1_bn_print
185ASN1_buf_print
186ASN1_d2i_bio 184ASN1_d2i_bio
187ASN1_d2i_fp 185ASN1_d2i_fp
188ASN1_dup 186ASN1_dup