From d26b2811e02521d39b5bc2eb3c18bf77c0c781c0 Mon Sep 17 00:00:00 2001 From: Juliusz Sosinowicz Date: Tue, 26 Aug 2025 16:40:17 +0200 Subject: [PATCH] test_wolfSSL_tls_export_run: silence unused cmpSess warning --- tests/api.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/api.c b/tests/api.c index 0d38f35a2..5714ed0fa 100644 --- a/tests/api.c +++ b/tests/api.c @@ -11341,6 +11341,8 @@ static int test_wolfSSL_tls_export_run(method_provider server_method, fdOpenSession(Task_self()); #endif + (void)cmpSess; + InitTcpReady(&ready); #if defined(USE_WINDOWS_API)