summaryrefslogtreecommitdiff
path: root/src/node_crypto.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_crypto.cc')
-rw-r--r--src/node_crypto.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_crypto.cc b/src/node_crypto.cc
index 255dc6e2d4..ddf895ea3e 100644
--- a/src/node_crypto.cc
+++ b/src/node_crypto.cc
@@ -5170,7 +5170,7 @@ void GetCurves(const FunctionCallbackInfo<Value>& args) {
bool VerifySpkac(const char* data, unsigned int len) {
- bool i = 0;
+ bool i = false;
EVP_PKEY* pkey = nullptr;
NETSCAPE_SPKI* spki = nullptr;