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 0e279cca1d..91e8645edc 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.53 2023/12/27 12:26:17 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.54 2023/12/27 12:34:32 jsing Exp $ |
2 | 2 | ||
3 | SUBDIR += aead | 3 | SUBDIR += aead |
4 | SUBDIR += aes | 4 | SUBDIR += aes |
@@ -23,6 +23,7 @@ SUBDIR += ec | |||
23 | SUBDIR += ecdh | 23 | SUBDIR += ecdh |
24 | SUBDIR += ecdsa | 24 | SUBDIR += ecdsa |
25 | SUBDIR += evp | 25 | SUBDIR += evp |
26 | SUBDIR += exdata | ||
26 | SUBDIR += free | 27 | SUBDIR += free |
27 | SUBDIR += gcm128 | 28 | SUBDIR += gcm128 |
28 | SUBDIR += gost | 29 | SUBDIR += gost |