summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authormiod <>2014-05-02 19:27:06 +0000
committermiod <>2014-05-02 19:27:06 +0000
commita928011ef8b6701a9f677f7a5f330726c9b7cc2f (patch)
treed2c462f66d0354ccb8a1024784291dc3dddcd76d /src/regress/lib/libcrypto/Makefile
parent83c4562bf875f4ef85fddac8ce8fefc05dfa718d (diff)
downloadopenbsd-a928011ef8b6701a9f677f7a5f330726c9b7cc2f.tar.gz
openbsd-a928011ef8b6701a9f677f7a5f330726c9b7cc2f.tar.bz2
openbsd-a928011ef8b6701a9f677f7a5f330726c9b7cc2f.zip
Simple sha{224,256,384,512} test using the FIPS 180-2 test vectors available
from http://csrc.nist.gov/groups/ST/toolkit/examples.html
Diffstat (limited to 'src/regress/lib/libcrypto/Makefile')
-rw-r--r--src/regress/lib/libcrypto/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/Makefile b/src/regress/lib/libcrypto/Makefile
index 436fb12598..327eb5b12d 100644
--- a/src/regress/lib/libcrypto/Makefile
+++ b/src/regress/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.5 2014/05/01 13:15:22 jsing Exp $ 1# $OpenBSD: Makefile,v 1.6 2014/05/02 19:27:04 miod Exp $
2 2
3SUBDIR= \ 3SUBDIR= \
4 aeswrap \ 4 aeswrap \
@@ -27,7 +27,8 @@ SUBDIR= \
27 rc4 \ 27 rc4 \
28 rmd \ 28 rmd \
29 sha \ 29 sha \
30 sha1 30 sha1 \
31 sha2
31 32
32install: 33install:
33 34