diff options
author | Timo Sirainen <cras@irssi.org> | 2002-08-26 19:32:15 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2002-08-26 19:32:15 +0000 |
commit | 1539cf81f3642c5afd1267b3adc4fc2d46308ceb (patch) | |
tree | 9e2fbd8c9d66bb9efb11c50bfdcd04c79873771b /acconfig.h | |
parent | 13effe87e4d81f4b66b0b9759cf09bab7b631fcb (diff) | |
download | irssi-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 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -36,3 +36,6 @@ #undef HAVE_GETTEXT #undef HAVE_LC_MESSAGES #undef HAVE_STPCPY + +/* SSL */ +#undef HAVE_OPENSSL |