about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJosh Rickmar <jrick@devio.us>2012-08-22 15:00:14 -0400
committerJosh Rickmar <jrick@devio.us>2012-08-22 15:00:14 -0400
commit8a26782c4467799f219764b398ecac68c0ea6251 (patch)
tree02565ebac7a5df2103282f1fc8bbf9bda356a45d
parent4ecae92593fc9ca2df51ddd99b29a25236b61706 (diff)
downloadxombrero-8a26782c4467799f219764b398ecac68c0ea6251.tar.gz
Kill the gcrypt deprecated warnings
-rw-r--r--xombrero.h2
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>