aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pkcs12.c
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/dissectors/packet-pkcs12.c
parent7126d3a56b85823b4177db48061c18af927701fd (diff)
include the wsutil/wsgcrypt.h instead of including gcrypt.h directly
svn path=/trunk/; revision=47802
Diffstat (limited to 'epan/dissectors/packet-pkcs12.c')
-rw-r--r--epan/dissectors/packet-pkcs12.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-pkcs12.c b/epan/dissectors/packet-pkcs12.c
index 3eff6e0c3e..5affa14203 100644
--- a/epan/dissectors/packet-pkcs12.c
+++ b/epan/dissectors/packet-pkcs12.c
@@ -54,7 +54,7 @@
#endif
#ifdef HAVE_LIBGCRYPT
-#include <gcrypt.h>
+#include <wsutil/wsgcrypt.h>
#endif
#define PNAME "PKCS#12: Personal Information Exchange"