include 524 if not smaller

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24899 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-03-22 17:19:57 +00:00
parent 7beaa0b4f7
commit 5cdbc62e05

View File

@@ -36,6 +36,8 @@ RCSID("$Id$");
#include "krb5-v4compat.h"
#ifndef HEIMDAL_SMALLER
static krb5_error_code
check_ticket_flags(TicketFlags f)
{
@@ -204,3 +206,5 @@ krb524_convert_creds_kdc_ccache(krb5_context context,
krb5_free_creds (context, v5_creds);
return ret;
}
#endif