diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2010-12-08 18:59:41 +0000 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-12-13 15:54:45 +0100 |
commit | 92ab34517a94d36ced95514e4fdbde17b2e6004f (patch) | |
tree | bf5a0e71a8e19a88e14f7ed93b96e858d1fac2bb | |
parent | e5677e4dc098d563a5e2617e978c45335717b915 (diff) |
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, }; |