Oops - now let's get that MD5 change _right_ :-)
[u/mdw/putty] / ssh.h
diff --git a/ssh.h b/ssh.h
index 1e2291e..a9057e7 100644 (file)
--- 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