summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2024-03-28 02:09:29 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2024-03-28 02:09:29 +0000
commitafd3bcbaaf4999da5f152b958be6e635297f147d (patch)
treeacd9d86ecf48d19df396980c1aa88b4ed9add21a
parent398e894ceefd120282460a34c1d28642b486b796 (diff)
Remove fallback files that are now always included in the build.
-rw-r--r--lib/libcrypto/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libcrypto/Makefile b/lib/libcrypto/Makefile
index a794e8b10f0..17aaab3a91a 100644
--- a/lib/libcrypto/Makefile
+++ b/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.182 2024/03/28 01:57:00 jsing Exp $
+# $OpenBSD: Makefile,v 1.183 2024/03/28 02:09:28 jsing Exp $
LIB= crypto
LIBREBUILD=y
@@ -791,13 +791,9 @@ obj_dat.h: obj_mac.h ${SSL_OBJECTS}/obj_dat.pl
CFLAGS+=-DOPENSSL_NO_ASM
SRCS+= aes_core.c
SRCS+= aes_cbc.c
-SRCS+= blowfish.c
SRCS+= camellia.c
SRCS+= cmll_cbc.c
SRCS+= cmll_misc.c
-SRCS+= des_enc.c
-SRCS+= fcrypt_b.c
-SRCS+= rc4.c
SRCS+= wp_block.c
.endif