diff options
author | Brent Cook <bcook@openbsd.org> | 2015-09-22 08:56:36 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-09-22 08:56:36 -0500 |
commit | 09e535e41df732802d6e04e0cb55acd5dbb2a3ed (patch) | |
tree | 0f9636f8532dc507de8373f9ec5c73fa982e9d01 | |
parent | 0fa826d34f42ecd0932aaf48012ca9165ac1612b (diff) | |
download | portable-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-x | tests/ssltest.sh | 6 |
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 |
7 | fi | 7 | fi |
8 | 8 | ||
9 | openssl_bin=../apps/openssl | 9 | openssl_bin=../apps/openssl/openssl |
10 | if [ -e ../apps/openssl.exe ]; then | 10 | if [ -e ../apps/openssl/openssl.exe ]; then |
11 | openssl_bin=../apps/openssl.exe | 11 | openssl_bin=../apps/openssl/openssl.exe |
12 | fi | 12 | fi |
13 | 13 | ||
14 | if [ -z $srcdir ]; then | 14 | if [ -z $srcdir ]; then |