kludge because openssl and zlib both typedef free_func :(

svn:r208
This commit is contained in:
Roger Dingledine 2003-03-19 22:27:37 +00:00
parent ff14dcdef7
commit 5d0904bc41

View File

@ -37,7 +37,9 @@
#include <assert.h>
#include <time.h>
#ifdef USE_ZLIB
#define free_func zlib_free_func
#include <zlib.h>
#undef free_func
#endif
#include "../common/crypto.h"