aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/cms/packet-cms-template.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2007-01-12 00:33:32 +0000
committerGerald Combs <gerald@wireshark.org>2007-01-12 00:33:32 +0000
commitf67fdf4865997f9817abb5d6537f52b01c8f792c (patch)
tree395925935ca6e4722ab89da9e53d6ed913804a3a /asn1/cms/packet-cms-template.c
parentdd5a89ec49cffd80df8bf81b48155561340a5178 (diff)
Move sha1.[ch] to epan/crypt/crypt-sha1.[ch]. Remove duplicate code.
svn path=/trunk/; revision=20399
Diffstat (limited to 'asn1/cms/packet-cms-template.c')
-rw-r--r--asn1/cms/packet-cms-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/cms/packet-cms-template.c b/asn1/cms/packet-cms-template.c
index 1364a58dbb..678959149d 100644
--- a/asn1/cms/packet-cms-template.c
+++ b/asn1/cms/packet-cms-template.c
@@ -40,7 +40,7 @@
#include "packet-x509af.h"
#include "packet-x509if.h"
-#include <epan/sha1.h>
+#include <epan/crypt/crypt-sha1.h>
#include <epan/crypt/crypt-md5.h>
#define PNAME "Cryptographic Message Syntax"