Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jruby/jruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 29701fdf05b8
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 65d249377fb6
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 14, 2016

  1. Copy the full SHA
    c3432f9 View commit details
  2. Merge pull request #3965 from lxp/extend-openssl-stubs

    [Truffle] Extend openssl-stubs for Active Merchant
    eregon authored Jun 14, 2016
    Copy the full SHA
    65d2493 View commit details
Showing with 4 additions and 0 deletions.
  1. +4 −0 lib/ruby/truffle/shims/openssl-stubs.rb
4 changes: 4 additions & 0 deletions lib/ruby/truffle/shims/openssl-stubs.rb
Original file line number Diff line number Diff line change
@@ -91,6 +91,10 @@ def self.hexdigest(digest, key, data)
Digest::SHA1.hexdigest(data)
end
end

module SSL
SSLError = Class.new StandardError
end
end

# make it look as openssl is loaded