Skip to content

Commit

Permalink
Merge pull request #22 from ranjanan/RA/depwarn
Browse files Browse the repository at this point in the history
Fix depwarn
  • Loading branch information
staticfloat authored Aug 2, 2016
2 parents 285faef + dec8798 commit 3b2dfa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
julia 0.3
Compat 0.3.5
Compat 0.7.9
2 changes: 1 addition & 1 deletion src/SHA.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ for (f, ctx) in [(:sha1, :SHA1_CTX),
# open("test.txt") do f
# sha256(f)
# done
$f(io::IO) = $f(readbytes(io))
$f(io::IO) = $f(read(io))
end
end

Expand Down

0 comments on commit 3b2dfa1

Please sign in to comment.