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 1c346f6e3b..f29e594535 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.42 2021/12/05 13:01:08 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.43 2022/02/11 16:34:23 jsing Exp $ |
2 | 2 | ||
3 | SUBDIR += aead | 3 | SUBDIR += aead |
4 | SUBDIR += aeswrap | 4 | SUBDIR += aeswrap |
@@ -34,6 +34,7 @@ SUBDIR += ige | |||
34 | SUBDIR += init | 34 | SUBDIR += init |
35 | SUBDIR += md4 | 35 | SUBDIR += md4 |
36 | SUBDIR += md5 | 36 | SUBDIR += md5 |
37 | SUBDIR += objects | ||
37 | SUBDIR += pbkdf2 | 38 | SUBDIR += pbkdf2 |
38 | SUBDIR += pem | 39 | SUBDIR += pem |
39 | SUBDIR += pkcs7 | 40 | SUBDIR += pkcs7 |