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

Fix build when NODE__HAVE_TLSEXT_STATUS_CB is not defined. #4914

Closed
wants to merge 1 commit into from

Commits on Jan 27, 2016

  1. crypto: fix build when OCSP-stapling not provided

    node_crypto.cc attempts to handle the case where OCSP stapling APIs
    aren't provided by using NODE__HAVE_TLSEXT_STATUS_CB. But the build
    would actually fail in this case because of a couple of places that were
    missing #ifdefs.
    
    With this change the build works although, as expected,
    test-tls-ocsp-callback.js will fail.
    agl committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    9a4c519 View commit details
    Browse the repository at this point in the history