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