From aece9df797c54eb13f72b041cc251439ffa16cfd Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 13 Jan 2024 12:15:27 +0000 Subject: Move EVP_add_{cipher,digest}() to the trashcan They will await their removal in the next major bump. --- src/lib/libcrypto/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/libcrypto/Makefile') diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 75ab43c132..474c453100 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/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 -- cgit v1.2.3-55-g6feb