summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authorjsing <>2014-05-31 14:39:06 +0000
committerjsing <>2014-05-31 14:39:06 +0000
commit6648a967eb5774a981f75f688eba10e29a5b4077 (patch)
tree5bde067d164b57e2512426ccb58393934b962a4a /src/regress/lib/libcrypto/Makefile
parent18c79d63e16adab1488a5c1f35dad5ba4660e553 (diff)
downloadopenbsd-6648a967eb5774a981f75f688eba10e29a5b4077.tar.gz
openbsd-6648a967eb5774a981f75f688eba10e29a5b4077.tar.bz2
openbsd-6648a967eb5774a981f75f688eba10e29a5b4077.zip
Move the cts128 and gcm128 tests to regress.
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 \