From 0c621798e192f350b1b3f6c97b9d9f8b92dfb7fb Mon Sep 17 00:00:00 2001 From: hiro Date: Thu, 11 Jan 2007 01:30:21 +0000 Subject: also look for ca-root.crt. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1465 ee746299-78ed-0310-b773-934348b2243d --- libsylph/ssl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libsylph/ssl.c') diff --git a/libsylph/ssl.c b/libsylph/ssl.c index f7fd7022..00b46c9f 100644 --- a/libsylph/ssl.c +++ b/libsylph/ssl.c @@ -55,6 +55,7 @@ static gchar *find_certs_file(const gchar *certs_dir) if (certs_dir) { LOOK_FOR("ca-certificates.crt"); LOOK_FOR("ca-bundle.crt"); + LOOK_FOR("ca-root.crt"); LOOK_FOR("certs.crt"); } -- cgit v1.2.3