From a625c8e9bcca747565050f51bb0d374292f83f77 Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Sun, 20 Mar 2011 21:05:28 +1100 Subject: [PATCH] define gss_any_t for Heimdal, because it doesn't support it --- gssapiP_eap.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gssapiP_eap.h b/gssapiP_eap.h index 0f12811..81fcf3f 100644 --- a/gssapiP_eap.h +++ b/gssapiP_eap.h @@ -51,7 +51,9 @@ /* GSS headers */ #include #include -#ifndef HAVE_HEIMDAL_VERSION +#ifdef HAVE_HEIMDAL_VERSION +typedef struct gss_any *gss_any_t; +#else #include #endif #include "gssapi_eap.h" -- 2.1.4