eliminate dupricate callbacks on -188 error

This commit is contained in:
Takashi Kojo
2017-07-24 15:04:16 +09:00
committed by Jacob Barthelmeh
parent 2cee800127
commit 973bac429c

View File

@ -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;