diff --git a/src/node_crypto.cc b/src/node_crypto.cc index c5f5871617c222..2573035d9efb8f 100644 --- a/src/node_crypto.cc +++ b/src/node_crypto.cc @@ -715,7 +715,7 @@ static X509_STORE* NewRootCertStore() { if (x509 == nullptr) { // Parse errors from the built-in roots are fatal. - abort(); + ABORT(); return nullptr; }