Project

General

Profile

Bug #4419 » ssl_cipher_doc.patch

Use OpenSSL::Digest ではなく OpenSSL::Cipher - ohai (Ippei Obayashi), 02/22/2011 12:17 AM

View differences:

ext/openssl/lib/openssl/cipher.rb
return str
end
# This class is only provided for backwards compatibility. Use OpenSSL::Digest in the future.
# This class is only provided for backwards compatibility. Use OpenSSL::Cipher in the future.
class Cipher < Cipher
# add warning
end
(1-1/2)