diff options
| -rw-r--r-- | test/open-uri/utils.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/open-uri/utils.rb b/test/open-uri/utils.rb index 3a79a32ea1..80d3f2b219 100644 --- a/test/open-uri/utils.rb +++ b/test/open-uri/utils.rb @@ -1,4 +1,8 @@ require 'socket' +begin + require 'openssl' +rescue LoadError +end class SimpleHTTPServer def initialize(bind_addr, port, log) |
