X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot.git;a=blobdiff_plain;f=moonshot%2Fmech_eap%2Futil_cksum.c;h=aedc93e64a0ab37bbcb71d1a07e8529772834e4d;hp=ba76fd2986ba05ba0177499a96c71ffa0be11a1a;hb=3e6abb79b847b72dd7b8c137e4fdc94b47f7b485;hpb=21f3dbf8824d21b99f2f30f89105b6afbc343f9f diff --git a/moonshot/mech_eap/util_cksum.c b/moonshot/mech_eap/util_cksum.c index ba76fd2..aedc93e 100644 --- a/moonshot/mech_eap/util_cksum.c +++ b/moonshot/mech_eap/util_cksum.c @@ -88,10 +88,10 @@ gssEapChecksum(krb5_context context, return code; header = gssEapLocateIov(iov, iov_count, GSS_IOV_BUFFER_TYPE_HEADER); - assert(header != NULL); + GSSEAP_ASSERT(header != NULL); trailer = gssEapLocateIov(iov, iov_count, GSS_IOV_BUFFER_TYPE_TRAILER); - assert(rrc != 0 || trailer != NULL); + GSSEAP_ASSERT(rrc != 0 || trailer != NULL); if (trailer == NULL) { if (rrc != k5_checksumlen)