]> andersk Git - openssh.git/commitdiff
- (dtucker) [gss-serv-krb5.c] Bug #1166: Correct #ifdefs for gssapi_krb5.h
authordtucker <dtucker>
Fri, 3 Mar 2006 21:59:39 +0000 (21:59 +0000)
committerdtucker <dtucker>
Fri, 3 Mar 2006 21:59:39 +0000 (21:59 +0000)
   includes.  Patch from gentoo.riverrat at gmail.com.

ChangeLog
gss-serv-krb5.c

index 688446815f4e5ef36a78b45f17ed6621b1bf938f..d12adb6e0b2cb162d3d3697d2f407e55af8fa10b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
  - (dtucker) [contrib/cygwin/ssh-host-config] Require use of lastlog as a
    file rather than directory, required as Cygwin will be importing lastlog(1).
    Also tightens up permissions on the file.  Patch from vinschen@redhat.com.
+ - (dtucker) [gss-serv-krb5.c] Bug #1166: Correct #ifdefs for gssapi_krb5.h
+   includes.  Patch from gentoo.riverrat at gmail.com.
 
 20060226
  - (dtucker) [configure.ac] Bug #1156: QNX apparently needs SSHD_ACQUIRES_CTTY
index 5c5837ffb9965f0fd6355dd27564c755c1de6b43..5a9b2cdd34eb201ec6beed649ad3e8e9bc28e641 100644 (file)
@@ -41,9 +41,9 @@ extern ServerOptions options;
 #ifdef HEIMDAL
 # include <krb5.h>
 #else
-# ifdef HAVE_GSSAPI_KRB5
+# ifdef HAVE_GSSAPI_KRB5_H
 #  include <gssapi_krb5.h>
-# elif HAVE_GSSAPI_GSSAPI_KRB5
+# elif HAVE_GSSAPI_GSSAPI_KRB5_H
 #  include <gssapi/gssapi_krb5.h>
 # endif
 #endif
This page took 0.109316 seconds and 5 git commands to generate.