changeset 13274:6ae034aa4485

[gaim-migrate @ 15640] Gaim doesn't ever HAVE_OPENSSL, so this should probably be commented. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 13 Feb 2006 16:35:02 +0000
parents 449e9ef09861
children 4f8c85836b41
files src/protocols/jabber/jabber.c
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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);