mirror of
https://github.com/ruby/ruby.git
synced 2025-09-20 02:53:57 +02:00
import Ruby/OpenSSL 2.0.0.beta.1
* NEWS, {ext,test,sample}/openssl: Import Ruby/OpenSSL 2.0.0.beta.1.
ext/openssl is now converted into a default gem. The full commit
history since r55538 can be found at:
08e1881f56
...v2.0.0.beta.1
[Feature #9612]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56027 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
28bf4d545f
commit
c9dc0164b8
69 changed files with 2970 additions and 1813 deletions
|
@ -53,15 +53,9 @@ module OpenSSL
|
|||
# Deprecated.
|
||||
#
|
||||
# This class is only provided for backwards compatibility.
|
||||
class Digest < Digest # :nodoc:
|
||||
# Deprecated.
|
||||
#
|
||||
# See OpenSSL::Digest.new
|
||||
def initialize(*args)
|
||||
warn('Digest::Digest is deprecated; use Digest')
|
||||
super(*args)
|
||||
end
|
||||
end
|
||||
# Use OpenSSL::Digest instead.
|
||||
class Digest < Digest; end # :nodoc:
|
||||
deprecate_constant :Digest
|
||||
|
||||
end # Digest
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue