fix serverhello extensions idx bug

This commit is contained in:
toddouska 2013-05-10 15:52:32 -07:00
parent 871c116395
commit 61bf080290

View File

@ -6911,8 +6911,6 @@ int SetCipherList(Suites* s, const char* list)
ssl->options.serverState = SERVER_HELLO_COMPLETE;
*inOutIdx = i;
if (ssl->options.resuming) {
if (ssl->options.haveSessionId && XMEMCMP(ssl->arrays->sessionID,
ssl->session.sessionID, ID_LEN) == 0) {