summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authorjsing <>2014-05-30 15:38:28 +0000
committerjsing <>2014-05-30 15:38:28 +0000
commit401ca803776e1d9e3ad6253f2397519e193c94c8 (patch)
tree7fb61646457aa146894986132a23636be3561ed4 /src/regress/lib/libcrypto/Makefile
parent3c495909b9f7e2628f8be2c602cb4fa7ae32c32e (diff)
downloadopenbsd-401ca803776e1d9e3ad6253f2397519e193c94c8.tar.gz
openbsd-401ca803776e1d9e3ad6253f2397519e193c94c8.tar.bz2
openbsd-401ca803776e1d9e3ad6253f2397519e193c94c8.zip
Move sha256 and sha512 tests to regress and wire them up.
Diffstat (limited to 'src/regress/lib/libcrypto/Makefile')
-rw-r--r--src/regress/lib/libcrypto/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/Makefile b/src/regress/lib/libcrypto/Makefile
index 54fcae7c91..bdf17723df 100644
--- a/src/regress/lib/libcrypto/Makefile
+++ b/src/regress/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.10 2014/05/18 22:04:14 guenther Exp $ 1# $OpenBSD: Makefile,v 1.11 2014/05/30 15:38:28 jsing Exp $
2 2
3SUBDIR= \ 3SUBDIR= \
4 aeswrap \ 4 aeswrap \
@@ -32,6 +32,8 @@ SUBDIR= \
32 sha \ 32 sha \
33 sha1 \ 33 sha1 \
34 sha2 \ 34 sha2 \
35 sha256 \
36 sha512 \
35 utf8 37 utf8
36 38
37install: 39install: