X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.orig;a=blobdiff_plain;f=mech_eap%2Futil_radius.h;h=d209347a39e61ce03dea9f0084856a76bbabfb72;hp=82d12cb86672d910f779465285009e6025a78b97;hb=5bf61a81066da96847e6317c00db9d4f96447db2;hpb=a6c7d98460d495778ea61b180dfa7a38b385c1ba diff --git a/mech_eap/util_radius.h b/mech_eap/util_radius.h index 82d12cb..d209347 100644 --- a/mech_eap/util_radius.h +++ b/mech_eap/util_radius.h @@ -154,7 +154,7 @@ OM_uint32 gssEapRadiusMapError(OM_uint32 *minor, struct rs_error *err); -////This really need to be a function call on Windows +/* This really needs to be a function call on Windows */ #define RS_CONFIG_FILE SYSCONFDIR "/radsec.conf" #define VENDORPEC_MS 311 /* RFC 2548 */ @@ -171,9 +171,6 @@ gssEapRadiusMapError(OM_uint32 *minor, #define PW_SAML_AAA_ASSERTION 132 #define PW_MS_WINDOWS_AUTH_DATA 133 -#define IS_RADIUS_ERROR(code) ((code) >= ERROR_TABLE_BASE_rse && \ - (code) <= ERROR_TABLE_BASE_rse + RSE_TIMEOUT_IO) - #ifdef __cplusplus } #endif