mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-07 01:23:12 +02:00
1bea78bd0e
- Currently it's not possible to compile with ZIP_LINKS _and_ SSL without changing zlib.h :(. It really sucks... it's because zlib.h has a typedef for 'free_func' and this is also used in openssl header files as a (useless) name... :((. I did some updates to allow future zlib changes, dunnow if they will because it can break other zlib programs. It compiled fine at windows, but not at Linux... you need to replace free_func to zlib_free_func in zlib.h in order to get ZIP_LINKS + SSL to work... but like I said, that may break programs (ARGH!).