aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pkcs12.c
diff options
context:
space:
mode:
authorkrj <krj@f5534014-38df-0310-8fa8-9805f1628bb7>2009-08-21 20:40:49 +0000
committerkrj <krj@f5534014-38df-0310-8fa8-9805f1628bb7>2009-08-21 20:40:49 +0000
commitea2cb25422070696bb65d9d9a4296bd6c2e64b57 (patch)
treec1412273e2e98010da727521b3fd6087d6d6aedf /epan/dissectors/packet-pkcs12.c
parent747ea44671d2c236a2f7378c48f8eb252c4dd006 (diff)
Use <gcrypt.h> instead of 'gcrypt.h'
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29501 f5534014-38df-0310-8fa8-9805f1628bb7
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 63af09fea4..caf51dafa7 100644
--- a/epan/dissectors/packet-pkcs12.c
+++ b/epan/dissectors/packet-pkcs12.c
@@ -59,7 +59,7 @@
#ifdef _WIN32
#include <winposixtype.h>
#endif
-#include "gcrypt.h"
+#include <gcrypt.h>
#endif
#define PNAME "PKCS#12: Personal Information Exchange"