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 3874698531..c36e87e05b 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.60 2024/10/02 14:50:58 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.61 2024/12/13 00:03:57 beck Exp $ |
2 | 2 | ||
3 | SUBDIR += aead | 3 | SUBDIR += aead |
4 | SUBDIR += aes | 4 | SUBDIR += aes |
@@ -35,6 +35,7 @@ SUBDIR += ige | |||
35 | SUBDIR += init | 35 | SUBDIR += init |
36 | SUBDIR += lhash | 36 | SUBDIR += lhash |
37 | SUBDIR += md | 37 | SUBDIR += md |
38 | SUBDIR += mlkem | ||
38 | SUBDIR += objects | 39 | SUBDIR += objects |
39 | SUBDIR += pbkdf2 | 40 | SUBDIR += pbkdf2 |
40 | SUBDIR += pem | 41 | SUBDIR += pem |