X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=mech_eap%2Fwrap_iov_length.c;h=247b78d28035a6101ed33b9d37135079b4b87205;hb=4d93aaedd99c1dc4f6ecbc0588da12aa16904593;hp=229fec79bd0faf12f4194609802f7fab89f1934f;hpb=5d2cc0917c19bdb6196f060cac3af9f175b295c8;p=mech_eap.orig diff --git a/mech_eap/wrap_iov_length.c b/mech_eap/wrap_iov_length.c index 229fec7..247b78d 100644 --- a/mech_eap/wrap_iov_length.c +++ b/mech_eap/wrap_iov_length.c @@ -182,7 +182,7 @@ gssEapWrapIovLength(OM_uint32 *minor, else trailer->buffer.length = gssTrailerLen; - assert(gssPadLen == 0 || padding != NULL); + GSSEAP_ASSERT(gssPadLen == 0 || padding != NULL); if (padding != NULL) padding->buffer.length = gssPadLen; @@ -196,7 +196,7 @@ gssEapWrapIovLength(OM_uint32 *minor, return GSS_S_COMPLETE; } -OM_uint32 +OM_uint32 GSSAPI_CALLCONV gss_wrap_iov_length(OM_uint32 *minor, gss_ctx_id_t ctx, int conf_req_flag,