diff options
author | Gunter Knauf <gk@gknw.de> | 2009-09-08 01:13:49 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2009-09-08 01:13:49 +0000 |
commit | 5d4a1e245b505283b1c3ec44e0a781353b335637 (patch) | |
tree | 5fb337485d73fe30f8f38eec32ce0267b62fe595 | |
parent | 3c199daa95032b02cf320dcab16777f974b8821e (diff) |
added debug output for NSS certpath.
-rw-r--r-- | lib/nss.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -978,6 +978,8 @@ CURLcode Curl_nss_connect(struct connectdata *conn, int sockindex) if (!NSS_IsInitialized()) { initialized = 1; + infof(conn->data, "Initializing NSS with certpath: %s\n", + certDir ? certDir : "none"); if(!certDir) { rv = NSS_NoDB_Init(NULL); } |