remove gss_any_t definition, will patch this into Heimdal
[moonshot.git] / mech_eap / util_attr.h
index 01f8e2f..e55e9a9 100644 (file)
 #ifndef _UTIL_ATTR_H_
 #define _UTIL_ATTR_H_ 1
 
-#ifdef HAVE_HEIMDAL_VERSION
-/* Removed in draft-ietf-kitten-gssapi-naming-exts-08 */
-typedef struct gss_any *gss_any_t;
-#endif
-
 #ifdef __cplusplus
 #include <string>
 #include <new>