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

build: fix HAVE_OPENSSL macro for cctest #17461

Closed
wants to merge 1 commit into from

Commits on Dec 4, 2017

  1. build: fix HAVE_OPENSSL macro for cctest

    cctest build target wasn't defining the HAVE_OPENSSL macro when
    node_use_openssl was true, causing incosistencies on most
    `node::Environment` member's addresses. For example, if someone wanted
    to access the context of an environment by using
    `node::Environment::context()`, the object returned by the function was
    pointing to an invalid address.
    Matheus Marchini committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    e093ebd View commit details
    Browse the repository at this point in the history