| 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(); |