indent, use krb5_abortx() instead of abort()

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13389 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2004-02-19 12:44:33 +00:00
parent 8696c13a7f
commit 9503937a3d

View File

@@ -69,7 +69,7 @@ RCSID("$Id$");
(BL) = i2d_##T((S), &p); \
if ((BL) <= 0) { \
free((B)); \
(R) = ASN1_OVERRUN; \
(R) = ASN1_OVERRUN; \
} \
} \
} \
@@ -667,7 +667,7 @@ _krb5_pk_mk_padata(krb5_context context,
if (ret)
goto out;
if (winreq.signed_auth_pack.length != size)
abort();
krb5_abortx(context, "Internal ASN1 encoder error");
ASN1_MALLOC_ENCODE(PA_PK_AS_REQ_Win2k, buf.data, buf.length,
&winreq, &size, ret);