summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authorjsing <>2024-08-31 15:56:09 +0000
committerjsing <>2024-08-31 15:56:09 +0000
commit8997a568f0d9f3fd7340dcdbf5104effe54942f0 (patch)
tree5be74158601e3b85e402eb7beaf58bd8a48fccb6 /src/lib/libcrypto/Makefile
parentc2fb263788ce042005f4a392da506ae172993e88 (diff)
downloadopenbsd-8997a568f0d9f3fd7340dcdbf5104effe54942f0.tar.gz
openbsd-8997a568f0d9f3fd7340dcdbf5104effe54942f0.tar.bz2
openbsd-8997a568f0d9f3fd7340dcdbf5104effe54942f0.zip
Combine DES code into a smaller set of files.
Discussed with tb@
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r--src/lib/libcrypto/Makefile23
1 files changed, 5 insertions, 18 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile
index 2b8fe88fcf..dfbb38b845 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.210 2024/08/31 15:39:33 jsing Exp $ 1# $OpenBSD: Makefile,v 1.211 2024/08/31 15:56:09 jsing Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -251,24 +251,11 @@ SRCS+= curve25519-generic.c
251SRCS+= curve25519.c 251SRCS+= curve25519.c
252 252
253# des/ 253# des/
254SRCS+= cbc_cksm.c 254SRCS+= des.c
255SRCS+= cbc_enc.c 255SRCS+= des_cksum.c
256SRCS+= cfb64ede.c
257SRCS+= cfb64enc.c
258SRCS+= cfb_enc.c
259SRCS+= des_enc.c 256SRCS+= des_enc.c
260SRCS+= ecb3_enc.c 257SRCS+= des_fcrypt.c
261SRCS+= ecb_enc.c 258SRCS+= des_key.c
262SRCS+= ede_cbcm_enc.c
263SRCS+= fcrypt.c
264SRCS+= ofb64ede.c
265SRCS+= ofb64enc.c
266SRCS+= ofb_enc.c
267SRCS+= pcbc_enc.c
268SRCS+= qud_cksm.c
269SRCS+= set_key.c
270SRCS+= str2key.c
271SRCS+= xcbc_enc.c
272 259
273# dh/ 260# dh/
274SRCS+= dh_ameth.c 261SRCS+= dh_ameth.c