Fix invalid arg type bug introduced in b52b480.

This commit is contained in:
Thomas Hintz
2013-09-24 18:25:31 -07:00
parent b52b480a81
commit d759083e9d

View File

@@ -22,7 +22,7 @@
(call-with-output-digest
digest-primitive
(cut display (string-append ipad message) <>)
string))
'string))
<>)
'string))))