use id-envelopedData for ContentInfo

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15820 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-07-27 23:52:50 +00:00
parent b49ccf6f28
commit 1664de4c46

View File

@@ -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)