X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.orig;a=blobdiff_plain;f=mech_eap%2FgssapiP_eap.h;h=c0fd894f5e58a32dbbc5e773b7bd1637933c41d8;hp=5d352a981e662f173cf93a621c1bef56e8d0ee63;hb=58f8594bd5152bdc7445d056c6b605eaf2f42a9e;hpb=d3be9388417c8bc7b6fe42327babf03797c5369b diff --git a/mech_eap/gssapiP_eap.h b/mech_eap/gssapiP_eap.h index 5d352a9..c0fd894 100644 --- a/mech_eap/gssapiP_eap.h +++ b/mech_eap/gssapiP_eap.h @@ -321,6 +321,11 @@ rfc4121Flags(gss_ctx_id_t ctx, int receiving); void gssEapSaveStatusInfo(OM_uint32 minor, const char *format, ...); +OM_uint32 +gssEapDisplayStatus(OM_uint32 *minor, + OM_uint32 status_value, + gss_buffer_t status_string); + #define IS_WIRE_ERROR(err) ((err) > GSSEAP_RESERVED && \ (err) <= GSSEAP_RADIUS_PROT_FAILURE)