Enhance ssltestlib's create_ssl_ctx_pair to take min and max proto version
[openssl.git] / test / sslbuffertest.c
index a1c3c6a6a33ab023d94998c48284e8a9496c8d38..7616eea2d5a3df13b1fe8562291be932ab356eed 100644 (file)
@@ -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;