wrap with krb4

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24488 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-01-26 01:07:36 +00:00
parent cc0a07301a
commit a3a2568e95

View File

@@ -33,9 +33,9 @@
#include "kdc_locl.h" #include "kdc_locl.h"
#include <krb5-v4compat.h> #ifdef KRB4
RCSID("$Id$"); #include <krb5-v4compat.h>
#ifndef swap32 #ifndef swap32
static uint32_t static uint32_t
@@ -792,3 +792,4 @@ _kdc_get_des_key(krb5_context context,
return 0; return 0;
} }
#endif /* KRB4 */