Current File : //proc/thread-self/root/opt/alt/ruby32/share/rubygems/rubygems/openssl.rb
# frozen_string_literal: true

autoload :OpenSSL, "openssl"

module Gem
  HAVE_OPENSSL = defined? OpenSSL::SSL # :nodoc:
end