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 dc11c60e92..595d1094da 100644
--- a/src/regress/lib/libcrypto/Makefile
+++ b/src/regress/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.24 2016/11/04 19:45:12 jsing Exp $ 1# $OpenBSD: Makefile,v 1.25 2016/11/05 15:09:02 jsing Exp $
2 2
3SUBDIR= \ 3SUBDIR= \
4 aead \ 4 aead \
@@ -11,6 +11,7 @@ SUBDIR= \
11 cast \ 11 cast \
12 chacha \ 12 chacha \
13 cts128 \ 13 cts128 \
14 curve25519 \
14 des \ 15 des \
15 dh \ 16 dh \
16 dsa \ 17 dsa \