wrap with krb4
authorLove Hörnquist Åstrand <lha@kth.se>
Mon, 26 Jan 2009 01:07:36 +0000 (01:07 +0000)
committerLove Hörnquist Åstrand <lha@kth.se>
Mon, 26 Jan 2009 01:07:36 +0000 (01:07 +0000)
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24488 ec53bebd-3082-4978-b11e-865c3cabbd6b

kdc/kerberos4.c

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