Merge branch 'master' into tlv-mic
authorLuke Howard <lukeh@padl.com>
Sun, 20 Mar 2011 10:05:58 +0000 (21:05 +1100)
committerLuke Howard <lukeh@padl.com>
Sun, 20 Mar 2011 10:05:58 +0000 (21:05 +1100)
gssapiP_eap.h

index a12adb4..c11b21b 100644 (file)
@@ -51,7 +51,9 @@
 /* GSS headers */
 #include <gssapi/gssapi.h>
 #include <gssapi/gssapi_krb5.h>
-#ifndef HAVE_HEIMDAL_VERSION
+#ifdef HAVE_HEIMDAL_VERSION
+typedef struct gss_any *gss_any_t;
+#else
 #include <gssapi/gssapi_ext.h>
 #endif
 #include "gssapi_eap.h"