diff options
author | miod <> | 2014-05-02 19:27:06 +0000 |
---|---|---|
committer | miod <> | 2014-05-02 19:27:06 +0000 |
commit | a928011ef8b6701a9f677f7a5f330726c9b7cc2f (patch) | |
tree | d2c462f66d0354ccb8a1024784291dc3dddcd76d /src/regress/lib/libcrypto/Makefile | |
parent | 83c4562bf875f4ef85fddac8ce8fefc05dfa718d (diff) | |
download | openbsd-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/Makefile | 5 |
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 | ||
3 | SUBDIR= \ | 3 | SUBDIR= \ |
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 | ||
32 | install: | 33 | install: |
33 | 34 | ||