sniffer signals got change cipher

This commit is contained in:
toddouska 2014-10-29 14:14:32 -07:00
parent 7fed36b09d
commit 1e7b579777

View File

@ -2677,6 +2677,7 @@ doMessage:
Trace(GOT_CHANGE_CIPHER_STR);
ssl->options.handShakeState = HANDSHAKE_DONE;
ssl->options.handShakeDone = 1;
ssl->options.gotChangeCipher = 1;
break;
case application_data:
Trace(GOT_APP_DATA_STR);