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