I tried to debug it but the menu of preference of my build doesn't have the item 'Certificates'. What do I need to build mozilla with 'Certificates' ?
You must add the non-default flag "--enable-crypto" to be able to use certificates with a debug build.
ac_add_options --enable-crypto
in your buildconfig. _______________________________________________ mozilla-crypto mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-crypto
