X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot.git;a=blobdiff_plain;f=moonshot%2Fmech_eap%2Feap_mech.c;h=4821a9c5334033fd946ceb09207989aaf66b7ebf;hp=bec319bb69b0c65670aa483bfdde0fb23f554b84;hb=3e6abb79b847b72dd7b8c137e4fdc94b47f7b485;hpb=21f3dbf8824d21b99f2f30f89105b6afbc343f9f diff --git a/moonshot/mech_eap/eap_mech.c b/moonshot/mech_eap/eap_mech.c index bec319b..4821a9c 100644 --- a/moonshot/mech_eap/eap_mech.c +++ b/moonshot/mech_eap/eap_mech.c @@ -214,6 +214,6 @@ gssEapInitiatorInitAssert(void) major = gssEapInitiatorInit(&minor); - assert(!GSS_ERROR(major)); + GSSEAP_ASSERT(!GSS_ERROR(major)); } #endif