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 73059c1c25..f6215fb118 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.28 2017/05/06 20:42:57 beck Exp $ | 1 | # $OpenBSD: Makefile,v 1.29 2018/03/19 14:34:33 beck Exp $ |
2 | 2 | ||
3 | SUBDIR= \ | 3 | SUBDIR= \ |
4 | aead \ | 4 | aead \ |
@@ -27,6 +27,7 @@ SUBDIR= \ | |||
27 | hmac \ | 27 | hmac \ |
28 | idea \ | 28 | idea \ |
29 | ige \ | 29 | ige \ |
30 | init \ | ||
30 | md4 \ | 31 | md4 \ |
31 | md5 \ | 32 | md5 \ |
32 | pbkdf2 \ | 33 | pbkdf2 \ |