summaryrefslogtreecommitdiff
path: root/asn1
diff options
context:
space:
mode:
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, 0 insertions, 4 deletions
diff --git a/asn1/pkcs12/packet-pkcs12-template.c b/asn1/pkcs12/packet-pkcs12-template.c
index d6a80dc586..bcdd6202a0 100644
--- a/asn1/pkcs12/packet-pkcs12-template.c
+++ b/asn1/pkcs12/packet-pkcs12-template.c
@@ -39,9 +39,7 @@
#include "packet-x509if.h"
#include "packet-cms.h"
-#ifdef HAVE_LIBGCRYPT
#include <wsutil/wsgcrypt.h>
-#endif
#define PNAME "PKCS#12: Personal Information Exchange"
#define PSNAME "PKCS12"
diff --git a/asn1/snmp/packet-snmp-template.c b/asn1/snmp/packet-snmp-template.c
index c0b97d7856..a94dffdf35 100644
--- a/asn1/snmp/packet-snmp-template.c
+++ b/asn1/snmp/packet-snmp-template.c
@@ -67,9 +67,7 @@
#include "packet-ber.h"
#include "packet-snmp.h"
-#ifdef HAVE_LIBGCRYPT
#include <wsutil/wsgcrypt.h>
-#endif
/* Take a pointer that may be null and return a pointer that's not null
by turning null pointers into pointers to the above null string,