From 213f2341119a6207a66786d57019cafd529f1a52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 9 May 2009 14:22:16 +0000 Subject: [PATCH] use flags to hx509_cms_envelope_1 git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25207 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 ad77f7910..368806540 100644 --- a/lib/hx509/hxtool.c +++ b/lib/hx509/hxtool.c @@ -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);