diff options
author | tb <> | 2024-08-31 10:30:16 +0000 |
---|---|---|
committer | tb <> | 2024-08-31 10:30:16 +0000 |
commit | 4e01cea68ef42ce1b588ea45841f93cbe028736e (patch) | |
tree | 8b4e3dbc55c7ffd012565ca707c68ecee799d57c /src/lib/libcrypto/Makefile | |
parent | 10ed5961c492f4b0482e8a0ddebe9bb8f4cfeea7 (diff) | |
download | openbsd-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/Makefile | 3 |
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 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -264,7 +264,6 @@ SRCS+= des_enc.c | |||
264 | SRCS+= ecb3_enc.c | 264 | SRCS+= ecb3_enc.c |
265 | SRCS+= ecb_enc.c | 265 | SRCS+= ecb_enc.c |
266 | SRCS+= ede_cbcm_enc.c | 266 | SRCS+= ede_cbcm_enc.c |
267 | SRCS+= enc_read.c | ||
268 | SRCS+= fcrypt.c | 267 | SRCS+= fcrypt.c |
269 | SRCS+= fcrypt_b.c | 268 | SRCS+= fcrypt_b.c |
270 | SRCS+= ofb64ede.c | 269 | SRCS+= ofb64ede.c |