]> andersk Git - openssh.git/blobdiff - auth2-gss.c
- (dtucker) [auth2-gss.c] We still need the #ifdef GSSAPI in -portable.
[openssh.git] / auth2-gss.c
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.031259 seconds and 4 git commands to generate.