Skip to content

build: export OpenSSL UI symbols

Node.js compiles them, their existence is indicated by OpenSSL header defines, but they can't be linked to on Windows because their symbols are not exported. Export them.

Fixes: https://github.com/nodejs/node/issues/27494

See https://github.com/nodejs/node/issues/27494#issuecomment-488085207 for more info.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading