Merge branch 'master' of ssh://lhoward@moonshot.suchdamage.org:822/srv/git/moonshot
[mech_eap.git] / gssapi_eap.h
index 5ae5db1..4ae9e08 100644 (file)
@@ -46,9 +46,13 @@ extern gss_OID GSS_EAP_AES256_CTS_HMAC_SHA1_96_MECHANISM;
 /* name type */
 extern gss_OID GSS_EAP_NT_PRINCIPAL_NAME;
 
+extern gss_OID GSS_EAP_CRED_SET_RADIUS_CONFIG;
+extern gss_OID GSS_EAP_CRED_SET_CRED_FLAG;
+
+#define GSS_EAP_DISABLE_LOCAL_ATTRS_FLAG    0x00000001
+
 #ifdef __cplusplus
 }
 #endif /* __cplusplus */
 
 #endif /* _GSSAPI_EAP_H_ */
-