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