From 6cd2c4955d814f96d55cbcd2db9c25b670fd415d Mon Sep 17 00:00:00 2001 From: hiro Date: Thu, 2 Feb 2017 08:06:18 +0000 Subject: supported the location of SSL certificates on OpenBSD (#222). git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3526 ee746299-78ed-0310-b773-934348b2243d --- ChangeLog | 5 +++++ libsylph/ssl.c | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index dc0c0446..af4ffc0f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-02-02 + + * libsylph/ssl.c: supported the location of SSL certificates on + OpenBSD (thanks to Amit Kulkarni) (#222). + 2017-02-02 * libsylph/utils.c: execute_open_file(): unix: implemented using diff --git a/libsylph/ssl.c b/libsylph/ssl.c index 6ab2fba2..84139250 100644 --- a/libsylph/ssl.c +++ b/libsylph/ssl.c @@ -59,6 +59,7 @@ static gchar *find_certs_file(const gchar *certs_dir) LOOK_FOR("ca-bundle.crt"); LOOK_FOR("ca-root.crt"); LOOK_FOR("certs.crt"); + LOOK_FOR("cert.pem"); } #undef LOOK_FOR -- cgit v1.2.3