]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: fix coexistence of openssl and zlib
authorWilly Tarreau <w@1wt.eu>
Fri, 26 Oct 2012 13:05:35 +0000 (15:05 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 26 Oct 2012 13:07:59 +0000 (15:07 +0200)
commit3476364ce9e827d95ce7e0bf06d04ed20ca5cc53
treeb54ad0959f2dcb8e53828c3bb99dfb370ee2cbd7
parent3c7b97b9f97d194513860132faa34910c54e259d
BUILD: fix coexistence of openssl and zlib

The crappy zlib and openssl libs both define a free_func as a different typedef.
That's a very clever idea to use such a generic name in general purpose libraries,
really... The zlib one is easier to redefine than openssl's, so let's only fix this
one.
src/compression.c