summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authortb <>2023-04-26 08:25:37 +0000
committertb <>2023-04-26 08:25:37 +0000
commitf8c6038654481046bbfad0eef8e5660c3361c8ff (patch)
tree8758c5b98ec9a980c62e62790027b29ae3ff245e /src/lib/libcrypto/Makefile
parent81251e3718942c07febefe3b9b403675ca745d26 (diff)
downloadopenbsd-f8c6038654481046bbfad0eef8e5660c3361c8ff.tar.gz
openbsd-f8c6038654481046bbfad0eef8e5660c3361c8ff.tar.bz2
openbsd-f8c6038654481046bbfad0eef8e5660c3361c8ff.zip
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 'src/lib/libcrypto/Makefile')
-rw-r--r--src/lib/libcrypto/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile
index e6cbcb88da..551fa4bf3c 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.118 2023/04/25 23:16:31 tb Exp $ 1# $OpenBSD: Makefile,v 1.119 2023/04/26 08:25:37 tb Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -415,7 +415,6 @@ SRCS+= e_des3.c
415SRCS+= e_gost2814789.c 415SRCS+= e_gost2814789.c
416SRCS+= e_idea.c 416SRCS+= e_idea.c
417SRCS+= e_null.c 417SRCS+= e_null.c
418SRCS+= e_old.c
419SRCS+= e_rc2.c 418SRCS+= e_rc2.c
420SRCS+= e_rc4.c 419SRCS+= e_rc4.c
421SRCS+= e_rc4_hmac_md5.c 420SRCS+= e_rc4_hmac_md5.c