mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 03:34:39 +02:00
initialize value to resolve warning
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user