Avoid warning from missing __attribute__((noreturn))
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16452 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -200,6 +200,7 @@ hx509_name_to_string(const hx509_name name, char **str)
|
|||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
_hx509_abort("unknown directory type: %d", ds->element);
|
_hx509_abort("unknown directory type: %d", ds->element);
|
||||||
|
exit(1);
|
||||||
}
|
}
|
||||||
append_string(str, &total_len, oidname, strlen(oidname), 0);
|
append_string(str, &total_len, oidname, strlen(oidname), 0);
|
||||||
free(oidname);
|
free(oidname);
|
||||||
|
Reference in New Issue
Block a user