From: Thomas Roessler Date: Sun, 9 Apr 2000 13:21:00 +0000 (+0000) Subject: Another file mode change. X-Git-Tag: mutt-1-1-12-rel~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=47af8cb4c534e0158f4992ba38874e32a4efcabd;p=mutt Another file mode change. --- diff --git a/imap/imap_ssl.c b/imap/imap_ssl.c index b10f653d..911492a1 100644 --- a/imap/imap_ssl.c +++ b/imap/imap_ssl.c @@ -365,7 +365,7 @@ static int ssl_check_certificate (sslsockdata * data) break; case OP_MAX + 3: /* accept always */ done = 0; - if ((fp = fopen (SslCertFile, "a+t"))) + if ((fp = fopen (SslCertFile, "a"))) { if (PEM_write_X509 (fp, data->cert)) done = 1;