summaryrefslogtreecommitdiffstats
path: root/test/ssl_ctx_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/ssl_ctx_test.c')
-rw-r--r--test/ssl_ctx_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ssl_ctx_test.c b/test/ssl_ctx_test.c
index 87d476d9ec..58ca60a788 100644
--- a/test/ssl_ctx_test.c
+++ b/test/ssl_ctx_test.c
@@ -24,7 +24,7 @@ static const version_test version_testdata[] = {
{0, 0, 1, 1, 0, 0},
{TLS1_VERSION, TLS1_2_VERSION, 1, 1, TLS1_VERSION, TLS1_2_VERSION},
{TLS1_2_VERSION, TLS1_2_VERSION, 1, 1, TLS1_2_VERSION, TLS1_2_VERSION},
- {TLS1_2_VERSION, TLS1_1_VERSION, 1, 0, TLS1_2_VERSION, 0},
+ {TLS1_2_VERSION, TLS1_1_VERSION, 1, 1, TLS1_2_VERSION, TLS1_1_VERSION},
{7, 42, 0, 0, 0, 0},
};