# File lib/travis/tools/ssl_key.rb, line 20 def has_passphrase?(key) OpenSSL::PKey::RSA.new(key, key) false rescue OpenSSL::PKey::RSAError true end