cURL / Mailing Lists / curl-library / Single Mail

curl-library

obsolete infof() in nss.c

From: Guenter <lists_at_gknw.net>
Date: Sun, 18 Oct 2009 19:16:57 +0200

Hi,
in line 1117 of current cvs nss.c we have:
  if(data->set.ssl.verifyhost == 1)
    infof(data, "warning: ignoring unsupported value (1) of
ssl.verifyhost\n");

but if you search for 'verifyhost' you find at line 638 that we have an
if/else case for it which takes different actions depending on the
'verifyhost' setting - so I believe that this infof() is a leftover from
former days, and can now be removed since not true anymore (also tested
successfully that -k / --insecure works).

comments?

Gün.

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2009-10-18