summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authortb <>2024-08-31 10:30:16 +0000
committertb <>2024-08-31 10:30:16 +0000
commit4e01cea68ef42ce1b588ea45841f93cbe028736e (patch)
tree8b4e3dbc55c7ffd012565ca707c68ecee799d57c /src/lib/libcrypto/Makefile
parent10ed5961c492f4b0482e8a0ddebe9bb8f4cfeea7 (diff)
downloadopenbsd-4e01cea68ef42ce1b588ea45841f93cbe028736e.tar.gz
openbsd-4e01cea68ef42ce1b588ea45841f93cbe028736e.tar.bz2
openbsd-4e01cea68ef42ce1b588ea45841f93cbe028736e.zip
Remove DES_enc_{read,write} and DES_rw_mode
Unfortunately we'll probably never be able to get rid of DES entirely. One part of it that is old enough to be a grandparent can go, though. ok beck 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 5a28e98a87..d8e3f96b24 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.206 2024/08/31 10:28:03 tb Exp $ 1# $OpenBSD: Makefile,v 1.207 2024/08/31 10:30:16 tb Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -264,7 +264,6 @@ SRCS+= des_enc.c
264SRCS+= ecb3_enc.c 264SRCS+= ecb3_enc.c
265SRCS+= ecb_enc.c 265SRCS+= ecb_enc.c
266SRCS+= ede_cbcm_enc.c 266SRCS+= ede_cbcm_enc.c
267SRCS+= enc_read.c
268SRCS+= fcrypt.c 267SRCS+= fcrypt.c
269SRCS+= fcrypt_b.c 268SRCS+= fcrypt_b.c
270SRCS+= ofb64ede.c 269SRCS+= ofb64ede.c