# File lib/net/ssh/util/openssl.rb, line 88
      def ssh_do_sign( data )
        sign( OpenSSL::Digest::SHA1.new, data )
      end