Skip to content

Commit

Permalink
doc(wiki): Updated Linking to OpenSSL (markdown)
Browse files Browse the repository at this point in the history
  • Loading branch information
hexacyanide authored and rvagg committed Jun 23, 2021
1 parent 875adbe commit 8919028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Linking-to-OpenSSL.md
@@ -1,4 +1,4 @@
A handful of native addons require linking to OpenSSL in one way or another. This introduces a small chalenge since node will sometimes bundle OpenSSL statically (the default for node >= v0.8.x), or sometimes dynamically link to the system OpenSSL (default for node <= v0.6.x).
A handful of native addons require linking to OpenSSL in one way or another. This introduces a small challenge since node will sometimes bundle OpenSSL statically (the default for node >= v0.8.x), or sometimes dynamically link to the system OpenSSL (default for node <= v0.6.x).

Good native addons should account for both scenarios. It's recommended that you use the `binding.gyp` file provided below as a starting-point for any addon that needs to use OpenSSL:

Expand Down

0 comments on commit 8919028

Please sign in to comment.