summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libcrypto/Makefile')
-rw-r--r--src/regress/lib/libcrypto/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/Makefile b/src/regress/lib/libcrypto/Makefile
index bdf17723df..d6510d64c6 100644
--- a/src/regress/lib/libcrypto/Makefile
+++ b/src/regress/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.11 2014/05/30 15:38:28 jsing Exp $ 1# $OpenBSD: Makefile,v 1.12 2014/05/31 14:39:06 jsing Exp $
2 2
3SUBDIR= \ 3SUBDIR= \
4 aeswrap \ 4 aeswrap \
@@ -7,6 +7,7 @@ SUBDIR= \
7 bn \ 7 bn \
8 cast \ 8 cast \
9 chacha \ 9 chacha \
10 cts128 \
10 des \ 11 des \
11 dh \ 12 dh \
12 dsa \ 13 dsa \