use flags to hx509_cms_envelope_1
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25207 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -575,7 +575,7 @@ cms_create_enveloped(struct cms_envelope_options *opt, int argc, char **argv)
|
||||
|
||||
parse_oid(opt->content_type_string, oid_id_pkcs7_data(), &contentType);
|
||||
|
||||
ret = hx509_cms_envelope_1(context, 0, cert, p, sz, enctype,
|
||||
ret = hx509_cms_envelope_1(context, flags, cert, p, sz, enctype,
|
||||
&contentType, &o);
|
||||
if (ret)
|
||||
errx(1, "hx509_cms_envelope_1: %d", ret);
|
||||
|
Reference in New Issue
Block a user