summaryrefslogtreecommitdiff
path: root/src/core/server-connect-rec.h
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2002-08-26 19:32:15 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2002-08-26 19:32:15 +0000
commit1539cf81f3642c5afd1267b3adc4fc2d46308ceb (patch)
tree9e2fbd8c9d66bb9efb11c50bfdcd04c79873771b /src/core/server-connect-rec.h
parent13effe87e4d81f4b66b0b9759cf09bab7b631fcb (diff)
downloadirssi-1539cf81f3642c5afd1267b3adc4fc2d46308ceb.zip
Added OpenSSL support by vjt@users.sf.net. Also fixes a possible crash after
using /SERVER ADD -ircnet. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2890 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/core/server-connect-rec.h')
-rw-r--r--src/core/server-connect-rec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/server-connect-rec.h b/src/core/server-connect-rec.h
index 3613759e..ce1e48a4 100644
--- a/src/core/server-connect-rec.h
+++ b/src/core/server-connect-rec.h
@@ -29,5 +29,6 @@ GIOChannel *connect_handle; /* connect using this handle */
unsigned int reconnection:1; /* we're trying to reconnect */
unsigned int no_autojoin_channels:1; /* don't autojoin any channels */
unsigned int unix_socket:1; /* Connect using named unix socket */
+unsigned int use_ssl:1; /* this connection uses SSL */
char *channels;
char *away_reason;