We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1501e2c commit 085a847Copy full SHA for 085a847
1 file changed
src/node_crypto.h
@@ -95,7 +95,7 @@ class SecureContext : public BaseObject {
95
SSL_CTX* ctx_;
96
X509* cert_;
97
X509* issuer_;
98
-#ifndef OPENSSL_NO_ENGIN
+#ifndef OPENSSL_NO_ENGINE
99
bool client_cert_engine_provided_ = false;
100
#endif // !OPENSSL_NO_ENGINE
101
0 commit comments