1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

added debug output for NSS certpath.

This commit is contained in:
Gunter Knauf 2009-09-08 01:13:49 +00:00
parent 3c199daa95
commit 5d4a1e245b

View File

@ -978,6 +978,8 @@ CURLcode Curl_nss_connect(struct connectdata *conn, int sockindex)
if (!NSS_IsInitialized()) { if (!NSS_IsInitialized()) {
initialized = 1; initialized = 1;
infof(conn->data, "Initializing NSS with certpath: %s\n",
certDir ? certDir : "none");
if(!certDir) { if(!certDir) {
rv = NSS_NoDB_Init(NULL); rv = NSS_NoDB_Init(NULL);
} }