From 1664de4c462bccb513a07187b246f338ceddbe5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 27 Jul 2005 23:52:50 +0000 Subject: [PATCH] use id-envelopedData for ContentInfo git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15820 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/hxtool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hx509/hxtool.c b/lib/hx509/hxtool.c index 9a93f2cfb..8d01a292d 100644 --- a/lib/hx509/hxtool.c +++ b/lib/hx509/hxtool.c @@ -352,7 +352,7 @@ cms_create_enveloped(struct cms_envelope_options *opt, int argc, char **argv) ContentInfo ci; size_t size; - ret = hx509_cms_wrap_ContentInfo(oid_id_pkcs7_signedData(), + ret = hx509_cms_wrap_ContentInfo(oid_id_pkcs7_envelopedData(), &o, &ci); if (ret)