X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=mech_eap%2FgssapiP_eap.h;fp=mech_eap%2FgssapiP_eap.h;h=45be1966380decd0026c64992bdce9978438193a;hb=f33d35b5cca63dae374a561069cc5934fd7b132e;hp=0b2e64eb8cda9d3dbf1e58420ddee419bff66af0;hpb=c3a9de717714583496724e8098aedc9322a08cbf;p=cyrus-sasl.git diff --git a/mech_eap/gssapiP_eap.h b/mech_eap/gssapiP_eap.h index 0b2e64e..45be196 100644 --- a/mech_eap/gssapiP_eap.h +++ b/mech_eap/gssapiP_eap.h @@ -44,7 +44,6 @@ #include #include #include "gssapi_eap.h" -#include "util.h" /* Kerberos includes */ #include @@ -69,6 +68,8 @@ typedef struct value_pair VALUE_PAIR; #include #endif +#include "util.h" + /* These name flags are informative and not actually used by anything yet */ #define NAME_FLAG_NAI 0x00000001 #define NAME_FLAG_SERVICE 0x00000002 @@ -135,7 +136,9 @@ struct gss_eap_initiator_ctx { struct gss_eap_acceptor_ctx { rc_handle *radHandle; + int lastStatus; VALUE_PAIR *avps; + gss_buffer_desc state; }; struct gss_ctx_id_struct {