aboutsummaryrefslogtreecommitdiffstats
path: root/test/openssl/utils.rb
diff options
context:
space:
mode:
authortenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-15 19:50:00 +0000
committertenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-15 19:50:00 +0000
commit033cea7d8e36f388f8d9cea01283932fae32f79e (patch)
tree8d58080450795ed9db6c3929ccf132b333e594d3 /test/openssl/utils.rb
parent1c932619833f3056a969740248eb313e77b20c9f (diff)
downloadruby-033cea7d8e36f388f8d9cea01283932fae32f79e.tar.gz
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
Diffstat (limited to 'test/openssl/utils.rb')
-rw-r--r--test/openssl/utils.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/openssl/utils.rb b/test/openssl/utils.rb
index 92c6c5596e..0b2115bbf3 100644
--- a/test/openssl/utils.rb
+++ b/test/openssl/utils.rb
@@ -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_