Skip to content

test: relax version check with shared OpenSSL

Relax the OpenSSL version check when Node.js is built with the --shared-openssl option. Verify only that process.versions.openssl is truthy.

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

Merge request reports

Loading