# File lib/net/ssh/transport/openssl.rb, line 69
      def ssh_do_verify(sig, data)
        verify(OpenSSL::Digest::SHA1.new, sig, data)
      end