summaryrefslogtreecommitdiff
path: root/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2023-04-26 08:25:38 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2023-04-26 08:25:38 +0000
commitfb87a9c9fab9b8b3a36a94a9c1e541bc2f3d2cf5 (patch)
treea64438117ee65e65e8b69cac19c502486091f957 /lib/libcrypto/Makefile
parentfade9c51acd9fad6e1fffa15137350a1f0c8ce54 (diff)
Remove e_old.c again
Also remove nonexistent symbols #defined to other symbols that confuse some linkers in -portable. This commit entails no ABI change on OpenBSD. Discussed with jsing
Diffstat (limited to 'lib/libcrypto/Makefile')
-rw-r--r--lib/libcrypto/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libcrypto/Makefile b/lib/libcrypto/Makefile
index e6cbcb88da8..551fa4bf3cf 100644
--- a/lib/libcrypto/Makefile
+++ b/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.118 2023/04/25 23:16:31 tb Exp $
+# $OpenBSD: Makefile,v 1.119 2023/04/26 08:25:37 tb Exp $
LIB= crypto
LIBREBUILD=y
@@ -415,7 +415,6 @@ SRCS+= e_des3.c
SRCS+= e_gost2814789.c
SRCS+= e_idea.c
SRCS+= e_null.c
-SRCS+= e_old.c
SRCS+= e_rc2.c
SRCS+= e_rc4.c
SRCS+= e_rc4_hmac_md5.c