Fix bug in MD5-HEX
commit2eb500ccc204d522814bcdb944e3800d5f575658
authorHans Huebner <hans.huebner@gmail.com>
Sun, 27 Jan 2013 11:04:20 +0000 (27 12:04 +0100)
committerHans Huebner <hans.huebner@gmail.com>
Sun, 27 Jan 2013 11:05:26 +0000 (27 12:05 +0100)
treee582d851b0463e3b635bf69318b41c0b0adfb427
parentefbdfd7e8f4d52f74b70e37a07db2410686d5c8b
Fix bug in MD5-HEX

Hunchentoot used MD5:MD5SUM-SEQUENCE instead of MD5:MD5SUM-STRING.
The former was deprecated propably years ago and did not work
correctly with Unicode enabled Lisps.

Reported by Olexiy Zamkoviy.
util.lisp