From 680fb50105f63be549a32bfec49bd0a023a09d82 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 27 Jan 2024 17:14:33 +0000 Subject: Fold keyivgen functions into evp_pbe.c These are only used by the EVP_PBE routines and will become internal in the next major bump. --- src/lib/libcrypto/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/lib/libcrypto/Makefile') diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 0461363e3c..2ac252aabc 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.166 2024/01/13 12:18:52 tb Exp $ +# $OpenBSD: Makefile,v 1.167 2024/01/27 17:14:33 tb Exp $ LIB= crypto LIBREBUILD=y @@ -387,8 +387,6 @@ SRCS+= m_sigver.c SRCS+= m_sm3.c SRCS+= m_streebog.c SRCS+= m_wp.c -SRCS+= p5_crpt.c -SRCS+= p5_crpt2.c SRCS+= p_legacy.c SRCS+= p_lib.c SRCS+= p_sign.c @@ -485,7 +483,6 @@ SRCS+= pvkfmt.c SRCS+= p12_add.c SRCS+= p12_asn.c SRCS+= p12_attr.c -SRCS+= p12_crpt.c SRCS+= p12_crt.c SRCS+= p12_decr.c SRCS+= p12_init.c -- cgit v1.2.3-55-g6feb