use hx509_err

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24659 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-02-09 17:15:52 +00:00
parent 8331f55413
commit fead259d5d

View File

@@ -395,7 +395,7 @@ cms_create_sd(struct cms_create_sd_options *opt, int argc, char **argv)
pool,
&o);
if (ret)
errx(1, "hx509_cms_create_signed: %d", ret);
hx509_err(context, 1, ret, "hx509_cms_create_signed: %d", ret);
hx509_certs_free(&anchors);
hx509_certs_free(&pool);