From 9ae6b834c33c7fbc3a7f5cbfc7b142e9ad5e6fcb Mon Sep 17 00:00:00 2001 From: dtucker Date: Sat, 5 Aug 2006 05:24:59 +0000 Subject: [PATCH 1/1] - (dtucker) [auth2-gss.c] We still need the #ifdef GSSAPI in -portable. --- ChangeLog | 1 + auth2-gss.c | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 49c481e9..9ea4cb11 100644 --- a/ChangeLog +++ b/ChangeLog @@ -97,6 +97,7 @@ [openbsd-compat/port-tun.c openbsd-compat/port-tun.h] Sprinkle more includes for Linux in - (dtucker) [cleanup.c] Need defines.h for __dead. + - (dtucker) [auth2-gss.c] We still need the #ifdef GSSAPI in -portable. 20060804 - (dtucker) [configure.ac] The "crippled AES" test does not work on recent diff --git a/auth2-gss.c b/auth2-gss.c index 67144e49..d88bc427 100644 --- a/auth2-gss.c +++ b/auth2-gss.c @@ -26,6 +26,8 @@ #include "includes.h" +#ifdef GSSAPI + #include #include "xmalloc.h" @@ -293,3 +295,5 @@ Authmethod method_gssapi = { userauth_gssapi, &options.gss_authentication }; + +#endif /* GSSAPI */ -- 2.45.2