diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-03-02 10:03:14 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-03-02 10:03:14 +0000 |
commit | 34868b5b32d6d641826613e32b8e761bad6aa8cf (patch) | |
tree | 9a35d5a6e03a28426f9ea48f1e6acf42e42d6952 /lib/libcrypto/Makefile | |
parent | 19249fe0a52d357217eb825fd67f8811ebe4dc05 (diff) |
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 'lib/libcrypto/Makefile')
-rw-r--r-- | lib/libcrypto/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libcrypto/Makefile b/lib/libcrypto/Makefile index 0ddf74246c0..b7fb2d0ff7b 100644 --- a/lib/libcrypto/Makefile +++ b/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 |