diff options
Diffstat (limited to '')
-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 df9e45f96a..436fb12598 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile | |||
@@ -1,10 +1,11 @@ | |||
1 | # $OpenBSD: Makefile,v 1.4 2014/04/22 21:27:13 miod Exp $ | 1 | # $OpenBSD: Makefile,v 1.5 2014/05/01 13:15:22 jsing Exp $ |
2 | 2 | ||
3 | SUBDIR= \ | 3 | SUBDIR= \ |
4 | aeswrap \ | 4 | aeswrap \ |
5 | bf \ | 5 | bf \ |
6 | bn \ | 6 | bn \ |
7 | cast \ | 7 | cast \ |
8 | chacha \ | ||
8 | des \ | 9 | des \ |
9 | dh \ | 10 | dh \ |
10 | dsa \ | 11 | dsa \ |