Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
Require openssl for jRuby (MRI's seem to auto-require)
Browse files Browse the repository at this point in the history
  • Loading branch information
grempe committed May 12, 2016
1 parent 541629a commit 7a89c81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/srp.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require 'openssl'
require 'digest'
require 'rbnacl/libsodium'
require 'securer_randomer'
Expand Down

0 comments on commit 7a89c81

Please sign in to comment.