summaryrefslogtreecommitdiff
path: root/asn1
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 /asn1
parent7126d3a56b85823b4177db48061c18af927701fd (diff)
downloadwireshark-38a73a32f3890dbbe03bca23f31c3b29e59c0803.tar.gz
include the wsutil/wsgcrypt.h instead of including gcrypt.h directly
svn path=/trunk/; revision=47802
Diffstat (limited to 'asn1')
-rw-r--r--asn1/pkcs12/packet-pkcs12-template.c2
-rw-r--r--asn1/snmp/packet-snmp-template.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/asn1/pkcs12/packet-pkcs12-template.c b/asn1/pkcs12/packet-pkcs12-template.c
index 135bcf1c6c..964fa0a8cb 100644
--- a/asn1/pkcs12/packet-pkcs12-template.c
+++ b/asn1/pkcs12/packet-pkcs12-template.c
@@ -46,7 +46,7 @@
#endif
#ifdef HAVE_LIBGCRYPT
-#include <gcrypt.h>
+#include <wsutil/wsgcrypt.h>
#endif
#define PNAME "PKCS#12: Personal Information Exchange"
diff --git a/asn1/snmp/packet-snmp-template.c b/asn1/snmp/packet-snmp-template.c
index a57298afaa..e941c25bbf 100644
--- a/asn1/snmp/packet-snmp-template.c
+++ b/asn1/snmp/packet-snmp-template.c
@@ -79,7 +79,7 @@
#ifdef HAVE_LIBGCRYPT
-#include <gcrypt.h>
+#include <wsutil/wsgcrypt.h>
#endif
/* Take a pointer that may be null and return a pointer that's not null