summaryrefslogtreecommitdiff
path: root/lib/rubygems/gem_openssl.rb
diff options
context:
space:
mode:
-rw-r--r--lib/rubygems/gem_openssl.rb10
1 files changed, 7 insertions, 3 deletions
@@ -1,3 +1,9 @@
#--
# Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others.
# All rights reserved.
@@ -42,9 +48,7 @@ begin
# Reference a constant defined in the .rb portion of ssl (just to
# make sure that part is loaded too).
- OpenSSL::Digest::SHA1
-
- Gem.ssl_available = true
class OpenSSL::X509::Certificate # :nodoc:
# Check the validity of this certificate.