Bug #4419 » ssl_cipher_doc.patch
| 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
|
||