From 08ef4175de51f3046d711109cc4628d4d5c10f72 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 29 Dec 2023 06:17:58 +0000 Subject: Merge the remainder of evp_lib.c into evp_cipher.c --- 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 d9b3e180f0..a1ea4b5343 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.160 2023/12/29 05:57:24 tb Exp $ +# $OpenBSD: Makefile,v 1.161 2023/12/29 06:17:58 tb Exp $ LIB= crypto LIBREBUILD=y @@ -373,7 +373,6 @@ SRCS+= evp_digest.c SRCS+= evp_encode.c SRCS+= evp_err.c SRCS+= evp_key.c -SRCS+= evp_lib.c SRCS+= evp_pbe.c SRCS+= evp_pkey.c SRCS+= m_gost2814789.c -- cgit v1.2.3-55-g6feb