diff options
Diffstat (limited to 'src/regress/lib/libcrypto/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/Makefile b/src/regress/lib/libcrypto/Makefile index 32147fd48e..871ae2093a 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.55 2024/03/28 06:45:36 beck Exp $ | 1 | # $OpenBSD: Makefile,v 1.56 2024/03/29 07:13:38 joshua Exp $ |
2 | 2 | ||
3 | SUBDIR += aead | 3 | SUBDIR += aead |
4 | SUBDIR += aes | 4 | SUBDIR += aes |
@@ -48,6 +48,7 @@ SUBDIR += sm3 | |||
48 | SUBDIR += sm4 | 48 | SUBDIR += sm4 |
49 | SUBDIR += symbols | 49 | SUBDIR += symbols |
50 | SUBDIR += utf8 | 50 | SUBDIR += utf8 |
51 | SUBDIR += whirlpool | ||
51 | SUBDIR += wycheproof | 52 | SUBDIR += wycheproof |
52 | SUBDIR += x509 | 53 | SUBDIR += x509 |
53 | 54 | ||