From 8d8ca2c8c440c1df72455fe4055627e4110c3973 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 28 Jul 2023 10:02:11 +0000 Subject: 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 --- src/lib/libcrypto/Symbols.namespace | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/lib/libcrypto/Symbols.namespace') diff --git a/src/lib/libcrypto/Symbols.namespace b/src/lib/libcrypto/Symbols.namespace index 18d52db63c..7a309ab416 100644 --- a/src/lib/libcrypto/Symbols.namespace +++ b/src/lib/libcrypto/Symbols.namespace @@ -1078,8 +1078,6 @@ _libre_ASN1_GENERALIZEDTIME_print _libre_ASN1_TIME_print _libre_ASN1_STRING_print _libre_ASN1_STRING_print_ex -_libre_ASN1_bn_print -_libre_ASN1_buf_print _libre_ASN1_parse _libre_ASN1_parse_dump _libre_ASN1_tag2bit -- cgit v1.2.3-55-g6feb