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