mirror of
https://github.com/ruby/ruby.git
synced 2025-08-26 06:25:31 +02:00
* ext/openssl/ossl_cipher.c, ext/openssl/lib/openssl/cipher.rb:
Documentation fix by Ippei Obayashi. See #4419. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32176 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
15e7e472e6
commit
c102821291
3 changed files with 9 additions and 4 deletions
|
@ -53,7 +53,7 @@ module OpenSSL
|
|||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue