Skip to content

Commit fbf1b78

Browse files
initialize value to resolve warning
1 parent c32d9c8 commit fbf1b78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfcrypt/src/pkcs7.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2728,7 +2728,7 @@ static int PKCS7_EncodeSigned(PKCS7* pkcs7,
27282728
word32 flatSignedAttribsSz = 0;
27292729

27302730
#ifdef WOLFSSL_SMALL_STACK
2731-
ESD* esd;
2731+
ESD* esd = NULL;
27322732
#else
27332733
ESD esd[1];
27342734
#endif

0 commit comments

Comments
 (0)