use hx509_err
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24659 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -395,7 +395,7 @@ cms_create_sd(struct cms_create_sd_options *opt, int argc, char **argv)
|
|||||||
pool,
|
pool,
|
||||||
&o);
|
&o);
|
||||||
if (ret)
|
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(&anchors);
|
||||||
hx509_certs_free(&pool);
|
hx509_certs_free(&pool);
|
||||||
|
Reference in New Issue
Block a user