diff options
author | Brent Cook <bcook@openbsd.org> | 2014-07-15 14:49:34 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2014-07-15 14:49:34 -0500 |
commit | 7f2fab20bc1327d1b390cf5c44047da4ad3a599a (patch) | |
tree | ef557aebdcfacaa67d074c191d8d6819dde31e7d /update.sh | |
parent | c5c2aa37be6134f6552070ab21f49d53ebfe86e6 (diff) | |
download | portable-7f2fab20bc1327d1b390cf5c44047da4ad3a599a.tar.gz portable-7f2fab20bc1327d1b390cf5c44047da4ad3a599a.tar.bz2 portable-7f2fab20bc1327d1b390cf5c44047da4ad3a599a.zip |
enable the asn1 test
Diffstat (limited to 'update.sh')
-rwxr-xr-x | update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -290,7 +290,7 @@ cp $libc_regress/arc4random-fork/arc4random-fork.c tests/arc4randomforktest.c | |||
290 | cp $libc_regress/explicit_bzero/explicit_bzero.c tests | 290 | cp $libc_regress/explicit_bzero/explicit_bzero.c tests |
291 | cp $libc_regress/timingsafe/timingsafe.c tests | 291 | cp $libc_regress/timingsafe/timingsafe.c tests |
292 | 292 | ||
293 | for i in ssl/ssltest.c ssl/testssl certs/ca.pem certs/server.pem; do | 293 | for i in asn1/asn1test.c ssl/ssltest.c ssl/testssl certs/ca.pem certs/server.pem; do |
294 | cp $libssl_regress/$i tests | 294 | cp $libssl_regress/$i tests |
295 | done | 295 | done |
296 | 296 | ||