1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-16 02:27:32 -05:00

Oops - now let's get that MD5 change _right_ :-)

[originally from svn r438]
This commit is contained in:
Simon Tatham
2000-04-04 14:51:17 +00:00
parent 50b0f49eaf
commit 300b778092
2 changed files with 4 additions and 8 deletions

2
ssh.h
View File

@ -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