]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - unix/uxgss.c
New SSH bug flag, for 'can't handle SSH2_MSG_IGNORE'. Another user
[PuTTY.git] / unix / uxgss.c
index f09928636364a64c4c4d72fe073f6e1b9eb6856c..7bc6dca488183655282ad150ebfc4e0ec865c1c4 100644 (file)
@@ -1,11 +1,12 @@
+#include "putty.h"
+
+#ifndef NO_GSSAPI
+
 #include <string.h>
 #include <gssapi/gssapi.h>
-#include "putty.h"
 #include "sshgss.h"
 #include "misc.h"
 
-#ifndef NO_GSSAPI
-
 static gss_OID_desc putty_gss_mech_krb5_desc =
     { 9, (void *)"\x2a\x86\x48\x86\xf7\x12\x01\x02\x02" };
 static gss_OID const putty_gss_mech_krb5 = &putty_gss_mech_krb5_desc;