diff options
author | tb <> | 2024-03-02 10:03:13 +0000 |
---|---|---|
committer | tb <> | 2024-03-02 10:03:13 +0000 |
commit | 10d41204e8ddb50a380449ffe06fcbff6b901565 (patch) | |
tree | c4cc7ad2519b1a29cfb700d282bcdba9777490df /src/lib/libcrypto/Makefile | |
parent | 390c4d5e48028e0a43621ca1bdbfb80aa119e1fc (diff) | |
download | openbsd-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/Makefile | 3 |
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 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -96,7 +96,6 @@ SRCS+= a_time_posix.c | |||
96 | SRCS+= a_time_tm.c | 96 | SRCS+= a_time_tm.c |
97 | SRCS+= a_type.c | 97 | SRCS+= a_type.c |
98 | SRCS+= a_utf8.c | 98 | SRCS+= a_utf8.c |
99 | SRCS+= ameth_lib.c | ||
100 | SRCS+= asn1_err.c | 99 | SRCS+= asn1_err.c |
101 | SRCS+= asn1_gen.c | 100 | SRCS+= asn1_gen.c |
102 | SRCS+= asn1_item.c | 101 | SRCS+= asn1_item.c |