move gotChangeCipher from options into msgsReceived

This commit is contained in:
toddouska
2014-11-17 13:11:45 -08:00
parent 5318b243ba
commit 31858d2a34
4 changed files with 22 additions and 11 deletions
-1
View File
@@ -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));