diff options
Diffstat (limited to 'src/regress/lib/libcrypto/Makefile')
-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 01ffd29227..0e279cca1d 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.52 2023/04/25 15:18:59 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.53 2023/12/27 12:26:17 jsing Exp $ |
2 | 2 | ||
3 | SUBDIR += aead | 3 | SUBDIR += aead |
4 | SUBDIR += aes | 4 | SUBDIR += aes |
@@ -22,7 +22,6 @@ SUBDIR += dsa | |||
22 | SUBDIR += ec | 22 | SUBDIR += ec |
23 | SUBDIR += ecdh | 23 | SUBDIR += ecdh |
24 | SUBDIR += ecdsa | 24 | SUBDIR += ecdsa |
25 | SUBDIR += engine | ||
26 | SUBDIR += evp | 25 | SUBDIR += evp |
27 | SUBDIR += free | 26 | SUBDIR += free |
28 | SUBDIR += gcm128 | 27 | SUBDIR += gcm128 |