aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-09-22 08:56:36 -0500
committerBrent Cook <bcook@openbsd.org>2015-09-22 08:56:36 -0500
commit09e535e41df732802d6e04e0cb55acd5dbb2a3ed (patch)
tree0f9636f8532dc507de8373f9ec5c73fa982e9d01
parent0fa826d34f42ecd0932aaf48012ca9165ac1612b (diff)
downloadportable-2.3.0.tar.gz
portable-2.3.0.tar.bz2
portable-2.3.0.zip
update path to openssl(1) in testssl wrapperv2.3.0
-rwxr-xr-xtests/ssltest.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ssltest.sh b/tests/ssltest.sh
index 1b4c9c7..5b48b40 100755
--- a/tests/ssltest.sh
+++ b/tests/ssltest.sh
@@ -6,9 +6,9 @@ if [ -e ./ssltest.exe ]; then
6 ssltest_bin=./ssltest.exe 6 ssltest_bin=./ssltest.exe
7fi 7fi
8 8
9openssl_bin=../apps/openssl 9openssl_bin=../apps/openssl/openssl
10if [ -e ../apps/openssl.exe ]; then 10if [ -e ../apps/openssl/openssl.exe ]; then
11 openssl_bin=../apps/openssl.exe 11 openssl_bin=../apps/openssl/openssl.exe
12fi 12fi
13 13
14if [ -z $srcdir ]; then 14if [ -z $srcdir ]; then