X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/2c2bce14fdc3076f357ac1841761a8717e590d22..ecb2572233d5f3d3523a46979077ac0c20044d58:/unix/uxgss.c diff --git a/unix/uxgss.c b/unix/uxgss.c index f0992863..7bc6dca4 100644 --- a/unix/uxgss.c +++ b/unix/uxgss.c @@ -1,11 +1,12 @@ +#include "putty.h" + +#ifndef NO_GSSAPI + #include #include -#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;