From 80599fcd9494a0b06ff8ab6639141de2402ba403 Mon Sep 17 00:00:00 2001 From: Asanka Herath Date: Thu, 2 Sep 2010 17:18:48 -0400 Subject: [PATCH] Define KRB5_TC_OPENCLOSE and KRB5_TC_NOTICKET in krb5.h --- lib/krb5/krb5.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/krb5/krb5.h b/lib/krb5/krb5.h index 4d26318bf..8f4210e19 100644 --- a/lib/krb5/krb5.h +++ b/lib/krb5/krb5.h @@ -411,7 +411,8 @@ typedef union { #define KRB5_TC_MATCH_IS_SKEY (1 << 22) /* constants for get_flags and set_flags */ -#define KRB5_TC_NOTICKET 0x00000002 +#define KRB5_TC_OPENCLOSE 0x00000001 +#define KRB5_TC_NOTICKET 0x00000002 typedef AuthorizationData krb5_authdata; -- 2.11.4.GIT