summaryrefslogtreecommitdiff
path: root/capinfos.c
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2016-05-10 08:23:35 +0200
committerMartin Kaiser <wireshark@kaiser.cx>2016-05-10 06:28:04 +0000
commit49362062e3a22a0b9c9e0b2a25a1f7a89a736732 (patch)
treeedebfdfb23f1e8f041e07120bc981032e68d00b0 /capinfos.c
parentf81c86587284526cc001b8438acde0ae3d4b5a28 (diff)
downloadwireshark-49362062e3a22a0b9c9e0b2a25a1f7a89a736732.tar.gz
capinfos: wsgcrypt.h checks internally if we HAVE_LIBGCRYPT
we can #include <wsutils/wsgcrypt.h> without doing the check ourselves Change-Id: Id0cee25e10c150105636574e683c39b81eb07ebf Reviewed-on: https://code.wireshark.org/review/15328 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
Diffstat (limited to 'capinfos.c')
-rw-r--r--capinfos.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/capinfos.c b/capinfos.c
index 0cd7ac0a9f..82220327e4 100644
--- a/capinfos.c
+++ b/capinfos.c
@@ -86,9 +86,7 @@
#include <wsutil/str_util.h>
#include <wsutil/file_util.h>
-#ifdef HAVE_LIBGCRYPT
#include <wsutil/wsgcrypt.h>
-#endif
#ifndef HAVE_GETOPT_LONG
#include "wsutil/wsgetopt.h"