summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libssl/ssl/testssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regress/lib/libssl/ssl/testssl b/src/regress/lib/libssl/ssl/testssl
index b6f7d200a0..fe633e8797 100644
--- a/src/regress/lib/libssl/ssl/testssl
+++ b/src/regress/lib/libssl/ssl/testssl
@@ -58,7 +58,7 @@ for protocol in SSLv3 TLSv1.2; do
58 for cipher in `$openssl ciphers -v "$protocol+aRSA" | 58 for cipher in `$openssl ciphers -v "$protocol+aRSA" |
59 awk "/ $protocol / { print \\$1 }"`; do 59 awk "/ $protocol / { print \\$1 }"`; do
60 echo "Testing $cipher" 60 echo "Testing $cipher"
61 $ssltest -cipher $cipher 61 $ssltest -cipher $cipher -tls1_2
62 if [ $? -ne 0 ] ; then 62 if [ $? -ne 0 ] ; then
63 echo "Failed $cipher" 63 echo "Failed $cipher"
64 exit 1 64 exit 1