mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-05-05 09:34:14 +02:00
move gotChangeCipher from options into msgsReceived
This commit is contained in:
@@ -777,7 +777,6 @@ int CyaSSL_Rehandshake(CYASSL* ssl)
|
||||
ssl->options.acceptState = ACCEPT_BEGIN;
|
||||
ssl->options.handShakeState = NULL_STATE;
|
||||
ssl->options.processReply = 0; /* TODO, move states in internal.h */
|
||||
ssl->options.gotChangeCipher = 0;
|
||||
|
||||
XMEMSET(&ssl->msgsReceived, 0, sizeof(ssl->msgsReceived));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user