X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/63f305ff4329c3d56ad2d5b22dbf20873fd6f627..1e00c92b81273392a7db4796dc163b0729891e44:/putty.h?ds=sidebyside diff --git a/putty.h b/putty.h index 0c97562b..9a557570 100644 --- a/putty.h +++ b/putty.h @@ -475,6 +475,7 @@ struct config_tag { int try_gssapi_auth; /* attempt gssapi auth */ int gssapifwd; /* forward tgt via gss */ int ssh_gsslist[4]; /* preference order for local GSS libs */ + Filename ssh_gss_custom; int ssh_subsys; /* run a subsystem rather than a command */ int ssh_subsys2; /* fallback to go with remote_cmd_ptr2 */ int ssh_no_shell; /* avoid running a shell */