diff options
-rw-r--r-- | xombrero.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xombrero.h b/xombrero.h index a48bcf2..d96f7bc 100644 --- a/xombrero.h +++ b/xombrero.h @@ -85,6 +85,8 @@ uint32_t arc4random_uniform(uint32_t); #define USE_THREADS #ifdef USE_THREADS +/* http://seclists.org/wireshark/2011/Jul/209 */ +#define _GCRYPT_IN_LIBGCRYPT 1 #include <gcrypt.h> #include <pthread.h> |