Skip to content

Commit 5fbadbb

Browse files
fix warning with test case
1 parent 8d0dc7a commit 5fbadbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27997,7 +27997,7 @@ static int test_wc_PKCS7_EncodeDecodeEnvelopedData(void)
2799727997
#if defined(HAVE_PKCS7)
2799827998
PKCS7* pkcs7 = NULL;
2799927999
#ifdef ASN_BER_TO_DER
28000-
int encodedSz;
28000+
int encodedSz = 0;
2800128001
#endif
2800228002
#ifdef ECC_TIMING_RESISTANT
2800328003
WC_RNG rng;

0 commit comments

Comments
 (0)