mirror of
https://github.com/openssl/openssl.git
synced 2025-03-01 19:28:10 +08:00
QUIC: Fix incompatible merges causing CI breakage
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/21641)
This commit is contained in:
parent
2c8d9f19e3
commit
1e7cc86b75
@ -808,9 +808,9 @@ static int test_back_pressure(void)
|
||||
int i;
|
||||
|
||||
if (!TEST_ptr(cctx)
|
||||
|| !TEST_true(qtest_create_quic_objects(libctx, cctx, cert, privkey,
|
||||
0, &qtserv, &clientquic,
|
||||
NULL))
|
||||
|| !TEST_true(qtest_create_quic_objects(libctx, cctx, NULL, cert,
|
||||
privkey, 0, &qtserv,
|
||||
&clientquic, NULL))
|
||||
|| !TEST_true(qtest_create_quic_connection(qtserv, clientquic)))
|
||||
goto err;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user