We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f21b021 + eef6747 commit 37adf0fCopy full SHA for 37adf0f
1 file changed
tests/quic.c
@@ -1029,6 +1029,8 @@ static void QuicConversation_do(QuicConversation *conv)
1029
}
1030
1031
1032
+#ifdef HAVE_SESSION_TICKET
1033
+
1034
static void QuicConversation_fail(QuicConversation *conv)
1035
{
1036
if (!conv->started) {
@@ -1045,6 +1047,8 @@ static void QuicConversation_fail(QuicConversation *conv)
1045
1047
1046
1048
1049
1050
+#endif /* HAVE_SESSION_TICKET */
1051
1052
static int test_quic_client_hello(int verbose) {
1053
WOLFSSL_CTX *ctx;
1054
int ret = 0;
0 commit comments