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
1 changed files with 2 additions and 0 deletions

View File

@ -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);
}