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
commit10d41204e8ddb50a380449ffe06fcbff6b901565 (patch)
treec4cc7ad2519b1a29cfb700d282bcdba9777490df /src/lib/libcrypto/Makefile
parent390c4d5e48028e0a43621ca1bdbfb80aa119e1fc (diff)
downloadopenbsd-10d41204e8ddb50a380449ffe06fcbff6b901565.tar.gz
openbsd-10d41204e8ddb50a380449ffe06fcbff6b901565.tar.bz2
openbsd-10d41204e8ddb50a380449ffe06fcbff6b901565.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