diff options
-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 |