plugins/ssl/ssl-nss.c

changeset 10245
81654bee87e8
parent 9943
b54a762f60fa
child 10263
aa2350263bcd
equal deleted inserted replaced
10244:8e714ed463db 10245:81654bee87e8
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 LIBDIR "/libnssckbi.so", 66 BR_LIBDIR("/libnssckbi.so"),
67 #else 67 #else
68 "nssckbi.dll", 68 "nssckbi.dll",
69 #endif 69 #endif
70 0, 0); 70 0, 0);
71 NSS_SetDomesticPolicy(); 71 NSS_SetDomesticPolicy();

mercurial