diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-01-13 12:15:28 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-01-13 12:15:28 +0000 |
commit | dfcb5af03299e90c7ecdb5998535de3417910ccc (patch) | |
tree | a90197415f10bec3b369aa460eeed035cca724ab /lib/libcrypto/Makefile | |
parent | acdc65486d7ae458fa5ebf457b4b019899c573a1 (diff) |
Move EVP_add_{cipher,digest}() to the trashcan
They will await their removal in the next major bump.
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 75ab43c1321..474c4531006 100644 --- a/lib/libcrypto/Makefile +++ b/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.164 2024/01/13 11:18:52 tb Exp $ +# $OpenBSD: Makefile,v 1.165 2024/01/13 12:15:27 tb Exp $ LIB= crypto LIBREBUILD=y @@ -387,7 +387,6 @@ SRCS+= m_sigver.c SRCS+= m_sm3.c SRCS+= m_streebog.c SRCS+= m_wp.c -SRCS+= names.c SRCS+= p5_crpt.c SRCS+= p5_crpt2.c SRCS+= p_legacy.c |