]> granicus.if.org Git - mutt/commitdiff
Another file mode change.
authorThomas Roessler <roessler@does-not-exist.org>
Sun, 9 Apr 2000 13:21:00 +0000 (13:21 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Sun, 9 Apr 2000 13:21:00 +0000 (13:21 +0000)
imap/imap_ssl.c

index b10f653daeb4e2a2167b759d9cc9239396d0a033..911492a1c35b44ddf498224e6315ea23ddd4e4dd 100644 (file)
@@ -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;