summaryrefslogtreecommitdiff
path: root/asn1
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-08-21 20:40:49 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-08-21 20:40:49 +0000
commit66afe840750a022fdffdd4b607fcaa3d08d36809 (patch)
treec1412273e2e98010da727521b3fd6087d6d6aedf /asn1
parentc19f7978dbd6549c0589393ec1a8ea9762731f80 (diff)
downloadwireshark-66afe840750a022fdffdd4b607fcaa3d08d36809.tar.gz
Use <gcrypt.h> instead of 'gcrypt.h'
svn path=/trunk/; revision=29501
Diffstat (limited to 'asn1')
-rw-r--r--asn1/pkcs12/packet-pkcs12-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/pkcs12/packet-pkcs12-template.c b/asn1/pkcs12/packet-pkcs12-template.c
index d9a5e5103e..525bfae79e 100644
--- a/asn1/pkcs12/packet-pkcs12-template.c
+++ b/asn1/pkcs12/packet-pkcs12-template.c
@@ -51,7 +51,7 @@
#ifdef _WIN32
#include <winposixtype.h>
#endif
-#include "gcrypt.h"
+#include <gcrypt.h>
#endif
#define PNAME "PKCS#12: Personal Information Exchange"