Add missing argument.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18775 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user