Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use OpenSSL::Digest instead of OpenSSL::Digest::Digest #8

Merged
merged 1 commit into from
Mar 25, 2014
Merged

Use OpenSSL::Digest instead of OpenSSL::Digest::Digest #8

merged 1 commit into from
Mar 25, 2014

Conversation

tyler-smith
Copy link

Since Ruby 2.1.0 the OpenSSL library has deprecated OpenSSL::Digest::Digest. Using it produces a warning. It should use OpenSSL::Digest instead.

http://www.ruby-doc.org/stdlib-2.1.0/libdoc/openssl/rdoc/OpenSSL/Digest/Digest.html

@tyler-smith tyler-smith changed the title Use OpenSSL::Digest in favor of OpenSSL::Digest::Digest Use OpenSSL::Digest instead of OpenSSL::Digest::Digest Mar 25, 2014
@morgoth morgoth merged commit 31ed883 into morgoth:master Mar 25, 2014
@morgoth
Copy link
Owner

morgoth commented Mar 25, 2014

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants