aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/eax.c
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil/eax.c')
-rw-r--r--wsutil/eax.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/wsutil/eax.c b/wsutil/eax.c
index a428c6be6d..71c5e388fa 100644
--- a/wsutil/eax.c
+++ b/wsutil/eax.c
@@ -22,7 +22,6 @@
*/
#include "config.h"
#include <stdlib.h>
-#ifdef HAVE_LIBGCRYPT
#include <string.h>
/* Use libgcrypt for cipher libraries. */
#include <wsutil/wsgcrypt.h>
@@ -247,7 +246,6 @@ void AesEncrypt(unsigned char msg[EAX_SIZEOF_KEY], unsigned char key[EAX_SIZEOF_
gcry_cipher_close(cipher_hd);
return;
}
-#endif /* HAVE_LIBGCRYPT */
/*
* Editor modelines - http://www.wireshark.org/tools/modelines.html