From 68b3bbb16f97bfba381248cd9cdb676b498d4950 Mon Sep 17 00:00:00 2001 From: Eric Blankenhorn Date: Tue, 14 Apr 2026 07:47:29 -0500 Subject: [PATCH] Fix from review --- tests/api/test_x509.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/api/test_x509.c b/tests/api/test_x509.c index f6943f4f95..7a16b9616b 100644 --- a/tests/api/test_x509.c +++ b/tests/api/test_x509.c @@ -994,7 +994,7 @@ int test_x509_ReqCertFromX509_skid_boundary(void) WOLFSSL_X509* parsed = NULL; WOLFSSL_X509_NAME* name = NULL; unsigned char* der = NULL; - int derSz; + int derSz = 0; const unsigned char* ecPriv = ecc_clikey_der_256; const unsigned char* ecPub = ecc_clikeypub_der_256; unsigned char expected_skid[CTC_MAX_SKID_SIZE];