summaryrefslogtreecommitdiff
path: root/src/tests.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-08-28 16:54:47 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-08-28 16:54:47 +0200
commitea3966fa3662a16b42c7409018970b7021622770 (patch)
treea5aa8b08322b0c2c8800d691dfba98374ad3e547 /src/tests.c
parentf65f71429334ea77d3e53b6e0b09aad1a2842a8d (diff)
downloadgnutls-ea3966fa3662a16b42c7409018970b7021622770.tar.gz
gnutls-cli-debug: corrected typo in inappropriate fallback check
Diffstat (limited to 'src/tests.c')
-rw-r--r--src/tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests.c b/src/tests.c
index bc40b8da47..515bb5a1e0 100644
--- a/src/tests.c
+++ b/src/tests.c
@@ -239,7 +239,7 @@ test_code_t test_rfc7507(gnutls_session_t session)
else if (tls1_1_ok && tls1_ok)
pstr = "-VERS-TLS-ALL:+VERS-TLS1.0:%FALLBACK_SCSV";
else if (tls1_ok && ssl3_ok)
- pstr = "-VERS-TLS-ALL:+VERS-SSL3:%FALLBACK_SCSV";
+ pstr = "-VERS-TLS-ALL:+VERS-SSL3.0:%FALLBACK_SCSV";
else
return TEST_IGNORE;