Add missing argument.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18775 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-21 19:09:58 +00:00
parent dcd2ea0684
commit f13d32a019

View File

@@ -144,7 +144,7 @@ cms_verify_sd(struct cms_verify_sd_options *opt, int argc, char **argv)
{
char *str;
der_print_heim_oid(&type, '.', &str);
printf("type: %s\n");
printf("type: %s\n", str);
free(str);
der_free_oid(&type);
}