# HG changeset patch # User Paul Aurich # Date 1266338351 0 # Node ID 9c5158a62705a8528d0ee94766ad34ca36cf3d28 # Parent 5c9c4557fec25b76eabf41ff449a517646c1b6d9 shaba: ok, but i don't understand why empty "else" Me neither. Closes #11382. diff -r 5c9c4557fec2 -r 9c5158a62705 libpurple/certificate.c --- a/libpurple/certificate.c Tue Feb 16 15:16:28 2010 +0000 +++ b/libpurple/certificate.c Tue Feb 16 16:39:11 2010 +0000 @@ -874,7 +874,6 @@ #else # ifdef SSL_CERTIFICATES_DIR x509_ca_paths = g_list_append(NULL, g_strdup(SSL_CERTIFICATES_DIR)); -# else # endif x509_ca_paths = g_list_append(x509_ca_paths, g_build_filename(DATADIR, "purple", "ca-certs", NULL));