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 d9bd92f637..19cb9ab4ad 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile | |||
@@ -1,10 +1,11 @@ | |||
1 | # $OpenBSD: Makefile,v 1.13 2014/06/22 14:28:07 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.14 2014/06/22 14:30:52 jsing Exp $ |
2 | 2 | ||
3 | SUBDIR= \ | 3 | SUBDIR= \ |
4 | aead \ | 4 | aead \ |
5 | aeswrap \ | 5 | aeswrap \ |
6 | base64 \ | 6 | base64 \ |
7 | bf \ | 7 | bf \ |
8 | bio \ | ||
8 | bn \ | 9 | bn \ |
9 | cast \ | 10 | cast \ |
10 | chacha \ | 11 | chacha \ |