From 4ca63f0c3efae2522713a42bfe9cd20f7369b0fc Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 2 Mar 2024 10:03:13 +0000 Subject: Remove the ameth lib This is accessor API for ASN.1 methods needed for custom PKEYs. Nothing has ever used this. This has been neutered for months. The EVP_PKEY_asn1_* API that needs to stay was moved elsewhere. 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 0ddf74246c..b7fb2d0ff7 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.168 2024/02/18 16:28:37 tb Exp $ +# $OpenBSD: Makefile,v 1.169 2024/03/02 10:03:12 tb Exp $ LIB= crypto LIBREBUILD=y @@ -96,7 +96,6 @@ SRCS+= a_time_posix.c SRCS+= a_time_tm.c SRCS+= a_type.c SRCS+= a_utf8.c -SRCS+= ameth_lib.c SRCS+= asn1_err.c SRCS+= asn1_gen.c SRCS+= asn1_item.c -- cgit v1.2.3-55-g6feb