Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions tests/quic.c
Original file line number Diff line number Diff line change
Expand Up @@ -1029,6 +1029,8 @@ static void QuicConversation_do(QuicConversation *conv)
}
}

#ifdef HAVE_SESSION_TICKET

static void QuicConversation_fail(QuicConversation *conv)
{
if (!conv->started) {
Expand All @@ -1045,6 +1047,8 @@ static void QuicConversation_fail(QuicConversation *conv)
}
}

#endif /* HAVE_SESSION_TICKET */

static int test_quic_client_hello(int verbose) {
WOLFSSL_CTX *ctx;
int ret = 0;
Expand Down