plugins/ssl/ssl-nss.c

changeset 10263
aa2350263bcd
parent 10245
81654bee87e8
child 10519
80801a34a246
equal deleted inserted replaced
10262:19c34497cd7e 10263:aa2350263bcd
61 NSS_NoDB_Init(NULL); 61 NSS_NoDB_Init(NULL);
62 62
63 /* TODO: Fix this so autoconf does the work trying to find this lib. */ 63 /* TODO: Fix this so autoconf does the work trying to find this lib. */
64 SECMOD_AddNewModule("Builtins", 64 SECMOD_AddNewModule("Builtins",
65 #ifndef _WIN32 65 #ifndef _WIN32
66 BR_LIBDIR("/libnssckbi.so"), 66 g_strdup(BR_LIBDIR("/libnssckbi.so")),
67 /* this might leak, and looks wrong in general */
67 #else 68 #else
68 "nssckbi.dll", 69 "nssckbi.dll",
69 #endif 70 #endif
70 0, 0); 71 0, 0);
71 NSS_SetDomesticPolicy(); 72 NSS_SetDomesticPolicy();

mercurial