X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/4d6848cecbeaff0cb27a7b9d36e5deeec4ded938..f43e4b678f0b7aa847a3eeb3fab536058710d69f:/windows/winsftp.c diff --git a/windows/winsftp.c b/windows/winsftp.c index f3c0a6fb..94d04a75 100644 --- a/windows/winsftp.c +++ b/windows/winsftp.c @@ -19,6 +19,12 @@ int get_userpass_input(prompts_t *p, unsigned char *in, int inlen) return ret; } +void platform_get_x11_auth(struct X11Display *display, const Config *cfg) +{ + /* Do nothing, therefore no auth. */ +} +const int platform_uses_x11_unix_by_default = TRUE; + /* ---------------------------------------------------------------------- * File access abstraction. */