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

View File

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