summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authortb <>2023-04-25 23:16:31 +0000
committertb <>2023-04-25 23:16:31 +0000
commit81251e3718942c07febefe3b9b403675ca745d26 (patch)
tree7ae5fb908a5fec3888ebc8dfc5f0f1619aab60e1 /src/lib/libcrypto/Makefile
parentc3e3565b7ef7e68a66982cda0b67afe0c7d78b7a (diff)
downloadopenbsd-81251e3718942c07febefe3b9b403675ca745d26.tar.gz
openbsd-81251e3718942c07febefe3b9b403675ca745d26.tar.bz2
openbsd-81251e3718942c07febefe3b9b403675ca745d26.zip
Reinstate e_old.c it is still used by -portable
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r--src/lib/libcrypto/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile
index 16f787a1e9..e6cbcb88da 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.117 2023/04/25 20:06:35 tb Exp $ 1# $OpenBSD: Makefile,v 1.118 2023/04/25 23:16:31 tb Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -415,6 +415,7 @@ 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
418SRCS+= e_rc2.c 419SRCS+= e_rc2.c
419SRCS+= e_rc4.c 420SRCS+= e_rc4.c
420SRCS+= e_rc4_hmac_md5.c 421SRCS+= e_rc4_hmac_md5.c