aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/cms/packet-cms-template.c
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2012-01-18 21:20:50 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2012-01-18 21:20:50 +0000
commit86cbd0b55952f5f43b8c8878aa56299ffadfe9a7 (patch)
treec85b415b6e5a8661b9cc49aa926ce5979ab34dbd /asn1/cms/packet-cms-template.c
parent5940047af0287467c5849b07e87620418f5ea22b (diff)
#include <epan/crypt/crypt-*.h> => #include <epan/crypt/*.h>
svn path=/trunk/; revision=40570
Diffstat (limited to 'asn1/cms/packet-cms-template.c')
-rw-r--r--asn1/cms/packet-cms-template.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/cms/packet-cms-template.c b/asn1/cms/packet-cms-template.c
index 85f9c35a32..ae6cb9acc1 100644
--- a/asn1/cms/packet-cms-template.c
+++ b/asn1/cms/packet-cms-template.c
@@ -43,8 +43,8 @@
#include "packet-x509sat.h"
#include "packet-pkcs12.h"
-#include <epan/crypt/crypt-sha1.h>
-#include <epan/crypt/crypt-md5.h>
+#include <epan/crypt/sha1.h>
+#include <epan/crypt/md5.h>
#define PNAME "Cryptographic Message Syntax"
#define PSNAME "CMS"