diff options
| author | tb <> | 2024-03-02 10:03:13 +0000 |
|---|---|---|
| committer | tb <> | 2024-03-02 10:03:13 +0000 |
| commit | 4ca63f0c3efae2522713a42bfe9cd20f7369b0fc (patch) | |
| tree | c4cc7ad2519b1a29cfb700d282bcdba9777490df /src/lib/libcrypto/Makefile | |
| parent | 1894c9da2aed32c69be2c297ff92c86f701c6ddd (diff) | |
| download | openbsd-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/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 |
