mirror of https://github.com/wolfSSL/wolfssl.git
Merge pull request #4464 from SparkiDev/tls_hs_state_fix
TLS: don't set the handshake state to the record typepull/4467/head
commit
f20f883e94
|
@ -14083,8 +14083,6 @@ static int DoHandShakeMsg(WOLFSSL* ssl, byte* input, word32* inOutIdx,
|
|||
if (GetHandShakeHeader(ssl,input,inOutIdx,&type, &size, totalSz) != 0)
|
||||
return PARSE_ERROR;
|
||||
|
||||
ssl->options.handShakeState = type;
|
||||
|
||||
return DoHandShakeMsgType(ssl, input, inOutIdx, type, size, totalSz);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue