Skip to content

Commit

Permalink
[#715 state:resolved] fix incompatibility with jruby-openssl v0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanlarsen committed May 3, 2010
1 parent 7b20d64 commit c65fd4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dryml/lib/dryml/dryml_generator.rb
Expand Up @@ -126,7 +126,7 @@ def dryml_changed?(name, dryml)


def digest(s)
OpenSSL::Digest::Digest.digest('sha1', s)
OpenSSL::Digest::SHA1.hexdigest(s)
end


Expand Down

0 comments on commit c65fd4a

Please sign in to comment.