From 433c45d2df5d861b8a6a0aea82916b3321d43314 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 18 Jul 2025 21:06:04 +0200 Subject: [PATCH] wolfssl: fix wolfssl !proxy unused variable --- lib/vtls/wolfssl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/vtls/wolfssl.c b/lib/vtls/wolfssl.c index c3560e8b8d..bfc218d547 100644 --- a/lib/vtls/wolfssl.c +++ b/lib/vtls/wolfssl.c @@ -1542,6 +1542,7 @@ CURLcode Curl_wssl_verify_pinned(struct Curl_cfilter *cf, data->set.str[STRING_SSL_PINNEDPUBLICKEY]; #else const char * const pinnedpubkey = data->set.str[STRING_SSL_PINNEDPUBLICKEY]; + (void)cf; #endif if(pinnedpubkey) {