summaryrefslogtreecommitdiff
path: root/epan/crypt
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2013-02-21 18:23:29 +0000
committerMartin Kaiser <wireshark@kaiser.cx>2013-02-21 18:23:29 +0000
commit38a73a32f3890dbbe03bca23f31c3b29e59c0803 (patch)
treefdd3edc06c03c999be70d2642190a3a8da08d5a0 /epan/crypt
parent7126d3a56b85823b4177db48061c18af927701fd (diff)
downloadwireshark-38a73a32f3890dbbe03bca23f31c3b29e59c0803.tar.gz
include the wsutil/wsgcrypt.h instead of including gcrypt.h directly
svn path=/trunk/; revision=47802
Diffstat (limited to 'epan/crypt')
-rw-r--r--epan/crypt/eax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/crypt/eax.c b/epan/crypt/eax.c
index 8ded6f2be6..bed35e7ba0 100644
--- a/epan/crypt/eax.c
+++ b/epan/crypt/eax.c
@@ -27,7 +27,7 @@
#ifdef HAVE_LIBGCRYPT
#include <string.h>
/* Use libgcrypt for cipher libraries. */
-#include <gcrypt.h>
+#include <wsutil/wsgcrypt.h>
#include "eax.h"
typedef struct {