Skip to content

Fix build when NODE__HAVE_TLSEXT_STATUS_CB is not defined.

Rodrigo Muino Tomonari requested to merge github/fork/agl/statuscb into master

node_crypto.cc attempts to handle the case where OCSP stapling APIs aren't provided, but the build would actually fail in this case.

With this change the build works although, as expected, test-tls-ocsp-callback.js will fail.

Merge request reports

Loading