mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 20:24:39 +02:00
Fix for QUIC test introduced in PR #8358.
This commit is contained in:
@@ -274,6 +274,8 @@ static int test_provide_quic_data(void) {
|
|||||||
size_t len;
|
size_t len;
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
|
|
||||||
|
XMEMSET(lbuffer, 0, sizeof(lbuffer));
|
||||||
|
|
||||||
AssertNotNull(ctx = wolfSSL_CTX_new(wolfTLSv1_3_client_method()));
|
AssertNotNull(ctx = wolfSSL_CTX_new(wolfTLSv1_3_client_method()));
|
||||||
AssertTrue(wolfSSL_CTX_set_quic_method(ctx, &dummy_method) == WOLFSSL_SUCCESS);
|
AssertTrue(wolfSSL_CTX_set_quic_method(ctx, &dummy_method) == WOLFSSL_SUCCESS);
|
||||||
/* provide_quic_data() feeds CRYPTO packets inside a QUIC Frame into
|
/* provide_quic_data() feeds CRYPTO packets inside a QUIC Frame into
|
||||||
|
Reference in New Issue
Block a user