Skip to content

Commit

Permalink
fix crypto message
Browse files Browse the repository at this point in the history
  • Loading branch information
knobik authored and jkuri committed Jun 16, 2018
1 parent 55c1c22 commit 02fd458
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
'<(node_root_dir)/deps/openssl/openssl/include',
"<!(node -e \"require('nan')\")"
],
"libraries": [
"-lssl",
"-lcrypto"
]
}],
],
}
Expand Down

3 comments on commit 02fd458

@rzr
Copy link

@rzr rzr commented on 02fd458 Nov 11, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May I suggest to send this PR upstream to fix:
JoshKaufman#175

@jkuri
Copy link
Owner

@jkuri jkuri commented on 02fd458 Nov 11, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure go ahead.

@rzr
Copy link

@rzr rzr commented on 02fd458 Nov 11, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.