summaryrefslogtreecommitdiff
path: root/lib/ZMkAuth.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ZMkAuth.c')
-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