aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2014-12-08 02:10:41 +0300
committerBrent Cook <bcook@openbsd.org>2014-12-07 18:07:52 -0600
commit7842cda3c81c00e1c7bf09d64a3ef50cfbf667a7 (patch)
tree1435cd2ea2d45d0105b2fd95c396c74e0205889c /update.sh
parent9c685415abe0f8fed6f7c528c0f0134121193c9d (diff)
downloadportable-7842cda3c81c00e1c7bf09d64a3ef50cfbf667a7.tar.gz
portable-7842cda3c81c00e1c7bf09d64a3ef50cfbf667a7.tar.bz2
portable-7842cda3c81c00e1c7bf09d64a3ef50cfbf667a7.zip
update.sh: include gost test suite
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index 348616f..82a9593 100755
--- a/update.sh
+++ b/update.sh
@@ -169,7 +169,8 @@ for i in aead/aeadtest.c aeswrap/aes_wrap.c base64/base64test.c bf/bftest.c \
169 md4/md4test.c md5/md5test.c mdc2/mdc2test.c poly1305/poly1305test.c \ 169 md4/md4test.c md5/md5test.c mdc2/mdc2test.c poly1305/poly1305test.c \
170 pkcs7/pkcs7test.c pqueue/pq_test.c rand/randtest.c rc2/rc2test.c \ 170 pkcs7/pkcs7test.c pqueue/pq_test.c rand/randtest.c rc2/rc2test.c \
171 rc4/rc4test.c rmd/rmdtest.c sha/shatest.c sha1/sha1test.c \ 171 rc4/rc4test.c rmd/rmdtest.c sha/shatest.c sha1/sha1test.c \
172 sha256/sha256test.c sha512/sha512test.c utf8/utf8test.c; do 172 sha256/sha256test.c sha512/sha512test.c utf8/utf8test.c \
173 gost/gost2814789t.c ; do
173 $CP $libcrypto_regress/$i tests 174 $CP $libcrypto_regress/$i tests
174done 175done
175 176