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 871ae2093a..ffe08d04bd 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.56 2024/03/29 07:13:38 joshua Exp $ | 1 | # $OpenBSD: Makefile,v 1.57 2024/04/25 14:27:29 jsing Exp $ |
2 | 2 | ||
3 | SUBDIR += aead | 3 | SUBDIR += aead |
4 | SUBDIR += aes | 4 | SUBDIR += aes |
@@ -14,6 +14,7 @@ SUBDIR += cast | |||
14 | SUBDIR += certs | 14 | SUBDIR += certs |
15 | SUBDIR += chacha | 15 | SUBDIR += chacha |
16 | SUBDIR += cms | 16 | SUBDIR += cms |
17 | SUBDIR += crypto | ||
17 | SUBDIR += ct | 18 | SUBDIR += ct |
18 | SUBDIR += curve25519 | 19 | SUBDIR += curve25519 |
19 | SUBDIR += des | 20 | SUBDIR += des |