aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-06-29 22:49:37 -0500
committerBrent Cook <bcook@openbsd.org>2015-06-29 22:49:37 -0500
commitb7f699ab34684e0dae18949c142824b929388338 (patch)
treee182ee3b5c9d46b540612be22f0827dd6f54ebde /update.sh
parent89880c2e3a2274ae17b19454e793a491f3c48b0f (diff)
downloadportable-b7f699ab34684e0dae18949c142824b929388338.tar.gz
portable-b7f699ab34684e0dae18949c142824b929388338.tar.bz2
portable-b7f699ab34684e0dae18949c142824b929388338.zip
add cipher_list test
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/update.sh b/update.sh
index 237939c..008931e 100755
--- a/update.sh
+++ b/update.sh
@@ -238,6 +238,7 @@ $CP $libssl_regress/ssl/testssl tests
238for i in `find $libssl_regress -name '*.c'`; do 238for i in `find $libssl_regress -name '*.c'`; do
239 $CP "$i" tests 239 $CP "$i" tests
240done 240done
241$CP $libssl_regress/unit/tests.h tests
241$CP $libssl_regress/certs/ca.pem tests 242$CP $libssl_regress/certs/ca.pem tests
242$CP $libssl_regress/certs/server.pem tests 243$CP $libssl_regress/certs/server.pem tests
243 244