diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2010-12-09 02:59:41 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-12-13 22:54:45 +0800 |
commit | 92ab34517a94d36ced95514e4fdbde17b2e6004f (patch) | |
tree | bf5a0e71a8e19a88e14f7ed93b96e858d1fac2bb | |
parent | e5677e4dc098d563a5e2617e978c45335717b915 (diff) | |
download | gsoc2013-empathy-92ab34517a94d36ced95514e4fdbde17b2e6004f.tar gsoc2013-empathy-92ab34517a94d36ced95514e4fdbde17b2e6004f.tar.gz gsoc2013-empathy-92ab34517a94d36ced95514e4fdbde17b2e6004f.tar.bz2 gsoc2013-empathy-92ab34517a94d36ced95514e4fdbde17b2e6004f.tar.lz gsoc2013-empathy-92ab34517a94d36ced95514e4fdbde17b2e6004f.tar.xz gsoc2013-empathy-92ab34517a94d36ced95514e4fdbde17b2e6004f.tar.zst gsoc2013-empathy-92ab34517a94d36ced95514e4fdbde17b2e6004f.zip |
Compile with --without-ca-file
-rw-r--r-- | libempathy/empathy-tls-verifier.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/empathy-tls-verifier.c b/libempathy/empathy-tls-verifier.c index ca1726144..224150533 100644 --- a/libempathy/empathy-tls-verifier.c +++ b/libempathy/empathy-tls-verifier.c @@ -44,7 +44,9 @@ enum { }; static const gchar* system_ca_paths[] = { +#ifdef GTLS_SYSTEM_CA_FILE GTLS_SYSTEM_CA_FILE, +#endif NULL, }; |