diff options
| author | tb <> | 2024-08-31 10:30:16 +0000 |
|---|---|---|
| committer | tb <> | 2024-08-31 10:30:16 +0000 |
| commit | 4b2577fba1553fdbc04543a632170338ee2fff7d (patch) | |
| tree | 8b4e3dbc55c7ffd012565ca707c68ecee799d57c /src/lib/libcrypto/Makefile | |
| parent | a3d07755a8d0db401282e8062b34e00134369199 (diff) | |
| download | openbsd-4b2577fba1553fdbc04543a632170338ee2fff7d.tar.gz openbsd-4b2577fba1553fdbc04543a632170338ee2fff7d.tar.bz2 openbsd-4b2577fba1553fdbc04543a632170338ee2fff7d.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 |
