aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorBrian Pepple <bpepple@fedoraproject.org>2010-11-07 06:31:32 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-11-18 22:46:43 +0800
commit48289f99b2d22956f87157250d4f40c719412a27 (patch)
treedfd17dadf878fc5e1283aa54a8c593c91dc5fae0 /libempathy
parent4034e5e3ddd88ec577387766548ca0454cdf6e1a (diff)
downloadgsoc2013-empathy-48289f99b2d22956f87157250d4f40c719412a27.tar
gsoc2013-empathy-48289f99b2d22956f87157250d4f40c719412a27.tar.gz
gsoc2013-empathy-48289f99b2d22956f87157250d4f40c719412a27.tar.bz2
gsoc2013-empathy-48289f99b2d22956f87157250d4f40c719412a27.tar.lz
gsoc2013-empathy-48289f99b2d22956f87157250d4f40c719412a27.tar.xz
gsoc2013-empathy-48289f99b2d22956f87157250d4f40c719412a27.tar.zst
gsoc2013-empathy-48289f99b2d22956f87157250d4f40c719412a27.zip
Make ca-certs location configurable (#634197)
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-tls-verifier.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-tls-verifier.c b/libempathy/empathy-tls-verifier.c
index 13727db17..ca1726144 100644
--- a/libempathy/empathy-tls-verifier.c
+++ b/libempathy/empathy-tls-verifier.c
@@ -44,7 +44,7 @@ enum {
};
static const gchar* system_ca_paths[] = {
- "/etc/ssl/certs/ca-certificates.crt",
+ GTLS_SYSTEM_CA_FILE,
NULL,
};