Skip to content

Commit

Permalink
fix crypto message
Browse files Browse the repository at this point in the history
Author: knobik <knobiks@gmail.com>
Change-Id: If48e0ae4d0ace41052f50accf503a287f2dcb4e4
Origin: jkuri@02fd458
Bug: JoshKaufman#175
Signed-off-by: Philippe Coval <p.coval@samsung.com>
  • Loading branch information
knobik authored and rzr committed Nov 11, 2018
1 parent 7083023 commit 4d82572
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

0 comments on commit 4d82572

Please sign in to comment.