aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/testssl.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testssl.bat b/tests/testssl.bat
index 1bc175e..f354393 100644
--- a/tests/testssl.bat
+++ b/tests/testssl.bat
@@ -60,7 +60,7 @@ for %%p in ( SSLv3,TLSv1.2 ) do (
60 echo "Testing ciphersuites for %%p" 60 echo "Testing ciphersuites for %%p"
61 for /f "usebackq" %%c in (`%openssl% ciphers -v "%%p+aRSA" ^| find "%%p"`) do ( 61 for /f "usebackq" %%c in (`%openssl% ciphers -v "%%p+aRSA" ^| find "%%p"`) do (
62 echo "Testing %%c" 62 echo "Testing %%c"
63 %ssltest% -cipher %%c 63 %ssltest% -cipher %%c -tls1_2
64 if !errorlevel! neq 0 ( 64 if !errorlevel! neq 0 (
65 echo "Failed %%c" 65 echo "Failed %%c"
66 exit /b 1 66 exit /b 1