[Xfce4-commits] <midori:master> Add certificate file location used on FreeBSD

Christian Dywan noreply at xfce.org
Fri Dec 17 03:06:02 CET 2010


Updating branch refs/heads/master
         to 055a0f720c4f1d71ea94ca5a8f11870b34336be2 (commit)
       from a49fc77b309b52a5ae0b4ee4ad52952487cb9d8c (commit)

commit 055a0f720c4f1d71ea94ca5a8f11870b34336be2
Author: André Stösel <andre at stoesel.de>
Date:   Thu Dec 16 23:02:19 2010 +0100

    Add certificate file location used on FreeBSD

 midori/main.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/midori/main.c b/midori/main.c
index 0c4748b..db80d83 100644
--- a/midori/main.c
+++ b/midori/main.c
@@ -922,6 +922,7 @@ midori_soup_session_prepare (SoupSession*       session,
     {
         "/etc/pki/tls/certs/ca-bundle.crt",
         "/etc/ssl/certs/ca-certificates.crt",
+        "/usr/local/share/certs/ca-root-nss.crt",
         NULL
     };
     guint i;



More information about the Xfce4-commits mailing list