summaryrefslogtreecommitdiffstats
path: root/test/sslbuffertest.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/sslbuffertest.c')
-rw-r--r--test/sslbuffertest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sslbuffertest.c b/test/sslbuffertest.c
index a1c3c6a6a3..7616eea2d5 100644
--- a/test/sslbuffertest.c
+++ b/test/sslbuffertest.c
@@ -166,6 +166,7 @@ int setup_tests(void)
return 0;
if (!create_ssl_ctx_pair(TLS_server_method(), TLS_client_method(),
+ TLS1_VERSION, TLS_MAX_VERSION,
&serverctx, &clientctx, cert, pkey)) {
TEST_error("Failed to create SSL_CTX pair\n");
return 0;