From 5fbadbb215cf8f362a031de7d9fed9d6391f3881 Mon Sep 17 00:00:00 2001 From: JacobBarthelmeh Date: Thu, 1 Feb 2024 11:00:42 -0700 Subject: [PATCH] fix warning with test case --- tests/api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/api.c b/tests/api.c index b372b402e..585c18374 100644 --- a/tests/api.c +++ b/tests/api.c @@ -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;