diff options
Diffstat (limited to 'smime/lib')
-rw-r--r-- | smime/lib/e-cert-db.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/smime/lib/e-cert-db.c b/smime/lib/e-cert-db.c index ea8e76ab36..de310ab4be 100644 --- a/smime/lib/e-cert-db.c +++ b/smime/lib/e-cert-db.c @@ -267,6 +267,7 @@ install_loadable_roots (void) } if (!RootsModule) { +#ifndef G_OS_WIN32 /* grovel in various places for mozilla's built-in cert module. @@ -298,6 +299,12 @@ install_loadable_roots (void) g_free (dll_path); } +#else + /* FIXME: Might be useful to look up if there is a + * Mozilla installation on the machine and use the + * nssckbi.dll from there. + */ +#endif } } |