move gss_const_OID compat to gssapiP_eap.h
[moonshot.git] / moonshot / mech_eap / gssapiP_eap.h
index d1d6bce..8bad9a8 100644 (file)
@@ -58,6 +58,10 @@ typedef struct gss_any *gss_any_t;
 #endif
 #include "gssapi_eap.h"
 
+#ifndef HAVE_GSS_INQUIRE_ATTRS_FOR_MECH
+typedef const gss_OID_desc *gss_const_OID;
+#endif
+
 /* Kerberos headers */
 #include <krb5.h>