initialized var.

This commit is contained in:
abrahamsonn
2019-04-26 11:35:50 -06:00
parent 1830a0a74c
commit bbb72946b7

View File

@ -4659,7 +4659,7 @@ int ProcessBuffer(WOLFSSL_CTX* ctx, const unsigned char* buff,
int resetSuites = 0;
void* heap = wolfSSL_CTX_GetHeap(ctx, ssl);
int devId = wolfSSL_CTX_GetDevId(ctx, ssl);
word32 idx;
word32 idx = 0;
int keySz = 0;
#ifdef WOLFSSL_SMALL_STACK
EncryptedInfo* info = NULL;