X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=test%2Ffatalerrtest.c;h=d3a23e5f3dc0564f8e5310046dff895b92889df6;hb=7d7f6834e542e53f604b46a72d57fad773d4b2bc;hp=85b11c84aa313e281b99a82c4c5fc98600b1a8e9;hpb=2e2faa8c4802f2fcecea699ddda246929b2ca329;p=thirdparty%2Fopenssl.git diff --git a/test/fatalerrtest.c b/test/fatalerrtest.c index 85b11c84aa..d3a23e5f3d 100644 --- a/test/fatalerrtest.c +++ b/test/fatalerrtest.c @@ -28,8 +28,9 @@ static int test_fatalerr(void) 0x17, 0x03, 0x03, 0x00, 0x05, 'D', 'u', 'm', 'm', 'y' }; - if (!TEST_true(create_ssl_ctx_pair(TLS_method(), TLS_method(), &sctx, &cctx, - cert, privkey))) + if (!TEST_true(create_ssl_ctx_pair(TLS_method(), TLS_method(), + TLS1_VERSION, TLS_MAX_VERSION, + &sctx, &cctx, cert, privkey))) goto err; /*