diff options
-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 d812cd9db9..3874698531 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.59 2024/08/31 08:23:32 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.60 2024/10/02 14:50:58 jsing Exp $ |
2 | 2 | ||
3 | SUBDIR += aead | 3 | SUBDIR += aead |
4 | SUBDIR += aes | 4 | SUBDIR += aes |
@@ -23,6 +23,7 @@ SUBDIR += dsa | |||
23 | SUBDIR += ec | 23 | SUBDIR += ec |
24 | SUBDIR += ecdh | 24 | SUBDIR += ecdh |
25 | SUBDIR += ecdsa | 25 | SUBDIR += ecdsa |
26 | SUBDIR += err | ||
26 | SUBDIR += evp | 27 | SUBDIR += evp |
27 | SUBDIR += exdata | 28 | SUBDIR += exdata |
28 | SUBDIR += free | 29 | SUBDIR += free |