cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: curl/src main.c,1.293,1.294

From: Gisle Vanem <giva_at_bgnett.no>
Date: Mon, 13 Dec 2004 18:03:23 +0100

> + if (config->list_engines) {
> + const struct curl_slist *engines = NULL;
> +
> + curl_easy_getinfo(curl, CURLINFO_SSL_ENGINES, &engines);

Hm, maybe all this should be rewritten to be single dereference?
   const struct curl_slist engines;
   curl_easy_getinfo(curl, CURLINFO_SSL_ENGINES, &engines);

--gv
Received on 2004-12-13