summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@1ts.org>2013-09-28 15:06:16 -0400
committerGravatar Karl Ramm <kcr@1ts.org>2013-09-28 15:06:16 -0400
commitaa065ab6aea0a3d45cf61d007bf75f861c227233 (patch)
tree3368e72682927ff3c0c63a0f86d81b9e1ee676a8
parente6a545e75963456834f120cfc62983eb4d001490 (diff)
make it build without kerberos
-rw-r--r--lib/ZMkAuth.c2
1 files changed, 1 insertions, 1 deletions
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