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 /src/core/Makefile.am | |
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 'src/core/Makefile.am')
-rw-r--r-- | src/core/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/Makefile.am b/src/core/Makefile.am index f543f361..beee1098 100644 --- a/src/core/Makefile.am +++ b/src/core/Makefile.am @@ -30,6 +30,7 @@ libcore_a_SOURCES = \ net-nonblock.c \ net-sendbuffer.c \ network.c \ + network-openssl.c \ nicklist.c \ nickmatch-cache.c \ pidwait.c \ |