summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authortb <>2024-03-02 10:03:13 +0000
committertb <>2024-03-02 10:03:13 +0000
commit4ca63f0c3efae2522713a42bfe9cd20f7369b0fc (patch)
treec4cc7ad2519b1a29cfb700d282bcdba9777490df /src/lib/libcrypto/Makefile
parent1894c9da2aed32c69be2c297ff92c86f701c6ddd (diff)
downloadopenbsd-4ca63f0c3efae2522713a42bfe9cd20f7369b0fc.tar.gz
openbsd-4ca63f0c3efae2522713a42bfe9cd20f7369b0fc.tar.bz2
openbsd-4ca63f0c3efae2522713a42bfe9cd20f7369b0fc.zip
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
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r--src/lib/libcrypto/Makefile3
1 files changed, 1 insertions, 2 deletions
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 @@
1# $OpenBSD: Makefile,v 1.168 2024/02/18 16:28:37 tb Exp $ 1# $OpenBSD: Makefile,v 1.169 2024/03/02 10:03:12 tb Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -96,7 +96,6 @@ SRCS+= a_time_posix.c
96SRCS+= a_time_tm.c 96SRCS+= a_time_tm.c
97SRCS+= a_type.c 97SRCS+= a_type.c
98SRCS+= a_utf8.c 98SRCS+= a_utf8.c
99SRCS+= ameth_lib.c
100SRCS+= asn1_err.c 99SRCS+= asn1_err.c
101SRCS+= asn1_gen.c 100SRCS+= asn1_gen.c
102SRCS+= asn1_item.c 101SRCS+= asn1_item.c