diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-08-31 08:23:33 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-08-31 08:23:33 +0000 |
commit | 240d8a60d19f382956e06a0d6b4253d0ca713963 (patch) | |
tree | 5c6a78bed3b10f41ad49d913f6700db9eb757dee /regress/lib/libcrypto | |
parent | b8c6336d4714ddc53f18c4a16fcbb3d62344402b (diff) |
unhook whirlpool from the tree
Diffstat (limited to 'regress/lib/libcrypto')
-rw-r--r-- | regress/lib/libcrypto/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/regress/lib/libcrypto/Makefile b/regress/lib/libcrypto/Makefile index 01db7a5dc70..d812cd9db90 100644 --- a/regress/lib/libcrypto/Makefile +++ b/regress/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.58 2024/05/06 14:37:26 jsing Exp $ +# $OpenBSD: Makefile,v 1.59 2024/08/31 08:23:32 tb Exp $ SUBDIR += aead SUBDIR += aes @@ -50,7 +50,6 @@ SUBDIR += sm3 SUBDIR += sm4 SUBDIR += symbols SUBDIR += utf8 -SUBDIR += whirlpool SUBDIR += wycheproof SUBDIR += x509 |