Merge branch 'master' of github.com:cyassl/cyassl

This commit is contained in:
Chris Conlon 2013-05-10 17:34:32 -06:00
commit 2a741ba469

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) {