]> andersk Git - openssh.git/commitdiff
- (dtucker) [auth2-gss.c] We still need the #ifdef GSSAPI in -portable.
authordtucker <dtucker>
Sat, 5 Aug 2006 05:24:59 +0000 (05:24 +0000)
committerdtucker <dtucker>
Sat, 5 Aug 2006 05:24:59 +0000 (05:24 +0000)
ChangeLog
auth2-gss.c

index 49c481e9d9f9dc6cb289629dd11b11eb34e8a185..9ea4cb11fa4bc1a661d719998d8976374feef146 100644 (file)
--- 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
index 67144e49567161832c4321fe0b15c81572aa959a..d88bc4273d92a25e6ed3eb15a3fad2ebe8452333 100644 (file)
@@ -26,6 +26,8 @@
 
 #include "includes.h"
 
+#ifdef GSSAPI
+
 #include <sys/types.h>
 
 #include "xmalloc.h"
@@ -293,3 +295,5 @@ Authmethod method_gssapi = {
        userauth_gssapi,
        &options.gss_authentication
 };
+
+#endif /* GSSAPI */
This page took 0.048175 seconds and 5 git commands to generate.