aboutsummaryrefslogtreecommitdiffstats
path: root/test/gosttest.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/gosttest.c')
-rw-r--r--test/gosttest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gosttest.c b/test/gosttest.c
index 26e435d667..398effa0a3 100644
--- a/test/gosttest.c
+++ b/test/gosttest.c
@@ -41,7 +41,7 @@ static int test_tls13(int idx)
if (!TEST_true(create_ssl_ctx_pair(TLS_server_method(),
TLS_client_method(),
TLS1_VERSION,
- TLS_MAX_VERSION,
+ 0,
&sctx, &cctx,
ciphers[idx].certnum == 0 ? cert1
: cert2,