X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/48672163702ae1382acf8cdfae208031b533a05c..bb093ca7e80b082df5869d0cb30733bcf623ef16:/ssh.h diff --git a/ssh.h b/ssh.h index 1e2291e8..a9057e72 100644 --- a/ssh.h +++ b/ssh.h @@ -37,7 +37,7 @@ struct MD5Context { unsigned long hHash; #else MD5_Core_State core; - unsigned char block[BLKSIZE]; + unsigned char block[64]; int blkused; uint32 lenhi, lenlo; #endif