fix warning with test case

This commit is contained in:
JacobBarthelmeh
2024-02-01 11:00:42 -07:00
parent 8d0dc7a568
commit 5fbadbb215

View File

@@ -27997,7 +27997,7 @@ static int test_wc_PKCS7_EncodeDecodeEnvelopedData(void)
#if defined(HAVE_PKCS7) #if defined(HAVE_PKCS7)
PKCS7* pkcs7 = NULL; PKCS7* pkcs7 = NULL;
#ifdef ASN_BER_TO_DER #ifdef ASN_BER_TO_DER
int encodedSz; int encodedSz = 0;
#endif #endif
#ifdef ECC_TIMING_RESISTANT #ifdef ECC_TIMING_RESISTANT
WC_RNG rng; WC_RNG rng;