Build: change remaining $unified_info{install} checks to use attributes
[openssl.git] / test / fatalerrtest.c
index 280eed262925c782612794d947b4c17ef38f8092..329191449d8a3f99fc2d28b62368ea4bdd55d8e7 100644 (file)
@@ -29,7 +29,7 @@ static int test_fatalerr(void)
     };
 
     if (!TEST_true(create_ssl_ctx_pair(TLS_method(), TLS_method(),
-                                       TLS1_VERSION, TLS_MAX_VERSION,
+                                       TLS1_VERSION, 0,
                                        &sctx, &cctx, cert, privkey)))
         goto err;