$OpenBSD: patch-libsylph_ssl_c,v 1.2 2016/08/26 09:13:59 edd Exp $
--- libsylph/ssl.c.orig	Mon Aug 22 20:24:57 2016
+++ libsylph/ssl.c	Mon Aug 22 20:25:45 2016
@@ -55,6 +55,7 @@ static gchar *find_certs_file(const gchar *certs_dir)
 }
 
 	if (certs_dir) {
+		LOOK_FOR("cert.pem");
 		LOOK_FOR("ca-certificates.crt");
 		LOOK_FOR("ca-bundle.crt");
 		LOOK_FOR("ca-root.crt");
