I'm trying to get help move a couple native modules be able to build on 
Windows, but they rely on openssl. On Linux, that's no issue, but the node.msi 
does not come with the openssl lib file. Is there a recommended way to build 
with openssl on Windows, or could that lib be exposed with the msi?

I ended up downloading the nodejs source, building node, and then copying the 
openssl.lib into the modules directory, but this seems wrong, when node already 
uses openssl.

Reply via email to