summaryrefslogtreecommitdiff
path: root/auth2-gss.c
diff options
context:
space:
mode:
authordtucker <dtucker>2006-08-05 05:24:59 +0000
committerdtucker <dtucker>2006-08-05 05:24:59 +0000
commit42c43f8caeabeda60d2016dff6f7236a624484f5 (patch)
treeb4009da48dba66158547c28cf9afe7e12a0b16a7 /auth2-gss.c
parent396ad69dc5580ee2ad2afda1267664793523c357 (diff)
downloadopenssh-42c43f8caeabeda60d2016dff6f7236a624484f5.tar.gz
- (dtucker) [auth2-gss.c] We still need the #ifdef GSSAPI in -portable.
Diffstat (limited to 'auth2-gss.c')
-rw-r--r--auth2-gss.c4
1 files changed, 4 insertions, 0 deletions
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 <sys/types.h>
#include "xmalloc.h"
@@ -293,3 +295,5 @@ Authmethod method_gssapi = {
userauth_gssapi,
&options.gss_authentication
};
+
+#endif /* GSSAPI */