Skip to content

Commit 8919028

Browse files
hexacyanidervagg
authored andcommitted
doc(wiki): Updated Linking to OpenSSL (markdown)
1 parent 875adbe commit 8919028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Linking-to-OpenSSL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
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).
1+
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).
22

33
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:
44

0 commit comments

Comments
 (0)