initialize value to resolve warning

This commit is contained in:
JacobBarthelmeh
2024-03-01 21:39:27 +07:00
parent c32d9c826c
commit fbf1b783da

View File

@@ -2728,7 +2728,7 @@ static int PKCS7_EncodeSigned(PKCS7* pkcs7,
word32 flatSignedAttribsSz = 0;
#ifdef WOLFSSL_SMALL_STACK
ESD* esd;
ESD* esd = NULL;
#else
ESD esd[1];
#endif