File: openssl_cipher_extensions.rb

package info (click to toggle)
ruby-net-ssh 1%3A7.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,844 kB
  • sloc: ruby: 16,999; makefile: 5
file content (8 lines) | stat: -rw-r--r-- 167 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
module Net::SSH::Transport
  # we add those mehtods to OpenSSL::Chipher instances
  module OpenSSLCipherExtensions
    def implicit_mac?
      false
    end
  end
end