diff --git a/lib/hx509/hxtool.c b/lib/hx509/hxtool.c index 94fce2299..a8f03b535 100644 --- a/lib/hx509/hxtool.c +++ b/lib/hx509/hxtool.c @@ -990,7 +990,7 @@ main(int argc, char **argv) ret = hx509_context_init(&context); if (ret) - errx(1, "hx509_context_init failed with %d"); + errx(1, "hx509_context_init failed with %d", ret); ret = sl_command(commands, argc, argv); if(ret == -1)