summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authorjsing <>2024-03-28 01:41:16 +0000
committerjsing <>2024-03-28 01:41:16 +0000
commit3464202a67bd692f85f993dcb7a602dcc8a8bd9c (patch)
treee8e7947306aba3f2f14276f0544a16e319ad57bf /src/lib/libcrypto/Makefile
parent0ca118f41ed52cd6b06d9c71fcc751a9a701f1f9 (diff)
downloadopenbsd-3464202a67bd692f85f993dcb7a602dcc8a8bd9c.tar.gz
openbsd-3464202a67bd692f85f993dcb7a602dcc8a8bd9c.tar.bz2
openbsd-3464202a67bd692f85f993dcb7a602dcc8a8bd9c.zip
Move des sources to primary Makefile.
Now that all platforms use a C des implementation, move it to the primary Makefile.
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r--src/lib/libcrypto/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile
index 63600aa923..447a8f65b5 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.180 2024/03/28 00:57:26 jsing Exp $ 1# $OpenBSD: Makefile,v 1.181 2024/03/28 01:41:16 jsing Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -266,12 +266,14 @@ SRCS+= cbc_enc.c
266SRCS+= cfb64ede.c 266SRCS+= cfb64ede.c
267SRCS+= cfb64enc.c 267SRCS+= cfb64enc.c
268SRCS+= cfb_enc.c 268SRCS+= cfb_enc.c
269SRCS+= des_enc.c
269SRCS+= ecb3_enc.c 270SRCS+= ecb3_enc.c
270SRCS+= ecb_enc.c 271SRCS+= ecb_enc.c
271SRCS+= ede_cbcm_enc.c 272SRCS+= ede_cbcm_enc.c
272SRCS+= enc_read.c 273SRCS+= enc_read.c
273SRCS+= enc_writ.c 274SRCS+= enc_writ.c
274SRCS+= fcrypt.c 275SRCS+= fcrypt.c
276SRCS+= fcrypt_b.c
275SRCS+= ofb64ede.c 277SRCS+= ofb64ede.c
276SRCS+= ofb64enc.c 278SRCS+= ofb64enc.c
277SRCS+= ofb_enc.c 279SRCS+= ofb_enc.c