]> andersk Git - openssh.git/blobdiff - auth2-gss.c
- (tim) [defines.h] openbsd-compat/readpassphrase.c now needs _NSIG.
[openssh.git] / auth2-gss.c
index 67144e49567161832c4321fe0b15c81572aa959a..0e08d889cd0988b58eaf4ec37f357766e8cc2038 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth2-gss.c,v 1.15 2006/08/03 03:34:41 deraadt Exp $ */
+/* $OpenBSD: auth2-gss.c,v 1.16 2007/10/29 00:52:45 dtucker Exp $ */
 
 /*
  * Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved.
 
 #include "includes.h"
 
+#ifdef GSSAPI
+
 #include <sys/types.h>
 
+#include <stdarg.h>
+
 #include "xmalloc.h"
 #include "key.h"
 #include "hostfile.h"
@@ -293,3 +297,5 @@ Authmethod method_gssapi = {
        userauth_gssapi,
        &options.gss_authentication
 };
+
+#endif /* GSSAPI */
This page took 0.314663 seconds and 4 git commands to generate.