diff options
-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, }; |