diff options
-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 | ||