From aa065ab6aea0a3d45cf61d007bf75f861c227233 Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Sat, 28 Sep 2013 15:06:16 -0400 Subject: make it build without kerberos --- lib/ZMkAuth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ZMkAuth.c b/lib/ZMkAuth.c index 7ca4457..63605f4 100644 --- a/lib/ZMkAuth.c +++ b/lib/ZMkAuth.c @@ -104,7 +104,7 @@ Z_MakeAuthenticationSaveKey(register ZNotice_t *notice, int buffer_len, int *len) { -#ifdef HAVE_KRB4 +#ifndef HAVE_KRB5 /* Key management not implemented for krb4. */ return ZMakeAuthentication(notice, buffer, buffer_len, len); #else -- cgit v1.2.3