aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--libsylph/ssl.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dc0c0446..af4ffc0f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
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
xdg-open.
src/mainwindow.c: added the following menus:
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