X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/9b57f6ea289c28eddc723d91ae1cafd257d06666..6e7f5aeeca612c150acbeee265c44061c3beaa3d:/x11fwd.c diff --git a/x11fwd.c b/x11fwd.c index 56b6eae2..5ef53d49 100644 --- a/x11fwd.c +++ b/x11fwd.c @@ -401,7 +401,8 @@ int x11_send(Socket s, char *data, int len) PUT_16BIT_MSB_FIRST(realauthdata+12, port); t = time(NULL); PUT_32BIT_MSB_FIRST(realauthdata+14, t); - des_encrypt_xdmauth(pr->auth->realdata+9, realauthdata, 24); + des_encrypt_xdmauth(pr->auth->realdata+9, + (unsigned char *)realauthdata, 24); } /* implement other auth methods here if required */