# HG changeset patch # User Richard Laager # Date 1139848502 0 # Node ID 6ae034aa4485c65f57a22da81d91197a5349a10e # Parent 449e9ef0986168fe67d33b11fb4c862e582c7b4c [gaim-migrate @ 15640] Gaim doesn't ever HAVE_OPENSSL, so this should probably be commented. committer: Tailor Script diff -r 449e9ef09861 -r 6ae034aa4485 src/protocols/jabber/jabber.c --- 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, "", -1);