Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed

Commits on May 15, 2017

  1. 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.
    danbev committed May 15, 2017
    Copy the full SHA
    7d474d6 View commit details
    Browse the repository at this point in the history