This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Description
Basically, on Unix, addons can use functions from node's bundled openssl rather easily. So there's no problem there
But on Windows, the openssl functions are not exported it seems. We explicitly export the libuv symbols for addons to use so it would be nice to do the same for OpenSSL.
This wiki article explains the current state of affairs in more detail: https://github.com/TooTallNate/node-gyp/wiki/Linking-to-OpenSSL
@piscisaureus you, me and @ry talked about this privately over email a while back and thought it was something we should get fixed.