We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab9ff6c commit 79d2f55Copy full SHA for 79d2f55
lib/jopenssl/load.rb
@@ -1,9 +1,10 @@
1
warn 'Loading jruby-openssl gem in a non-JRuby interpreter' unless defined? JRUBY_VERSION
2
-warn "JRuby #{JRUBY_VERSION} is not supported by jruby-openssl #{Jopenssl::VERSION}" if JRUBY_VERSION <= '1.7.20'
3
4
require 'java'
5
require 'jopenssl/version'
6
+warn "JRuby #{JRUBY_VERSION} is not supported by jruby-openssl #{Jopenssl::VERSION}" if JRUBY_VERSION <= '1.7.20'
7
+
8
# NOTE: assuming user does pull in BC .jars from somewhere else on the CP
9
unless ENV_JAVA['jruby.openssl.load.jars'].eql?('false')
10
version = Jopenssl::BOUNCY_CASTLE_VERSION
0 commit comments