summaryrefslogtreecommitdiff
path: root/lib/rubygems/openssl.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rubygems/openssl.rb')
-rw-r--r--lib/rubygems/openssl.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/rubygems/openssl.rb b/lib/rubygems/openssl.rb
new file mode 100644
index 0000000000..c44f619c4c
--- /dev/null
+++ b/lib/rubygems/openssl.rb
@@ -0,0 +1,7 @@
+# frozen_string_literal: true
+
+autoload :OpenSSL, "openssl"
+
+module Gem
+ HAVE_OPENSSL = defined? OpenSSL::SSL # :nodoc:
+end