mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 02:37:28 +02:00
fix warning with test case
This commit is contained in:
@ -27997,7 +27997,7 @@ static int test_wc_PKCS7_EncodeDecodeEnvelopedData(void)
|
||||
#if defined(HAVE_PKCS7)
|
||||
PKCS7* pkcs7 = NULL;
|
||||
#ifdef ASN_BER_TO_DER
|
||||
int encodedSz;
|
||||
int encodedSz = 0;
|
||||
#endif
|
||||
#ifdef ECC_TIMING_RESISTANT
|
||||
WC_RNG rng;
|
||||
|
Reference in New Issue
Block a user