summaryrefslogtreecommitdiff
path: root/lib/rubygems/openssl.rb
blob: c44f619c4c301f084b985c34beb1a7a0d63483b7 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

autoload :OpenSSL, "openssl"

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