lib/openssl/win/root.rb in openssl-win-root-1.0.2 vs lib/openssl/win/root.rb in openssl-win-root-1.0.3

- old
+ new

@@ -76,10 +76,10 @@ end # Instruct OpenSSL to use fetched certificates def self.inject OpenSSL::SSL::SSLContext::DEFAULT_CERT_STORE.add_path path - path + ENV["SSL_CERT_DIR"] = path end def self.go! t = Thread.new{ save } t.abort_on_exception=true