Use _hx509_abort.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16436 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-01-03 08:26:26 +00:00
parent fde07b8b17
commit 02d27ea231
6 changed files with 31 additions and 16 deletions

View File

@@ -172,7 +172,7 @@ check_Null(hx509_validate_ctx ctx, enum critical_flag cf, const Extension *e)
"\tCritical set on MUST NOT\n");
break;
default:
abort();
_hx509_abort("internal check_Null state error");
}
return 0;
}