mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
kludge because openssl and zlib both typedef free_func :(
svn:r208
This commit is contained in:
parent
ff14dcdef7
commit
5d0904bc41
@ -37,7 +37,9 @@
|
|||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#ifdef USE_ZLIB
|
#ifdef USE_ZLIB
|
||||||
|
#define free_func zlib_free_func
|
||||||
#include <zlib.h>
|
#include <zlib.h>
|
||||||
|
#undef free_func
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "../common/crypto.h"
|
#include "../common/crypto.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user