Mon, 13 Feb 2006 16:35:02 +0000
[gaim-migrate @ 15640]
Gaim doesn't ever HAVE_OPENSSL, so this should probably be commented.
| src/protocols/jabber/jabber.c | file | annotate | diff | comparison | revisions |
--- a/src/protocols/jabber/jabber.c Mon Feb 13 12:34:37 2006 +0000 +++ b/src/protocols/jabber/jabber.c Mon Feb 13 16:35:02 2006 +0000 @@ -904,9 +904,11 @@ { JabberStream *js = gc->proto_data; +/* This is for Adium. Gaim never uses OpenSSL, because of licensing issues, + * and our configure doesn't check for it. -- rlaager */ #ifdef HAVE_OPENSSL - /* If using OpenSSL, don't perform any actions on the ssl connection if we were forcibly disconnected - * because it will crash. + /* If using OpenSSL, don't perform any actions on the ssl connection + * if we were forcibly disconnected because it will crash. -- evands */ if (!gc->disconnect_timeout) jabber_send_raw(js, "</stream:stream>", -1);