diff options
author | Martin Kaiser <wireshark@kaiser.cx> | 2016-05-10 08:23:35 +0200 |
---|---|---|
committer | Martin Kaiser <wireshark@kaiser.cx> | 2016-05-10 06:28:04 +0000 |
commit | 49362062e3a22a0b9c9e0b2a25a1f7a89a736732 (patch) | |
tree | edebfdfb23f1e8f041e07120bc981032e68d00b0 | |
parent | f81c86587284526cc001b8438acde0ae3d4b5a28 (diff) | |
download | wireshark-49362062e3a22a0b9c9e0b2a25a1f7a89a736732.tar.gz wireshark-49362062e3a22a0b9c9e0b2a25a1f7a89a736732.tar.bz2 wireshark-49362062e3a22a0b9c9e0b2a25a1f7a89a736732.zip |
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>
-rw-r--r-- | capinfos.c | 2 |
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" |