From 59eb8e34ef6494dd612671bde8c14dfdf0fef958 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 28 Sep 2001 14:36:44 +0000 Subject: Make this take an SSL * instead of a CamelTcpStreamSSL *, since it can get * camel-tcp-stream-openssl.c (ssl_error_to_errno): Make this take an SSL * instead of a CamelTcpStreamSSL *, since it can get called from open_ssl_connection, when the CamelTcpStreamSSL isn't set up right yet. Fixes a crash on connection failure. svn path=/trunk/; revision=13213 --- camel/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 837aee044e..7641449212 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,10 @@ +2001-09-28 Dan Winship + + * camel-tcp-stream-openssl.c (ssl_error_to_errno): Make this take + an SSL * instead of a CamelTcpStreamSSL *, since it can get called + from open_ssl_connection, when the CamelTcpStreamSSL isn't set up + right yet. Fixes a crash on connection failure. + 2001-09-27 Dan Winship * providers/imap/camel-imap-folder.c -- cgit