diff options
-rwxr-xr-x | update.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
174 | done | 175 | done |
175 | 176 | ||