]> andersk Git - moira.git/blobdiff - update/ticket.c
Compile without krb4.
[moira.git] / update / ticket.c
index 91348fd9fb1961a08b92e83db805e95f6c02ea74..50bed8001570d41070ac4a827282280f9143e603 100644 (file)
 #include <krb.h>
 #else
 #define KTEXT void*
+#include <mr_krb.h>
 #endif
 #include <krb5.h>
 #include <update.h>
 
 RCSID("$Header$");
 
-#ifdef HAVE_KRB4
 static char realm[REALM_SZ];
 static char master[INST_SZ] = "sms";
 static char service[ANAME_SZ] = "rcmd";
+#ifdef HAVE_KRB4
 des_cblock session;
 #endif
 krb5_context context = NULL;
This page took 0.03732 seconds and 4 git commands to generate.