From 38a73a32f3890dbbe03bca23f31c3b29e59c0803 Mon Sep 17 00:00:00 2001 From: Martin Kaiser Date: Thu, 21 Feb 2013 18:23:29 +0000 Subject: include the wsutil/wsgcrypt.h instead of including gcrypt.h directly svn path=/trunk/; revision=47802 --- epan/crypt/eax.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/crypt') 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 /* Use libgcrypt for cipher libraries. */ -#include +#include #include "eax.h" typedef struct { -- cgit v1.2.3