Add some OID manipulation functions
[mech_eap.git] / gssapi_eap.h
index 5f4884b..20533d6 100644 (file)
 extern "C" {
 #endif /* __cplusplus */
 
+/* preferred mechanism */
 extern const gss_OID_desc *const gss_mech_eap;
+
+/* 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;