drop time_now, its part of the verify context.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23267 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-06-23 03:23:38 +00:00
parent ad1190f74d
commit cb61e8d474

View File

@@ -466,7 +466,7 @@ cms_unenvelope(struct cms_unenvelope_options *opt, int argc, char **argv)
certs_strings(context, "store", certs, lock, &opt->certificate_strings);
ret = hx509_cms_unenvelope(context, certs, 0, co.data, co.length,
NULL, &contentType, &o);
NULL, 0, &contentType, &o);
if (co.data != p)
der_free_octet_string(&co);
if (ret)