diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/setopt.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/setopt.c b/lib/setopt.c index f2fadc786..66636a2da 100644 --- a/lib/setopt.c +++ b/lib/setopt.c @@ -127,9 +127,11 @@ CURLcode Curl_vsetopt(struct Curl_easy *data, CURLoption option,      data->set.dns_cache_timeout = arg;      break;    case CURLOPT_DNS_USE_GLOBAL_CACHE: +#if 0 /* deprecated */      /* remember we want this enabled */      arg = va_arg(param, long);      data->set.global_dns_cache = (0 != arg) ? TRUE : FALSE; +#endif      break;    case CURLOPT_SSL_CIPHER_LIST:      /* set a list of cipher we want to use in the SSL connection */  | 
