From 5b5f43c111f50fac11c3e6578f49c722feb9ea35 Mon Sep 17 00:00:00 2001 From: kouril Date: Tue, 15 Aug 2006 10:34:28 +0000 Subject: [PATCH] Commented out ContextFlags_units, which makes problem on SuSE 10 --- spnegokrb5/spnego_asn1.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/spnegokrb5/spnego_asn1.h b/spnegokrb5/spnego_asn1.h index a58fe46..86997ec 100644 --- a/spnegokrb5/spnego_asn1.h +++ b/spnegokrb5/spnego_asn1.h @@ -98,8 +98,10 @@ void free_ContextFlags (ContextFlags *); size_t length_ContextFlags(const ContextFlags *); int copy_ContextFlags (const ContextFlags *, ContextFlags *); unsigned ContextFlags2int(ContextFlags); -ContextFlags int2ContextFlags(unsigned); +ContextFlags int2ContextFlags(unsigned); +/* XXX causes problem on some platforms extern struct units ContextFlags_units[]; +*/ /* NegTokenInit ::= SEQUENCE { -- 2.1.4