X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=moonshot%2Fmech_eap%2Fwrap_iov.c;h=be890b648fb14d2cb130d870eceea9fb1010b737;hb=3e6abb79b847b72dd7b8c137e4fdc94b47f7b485;hp=a40b98076460de537f68423aa4b067ac3b2d5997;hpb=e53da87476aa27eae04664a4714779580ed9ea03;p=moonshot.git diff --git a/moonshot/mech_eap/wrap_iov.c b/moonshot/mech_eap/wrap_iov.c index a40b980..be890b6 100644 --- a/moonshot/mech_eap/wrap_iov.c +++ b/moonshot/mech_eap/wrap_iov.c @@ -248,7 +248,7 @@ gssEapWrapOrGetMIC(OM_uint32 *minor, if (code != 0) goto cleanup; - assert(gssTrailerLen <= 0xFFFF); + GSSEAP_ASSERT(gssTrailerLen <= 0xFFFF); if (trailer == NULL) { rrc = gssTrailerLen;