Blame SOURCES/mutt-1.5.20-system_certs.patch

903f6e
diff -rup mutt-17a4f92e4a95-orig/init.h mutt-17a4f92e4a95-new/init.h
903f6e
--- mutt-17a4f92e4a95-orig/init.h	2015-06-07 22:59:32.000000000 +0200
903f6e
+++ mutt-17a4f92e4a95-new/init.h	2015-06-25 15:28:56.095570332 +0200
903f6e
@@ -2989,7 +2989,7 @@ struct option_t MuttVars[] = {
903f6e
   */
903f6e
 #if defined(USE_SSL)
903f6e
 #ifdef USE_SSL_GNUTLS
903f6e
-  { "ssl_ca_certificates_file", DT_PATH, R_NONE, UL &SslCACertFile, 0 },
903f6e
+  { "ssl_ca_certificates_file", DT_PATH, R_NONE, UL &SslCACertFile, "/etc/pki/tls/certs/ca-bundle.crt" },
903f6e
   /*
903f6e
   ** .pp
903f6e
   ** This variable specifies a file containing trusted CA certificates.