From 973bac429cb2e4a25491d41e0b4ace6f48662eda Mon Sep 17 00:00:00 2001 From: Takashi Kojo Date: Mon, 24 Jul 2017 15:04:16 +0900 Subject: [PATCH] eliminate dupricate callbacks on -188 error --- src/internal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;