diff --git a/src/internal.c b/src/internal.c index 99ca64e2d..b165cc2d6 100644 --- a/src/internal.c +++ b/src/internal.c @@ -23141,7 +23141,7 @@ static int DoSessionTicket(WOLFSSL* ssl, const byte* input, word32* inOutIdx, else *inOutIdx = begin + helloSz; /* skip extensions */ } - + ssl->options.clientState = CLIENT_HELLO_COMPLETE; ssl->options.haveSessionId = 1;