Skip to content

Commit

Permalink
Merge pull request #22 from mgpnd/bugfix_openssl_1.0.0
Browse files Browse the repository at this point in the history
Search for libssl-1.0.0 first
  • Loading branch information
oleganza authored Dec 11, 2017
2 parents b3bb73b + 1cadbf2 commit ce28670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/btcruby/openssl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module OpenSSL
if FFI::Platform.windows?
ffi_lib 'libeay32', 'ssleay32'
else
ffi_lib 'ssl'
ffi_lib ['libssl.so.1.0.0', 'ssl']
end

NID_secp256k1 = 714
Expand Down

0 comments on commit ce28670

Please sign in to comment.