mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
drying up the requires in the openssl tests
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30220 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1c93261983
commit
033cea7d8e
17 changed files with 20 additions and 94 deletions
|
@ -3,6 +3,11 @@ begin
|
|||
rescue LoadError
|
||||
end
|
||||
require "test/unit"
|
||||
require "digest/md5"
|
||||
require 'tempfile'
|
||||
require "rbconfig"
|
||||
require "socket"
|
||||
require_relative '../ruby/envutil'
|
||||
|
||||
module OpenSSL::TestUtils
|
||||
TEST_KEY_RSA1024 = OpenSSL::PKey::RSA.new <<-_end_of_pem_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue