Merge pull request #602 from kaleb-himes/forums-support-case-user-sp

IAR compiler for ARM 7.70.2.11706 - unitialized warning
This commit is contained in:
dgarske 2016-10-26 20:04:02 -07:00 committed by GitHub
commit 7ef037af0f

View File

@ -7754,7 +7754,7 @@ static int GetDeepCopySession(WOLFSSL* ssl, WOLFSSL_SESSION* copyFrom)
{
WOLFSSL_SESSION* copyInto = &ssl->session;
void* tmpBuff = NULL;
int ticketLen;
int ticketLen = 0;
int doDynamicCopy = 0;
int ret = SSL_SUCCESS;