Skip to content

test: add hasCrypto to tls-wrap-event-emmiter

Currently when building --without-ssl this test will report the following error:

internal/util.js:82
    throw new Error('Node.js is not compiled with openssl crypto
support');

This commit adds a check for crypto and skips this test if node was built without ssl support.

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

test

Merge request reports

Loading