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 3b84856435..4931d0fdd8 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile | |||
@@ -1,8 +1,9 @@ | |||
1 | # $OpenBSD: Makefile,v 1.21 2015/09/14 01:45:03 doug Exp $ | 1 | # $OpenBSD: Makefile,v 1.22 2015/09/25 16:12:30 jsing Exp $ |
2 | 2 | ||
3 | SUBDIR= \ | 3 | SUBDIR= \ |
4 | aead \ | 4 | aead \ |
5 | aeswrap \ | 5 | aeswrap \ |
6 | asn1 \ | ||
6 | base64 \ | 7 | base64 \ |
7 | bf \ | 8 | bf \ |
8 | bio \ | 9 | bio \ |