Support for libradius
[mech_eap.orig] / gssapi_eap.h
index 20533d6..2c8cee0 100644 (file)
 extern "C" {
 #endif /* __cplusplus */
 
-/* preferred mechanism */
-extern const gss_OID_desc *const gss_mech_eap;
+extern gss_OID GSS_EAP_MECHANISM;
+extern gss_OID GSS_EAP_AES128_CTS_HMAC_SHA1_96_MECHANISM;
+extern gss_OID GSS_EAP_AES256_CTS_HMAC_SHA1_96_MECHANISM;
 
-/* concrete mechanisms */
-extern const gss_OID_desc *const gss_mech_eap_aes128_cts_hmac_sha1_96;
-extern const gss_OID_desc *const gss_mech_eap_aes256_cts_hmac_sha1_96;
+/* name type */
+extern gss_OID GSS_EAP_NT_PRINCIPAL_NAME;
 
 #ifdef __cplusplus
 }
 #endif /* __cplusplus */
 
 #endif /* _GSSAPI_EAP_H_ */
-