summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2024-08-31 08:23:32 +0000
committertb <>2024-08-31 08:23:32 +0000
commite0894c2c326671e49992c0a973e401fe25f33f9b (patch)
tree26352e2d8ccb85a6cd34ec6d8f9144cc37296376 /src
parentee27a83f96b570b17b650e3dbb3424206be95bc6 (diff)
downloadopenbsd-e0894c2c326671e49992c0a973e401fe25f33f9b.tar.gz
openbsd-e0894c2c326671e49992c0a973e401fe25f33f9b.tar.bz2
openbsd-e0894c2c326671e49992c0a973e401fe25f33f9b.zip
unhook whirlpool from the tree
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libcrypto/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/Makefile b/src/regress/lib/libcrypto/Makefile
index 01db7a5dc7..d812cd9db9 100644
--- a/src/regress/lib/libcrypto/Makefile
+++ b/src/regress/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.58 2024/05/06 14:37:26 jsing Exp $ 1# $OpenBSD: Makefile,v 1.59 2024/08/31 08:23:32 tb Exp $
2 2
3SUBDIR += aead 3SUBDIR += aead
4SUBDIR += aes 4SUBDIR += aes
@@ -50,7 +50,6 @@ SUBDIR += sm3
50SUBDIR += sm4 50SUBDIR += sm4
51SUBDIR += symbols 51SUBDIR += symbols
52SUBDIR += utf8 52SUBDIR += utf8
53SUBDIR += whirlpool
54SUBDIR += wycheproof 53SUBDIR += wycheproof
55SUBDIR += x509 54SUBDIR += x509
56 55