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