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 d3d86ab6b2..3b84856435 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.20 2015/09/13 23:36:21 doug Exp $ | 1 | # $OpenBSD: Makefile,v 1.21 2015/09/14 01:45:03 doug Exp $ |
2 | 2 | ||
3 | SUBDIR= \ | 3 | SUBDIR= \ |
4 | aead \ | 4 | aead \ |
@@ -24,6 +24,7 @@ SUBDIR= \ | |||
24 | hmac \ | 24 | hmac \ |
25 | idea \ | 25 | idea \ |
26 | ige \ | 26 | ige \ |
27 | md4 \ | ||
27 | md5 \ | 28 | md5 \ |
28 | pbkdf2 \ | 29 | pbkdf2 \ |
29 | pkcs7 \ | 30 | pkcs7 \ |