]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
`Leonid' points out a stupid mistake in MD5 HMAC initialisation: we
authorSimon Tatham <anakin@pobox.com>
Wed, 18 Dec 2002 09:54:55 +0000 (09:54 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 18 Dec 2002 09:54:55 +0000 (09:54 +0000)
commit801832bf59d216742be76eed86a19fa93993a405
tree0582d7bfe993033c12210cfd0d7c103cca1b3df1
parent29b0705961f54652609e766e0b206c1ac2e0b156
`Leonid' points out a stupid mistake in MD5 HMAC initialisation: we
should initialise _both_ MD5 states, not the same one twice.

[originally from svn r2341]
sshmd5.c