aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2014-07-15 14:49:34 -0500
committerBrent Cook <bcook@openbsd.org>2014-07-15 14:49:34 -0500
commit7f2fab20bc1327d1b390cf5c44047da4ad3a599a (patch)
treeef557aebdcfacaa67d074c191d8d6819dde31e7d /update.sh
parentc5c2aa37be6134f6552070ab21f49d53ebfe86e6 (diff)
downloadportable-7f2fab20bc1327d1b390cf5c44047da4ad3a599a.tar.gz
portable-7f2fab20bc1327d1b390cf5c44047da4ad3a599a.tar.bz2
portable-7f2fab20bc1327d1b390cf5c44047da4ad3a599a.zip
enable the asn1 test
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index 5444d54..9512f8c 100755
--- a/update.sh
+++ b/update.sh
@@ -290,7 +290,7 @@ cp $libc_regress/arc4random-fork/arc4random-fork.c tests/arc4randomforktest.c
290cp $libc_regress/explicit_bzero/explicit_bzero.c tests 290cp $libc_regress/explicit_bzero/explicit_bzero.c tests
291cp $libc_regress/timingsafe/timingsafe.c tests 291cp $libc_regress/timingsafe/timingsafe.c tests
292 292
293for i in ssl/ssltest.c ssl/testssl certs/ca.pem certs/server.pem; do 293for 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
295done 295done
296 296