diff options
author | Josh Rickmar <jrick@devio.us> | 2012-08-22 15:00:14 -0400 |
---|---|---|
committer | Josh Rickmar <jrick@devio.us> | 2012-08-22 15:00:14 -0400 |
commit | 8a26782c4467799f219764b398ecac68c0ea6251 (patch) | |
tree | 02565ebac7a5df2103282f1fc8bbf9bda356a45d | |
parent | 4ecae92593fc9ca2df51ddd99b29a25236b61706 (diff) | |
download | xombrero-8a26782c4467799f219764b398ecac68c0ea6251.tar.gz |
Kill the gcrypt deprecated warnings
-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> |