mirror of
https://github.com/curl/curl.git
synced 2026-06-18 10:45:36 +03:00
parent
7f57aeec40
commit
5d1ac48088
1 changed files with 1 additions and 1 deletions
|
|
@ -326,7 +326,7 @@ CURLcode Curl_setopt_SSLVERSION(struct Curl_easy *data, CURLoption option,
|
|||
if(option != CURLOPT_SSLVERSION)
|
||||
primary = &data->set.proxy_ssl.primary;
|
||||
#else
|
||||
if(option) {}
|
||||
(void)option; /* unused */
|
||||
#endif
|
||||
version = C_SSLVERSION_VALUE(arg);
|
||||
version_max = (long)C_SSLVERSION_MAX_VALUE(arg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue