1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

refactor load error rescue to the openssl util file

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30176 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
tenderlove 2010-12-11 01:25:25 +00:00
parent 864f60b837
commit e1e671d60d
5 changed files with 9 additions and 23 deletions

View file

@ -1,9 +1,5 @@
begin
require "openssl"
rescue LoadError
end
require_relative 'utils'
require "digest/md5"
require "test/unit"
if defined?(OpenSSL)