mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 14:43:46 +01:00
c063c7b8cb
Fix more compile warnings on Woody. svn:r8349
14 lines
213 B
C
14 lines
213 B
C
|
|
#include "orconfig.h"
|
|
#define DNS_USE_OPENSSL_FOR_ID
|
|
#ifndef HAVE_UINT
|
|
typedef unsigned int uint;
|
|
#endif
|
|
#ifndef HAVE_U_CHAR
|
|
typedef unsigned char u_char;
|
|
#endif
|
|
#ifdef MS_WINDOWS
|
|
#define inline __inline
|
|
#endif
|
|
|