diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-11-09 08:38:51 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-11-09 08:38:51 +0800 |
commit | 4e96a9415be10f8184d8b3b2e47f879f78faeac7 (patch) | |
tree | 7ae849686d99f573a0a1057cd672389e791dabe9 /camel/ChangeLog | |
parent | bb3c3db704d2fa151db65946ae2cdb6c254b99cb (diff) | |
download | gsoc2013-evolution-4e96a9415be10f8184d8b3b2e47f879f78faeac7.tar.gz gsoc2013-evolution-4e96a9415be10f8184d8b3b2e47f879f78faeac7.tar.zst gsoc2013-evolution-4e96a9415be10f8184d8b3b2e47f879f78faeac7.zip |
Oops, pass a mode argument to the open() call.
2001-11-07 Jeffrey Stedfast <fejj@ximian.com>
* camel-tcp-stream-ssl.c (save_ssl_cert): Oops, pass a mode
argument to the open() call.
* camel-tcp-stream-openssl.c (save_ssl_cert): Oops, pass a mode
argument to the open() call.
svn path=/trunk/; revision=14636
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index b7d0fadb2f..02e6a9ec8f 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,13 @@ 2001-11-07 Jeffrey Stedfast <fejj@ximian.com> + * camel-tcp-stream-ssl.c (save_ssl_cert): Oops, pass a mode + argument to the open() call. + + * camel-tcp-stream-openssl.c (save_ssl_cert): Oops, pass a mode + argument to the open() call. + +2001-11-07 Jeffrey Stedfast <fejj@ximian.com> + * camel-pgp-mime.c (camel_pgp_mime_part_decrypt): Add code to kludge around any x-inline-pgp-hacks by prepending some content headers to the decrypted data. |