diff options
author | tb <> | 2024-08-31 08:23:32 +0000 |
---|---|---|
committer | tb <> | 2024-08-31 08:23:32 +0000 |
commit | e0894c2c326671e49992c0a973e401fe25f33f9b (patch) | |
tree | 26352e2d8ccb85a6cd34ec6d8f9144cc37296376 /src | |
parent | ee27a83f96b570b17b650e3dbb3424206be95bc6 (diff) | |
download | openbsd-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/Makefile | 3 |
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 | ||
3 | SUBDIR += aead | 3 | SUBDIR += aead |
4 | SUBDIR += aes | 4 | SUBDIR += aes |
@@ -50,7 +50,6 @@ SUBDIR += sm3 | |||
50 | SUBDIR += sm4 | 50 | SUBDIR += sm4 |
51 | SUBDIR += symbols | 51 | SUBDIR += symbols |
52 | SUBDIR += utf8 | 52 | SUBDIR += utf8 |
53 | SUBDIR += whirlpool | ||
54 | SUBDIR += wycheproof | 53 | SUBDIR += wycheproof |
55 | SUBDIR += x509 | 54 | SUBDIR += x509 |
56 | 55 | ||