From f72d08156c2afabfd1c38468eca631a5afed0f79 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/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/libcrypto/Makefile') diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index d44a18846f..6d9a6ca858 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.146 2023/07/28 09:53:55 tb Exp $ +# $OpenBSD: Makefile,v 1.147 2023/07/28 10:02:11 tb Exp $ LIB= crypto LIBREBUILD=y @@ -114,7 +114,6 @@ SRCS+= p5_pbe.c SRCS+= p5_pbev2.c SRCS+= p8_pkey.c SRCS+= t_crl.c -SRCS+= t_pkey.c SRCS+= t_req.c SRCS+= t_spki.c SRCS+= t_x509.c -- cgit v1.2.3-55-g6feb