mirror of
https://github.com/curl/curl.git
synced 2026-06-06 20:14:20 +03:00
wolfssl: fix wolfssl !proxy unused variable
This commit is contained in:
parent
bc7718a5d0
commit
433c45d2df
1 changed files with 1 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue