On Win32, don't bother to attempt looking in Unix paths like /usr/lib or
2006-01-30 Tor Lillqvist <tml@novell.com> * lib/e-cert-db.c (install_loadable_roots): On Win32, don't bother to attempt looking in Unix paths like /usr/lib or /opt/mozilla for Mozilla's nssckbi module. If necessary, add code later to look up the installation path of Mozilla or Firefox from the Registry. svn path=/trunk/; revision=31382
This commit is contained in:
committed by
Tor Lillqvist
parent
8ff88efc7d
commit
6ef5fe427f
@ -1,3 +1,10 @@
|
||||
2006-01-30 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* lib/e-cert-db.c (install_loadable_roots): On Win32, don't bother
|
||||
to attempt looking in Unix paths like /usr/lib or /opt/mozilla
|
||||
for Mozilla's nssckbi module. If necessary, add code later to look
|
||||
up the installation path of Mozilla or Firefox from the Registry.
|
||||
|
||||
2006-01-29 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* gui/cert-trust-dialog.c: (ctd_response):
|
||||
|
||||
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user