X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=moonshot%2Fmech_eap%2Feap_mech.c;h=630dd0e8bd42023b64db71eb38aa6492e90c2fd4;hb=d093300bc9eaa6b4690391d10451b59470d94170;hp=995a8ee6eb381f6cd098e274078071a2d2635472;hpb=54cee92590fb021f1b3eaf1d711c914cf3f561c6;p=moonshot.git diff --git a/moonshot/mech_eap/eap_mech.c b/moonshot/mech_eap/eap_mech.c index 995a8ee..630dd0e 100644 --- a/moonshot/mech_eap/eap_mech.c +++ b/moonshot/mech_eap/eap_mech.c @@ -191,8 +191,10 @@ gssEapInitiatorInit(void) static void gssEapFinalize(void) { +#ifdef GSSEAP_ENABLE_ACCEPTOR OM_uint32 minor; gssEapAttrProvidersFinalize(&minor); +#endif eap_peer_unregister_methods(); }