Remove some Heimdal compatibility macros, now have patches for Heimdal
authorLuke Howard <lukeh@padl.com>
Mon, 3 Jan 2011 11:55:01 +0000 (22:55 +1100)
committerLuke Howard <lukeh@padl.com>
Mon, 3 Jan 2011 11:55:01 +0000 (22:55 +1100)
util.h

diff --git a/util.h b/util.h
index 49c7c91..f8835bf 100644 (file)
--- a/util.h
+++ b/util.h
@@ -343,13 +343,6 @@ gssEapVerifyExtensions(OM_uint32 *minor,
         KRB_KEY_LENGTH(key) = 0;            \
     } while (0)
 
-#ifdef HAVE_HEIMDAL_VERSION
-#define GSS_IOV_BUFFER_FLAG_ALLOCATE    GSS_IOV_BUFFER_TYPE_FLAG_ALLOCATE
-#define GSS_IOV_BUFFER_FLAG_ALLOCATED   GSS_IOV_BUFFER_TYPE_FLAG_ALLOCATED
-
-#define GSS_S_CRED_UNAVAIL              GSS_S_FAILURE
-#endif
-
 #define GSSEAP_KRB_INIT(ctx) do {                   \
         OM_uint32 tmpMajor;                         \
                                                     \