diff options
| author | tb <> | 2024-08-31 10:38:49 +0000 |
|---|---|---|
| committer | tb <> | 2024-08-31 10:38:49 +0000 |
| commit | 5f2f30a42713c09c044e2c44e73efbb410607666 (patch) | |
| tree | 2941574b73cc77c0a4b3f4e4b0f6c79c58dd1edd /src/lib/libcrypto/Makefile | |
| parent | 4e01cea68ef42ce1b588ea45841f93cbe028736e (diff) | |
| download | openbsd-5f2f30a42713c09c044e2c44e73efbb410607666.tar.gz openbsd-5f2f30a42713c09c044e2c44e73efbb410607666.tar.bz2 openbsd-5f2f30a42713c09c044e2c44e73efbb410607666.zip | |
Nuke the whrlpool (named after the galaxy) from orbit
It's just gross. Only used by a popular disk encryption utility on an
all-too-popular OS one or two decades back.
ok beck jsing
Diffstat (limited to 'src/lib/libcrypto/Makefile')
| -rw-r--r-- | src/lib/libcrypto/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index d8e3f96b24..00afb18be4 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.207 2024/08/31 10:30:16 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.208 2024/08/31 10:38:49 tb Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
| @@ -367,7 +367,6 @@ SRCS+= m_sha1.c | |||
| 367 | SRCS+= m_sha3.c | 367 | SRCS+= m_sha3.c |
| 368 | SRCS+= m_sigver.c | 368 | SRCS+= m_sigver.c |
| 369 | SRCS+= m_sm3.c | 369 | SRCS+= m_sm3.c |
| 370 | SRCS+= m_wp.c | ||
| 371 | SRCS+= p_legacy.c | 370 | SRCS+= p_legacy.c |
| 372 | SRCS+= p_lib.c | 371 | SRCS+= p_lib.c |
| 373 | SRCS+= p_sign.c | 372 | SRCS+= p_sign.c |
| @@ -544,9 +543,6 @@ SRCS+= ui_lib.c | |||
| 544 | SRCS+= ui_null.c | 543 | SRCS+= ui_null.c |
| 545 | SRCS+= ui_openssl.c | 544 | SRCS+= ui_openssl.c |
| 546 | 545 | ||
| 547 | # whrlpool/ | ||
| 548 | SRCS+= whirlpool.c | ||
| 549 | |||
| 550 | # x509/ | 546 | # x509/ |
| 551 | SRCS+= by_dir.c | 547 | SRCS+= by_dir.c |
| 552 | SRCS+= by_file.c | 548 | SRCS+= by_file.c |
| @@ -661,7 +657,6 @@ SRCS+= x_all.c | |||
| 661 | ${LCRYPTO_SRC}/ts \ | 657 | ${LCRYPTO_SRC}/ts \ |
| 662 | ${LCRYPTO_SRC}/txt_db \ | 658 | ${LCRYPTO_SRC}/txt_db \ |
| 663 | ${LCRYPTO_SRC}/ui \ | 659 | ${LCRYPTO_SRC}/ui \ |
| 664 | ${LCRYPTO_SRC}/whrlpool \ | ||
| 665 | ${LCRYPTO_SRC}/x509 | 660 | ${LCRYPTO_SRC}/x509 |
| 666 | 661 | ||
| 667 | HDRS=\ | 662 | HDRS=\ |
| @@ -722,7 +717,6 @@ HDRS=\ | |||
| 722 | ${LCRYPTO_SRC}/ts/ts.h \ | 717 | ${LCRYPTO_SRC}/ts/ts.h \ |
| 723 | ${LCRYPTO_SRC}/txt_db/txt_db.h \ | 718 | ${LCRYPTO_SRC}/txt_db/txt_db.h \ |
| 724 | ${LCRYPTO_SRC}/ui/ui.h \ | 719 | ${LCRYPTO_SRC}/ui/ui.h \ |
| 725 | ${LCRYPTO_SRC}/whrlpool/whrlpool.h \ | ||
| 726 | ${LCRYPTO_SRC}/x509/x509.h \ | 720 | ${LCRYPTO_SRC}/x509/x509.h \ |
| 727 | ${LCRYPTO_SRC}/x509/x509_vfy.h \ | 721 | ${LCRYPTO_SRC}/x509/x509_vfy.h \ |
| 728 | ${LCRYPTO_SRC}/x509/x509v3.h | 722 | ${LCRYPTO_SRC}/x509/x509v3.h |
