From 09e535e41df732802d6e04e0cb55acd5dbb2a3ed Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Tue, 22 Sep 2015 08:56:36 -0500 Subject: update path to openssl(1) in testssl wrapper --- tests/ssltest.sh | 6 +++--- 1 file 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 ssltest_bin=./ssltest.exe fi -openssl_bin=../apps/openssl -if [ -e ../apps/openssl.exe ]; then - openssl_bin=../apps/openssl.exe +openssl_bin=../apps/openssl/openssl +if [ -e ../apps/openssl/openssl.exe ]; then + openssl_bin=../apps/openssl/openssl.exe fi if [ -z $srcdir ]; then -- cgit v1.2.3-55-g6feb