diff options
author | Karl Ramm <kcr@1ts.org> | 2013-09-28 15:06:16 -0400 |
---|---|---|
committer | Karl Ramm <kcr@1ts.org> | 2013-09-28 15:06:16 -0400 |
commit | aa065ab6aea0a3d45cf61d007bf75f861c227233 (patch) | |
tree | 3368e72682927ff3c0c63a0f86d81b9e1ee676a8 /lib | |
parent | e6a545e75963456834f120cfc62983eb4d001490 (diff) |
make it build without kerberos
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ZMkAuth.c | 2 |
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 |