menu: clean up and fix MD5 password code
authorH. Peter Anvin <hpa@zytor.com>
Tue, 29 Jan 2008 05:49:42 +0000 (21:49 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 29 Jan 2008 05:49:42 +0000 (21:49 -0800)
commit5e98b2f1caefd9b6a26d95a91c14474c6880ea39
tree2e02bb386f60f0cb895a42956d61d9ec8927479b
parent5a8e4fc8351b5d40bc05ad99d88a2355337dd899
menu: clean up and fix MD5 password code

MD5 password code would append the encrypted password to a previous
password, with the result that it would never match after picking a
wrong password.  Fix.
com32/libutil/crypt-md5.c
com32/libutil/md5.c