diff options
author | Peter Williams <peterw@ximian.com> | 2001-08-16 04:05:26 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2001-08-16 04:05:26 +0800 |
commit | 5fc7eeebc0afb3b02399e047c256a54106ae1b3b (patch) | |
tree | d387ff59126dfe5915f247d7ee3e599286bef1f5 /camel/ChangeLog | |
parent | dfeef1979ee3fbefb287a07dafe83c21fb4487c0 (diff) | |
download | gsoc2013-evolution-5fc7eeebc0afb3b02399e047c256a54106ae1b3b.tar.gz gsoc2013-evolution-5fc7eeebc0afb3b02399e047c256a54106ae1b3b.tar.zst gsoc2013-evolution-5fc7eeebc0afb3b02399e047c256a54106ae1b3b.zip |
New function. Try to approximate the SSL error into errno.
2001-08-15 Peter Williams <peterw@ximian.com>
* camel-tcp-stream-openssl.c (ssl_error_to_errno): New function. Try
to approximate the SSL error into errno.
(errlib_error_to_errno): New function, try to approximate OpenSSl's
error library's error (ERR_*) into errno.
(stream_read): Try to set errno using ssl_error_to_errno.
(stream_write): Same.
(open_ssl_connection): Same.
svn path=/trunk/; revision=12065
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 394e5629d7..d06a415ac5 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,13 @@ 2001-08-15 Peter Williams <peterw@ximian.com> + * camel-tcp-stream-openssl.c (ssl_error_to_errno): New function. Try + to approximate the SSL error into errno. + (errlib_error_to_errno): New function, try to approximate OpenSSl's + error library's error (ERR_*) into errno. + (stream_read): Try to set errno using ssl_error_to_errno. + (stream_write): Same. + (open_ssl_connection): Same. + * providers/imap/camel-imap-store.c (imap_connect_online): Oh crap, huge killer typo. |