Skip to content

Commit

Permalink
Fix File Digestible implementation
Browse files Browse the repository at this point in the history
--HG--
branch : protocolize
  • Loading branch information
DerGuteMoritz committed Feb 20, 2013
1 parent 4b6947a commit f6895e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/digest.clj
Expand Up @@ -60,7 +60,7 @@
File
(-digest [file algorithm]
(with-open [f (FileInputStream. file)]
(-digest algorithm f)))
(-digest f algorithm)))

nil
(-digest [message algorithm]
Expand Down

0 comments on commit f6895e4

Please sign in to comment.