aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/cms/packet-cms-template.c
diff options
context:
space:
mode:
authorGraeme Lunt <graeme.lunt@smhs.co.uk>2007-08-17 19:14:39 +0000
committerGraeme Lunt <graeme.lunt@smhs.co.uk>2007-08-17 19:14:39 +0000
commit0e9f4f05f15f91bcc1cfcf279256496f0a3fe647 (patch)
tree83f372456e576d32e2d8a884f174f4c177a05333 /asn1/cms/packet-cms-template.c
parent54aa46c2bbaccb8b865de75e140e36cde9919e83 (diff)
Support for the decryption of EncryptedData which is used by PKCS12
Uses the PBE routines from PKCS12. svn path=/trunk/; revision=22535
Diffstat (limited to 'asn1/cms/packet-cms-template.c')
-rw-r--r--asn1/cms/packet-cms-template.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/asn1/cms/packet-cms-template.c b/asn1/cms/packet-cms-template.c
index ba9436c49d..4a7dde850f 100644
--- a/asn1/cms/packet-cms-template.c
+++ b/asn1/cms/packet-cms-template.c
@@ -40,6 +40,7 @@
#include "packet-cms.h"
#include "packet-x509af.h"
#include "packet-x509if.h"
+#include "packet-pkcs12.h"
#include <epan/crypt/crypt-sha1.h>
#include <epan/crypt/crypt-md5.h>