From 61bf080290842cf123fa5e9b8f6e28e909d10e35 Mon Sep 17 00:00:00 2001 From: toddouska Date: Fri, 10 May 2013 15:52:32 -0700 Subject: [PATCH] fix serverhello extensions idx bug --- src/internal.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/internal.c b/src/internal.c index 6b9632649..f021661cf 100644 --- a/src/internal.c +++ b/src/internal.c @@ -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) {