diff libpurple/certificate.c @ 24732:d9e3434d6416

uncondtionally install some certificates and use them, References #6680. Thanks gagern for supplying the certs
author Ka-Hing Cheung <khc@hxbc.us>
date Mon, 15 Dec 2008 00:17:07 +0000
parents e265e7066598
children 7608cf033a88
line wrap: on
line diff
--- a/libpurple/certificate.c	Mon Dec 15 00:09:04 2008 +0000
+++ b/libpurple/certificate.c	Mon Dec 15 00:17:07 2008 +0000
@@ -748,9 +748,9 @@
 # ifdef SSL_CERTIFICATES_DIR
 		x509_ca_paths = g_list_append(NULL, g_strdup(SSL_CERTIFICATES_DIR));
 # else
-		x509_ca_paths = g_list_append(NULL, g_build_filename(DATADIR,
-						   "purple", "ca-certs", NULL));
 # endif
+		x509_ca_paths = g_list_append(x509_ca_paths,
+			g_build_filename(DATADIR, "purple", "ca-certs", NULL));
 #endif
 	}