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 cf6ded4 commit 7a22f91Copy full SHA for 7a22f91
src/crypto/crypto_keygen.h
@@ -301,6 +301,6 @@ using SecretKeyGenJob = KeyGenJob<SecretKeyGenTraits>;
301
} // namespace crypto
302
} // namespace node
303
304
-#endif // !defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
+#endif // defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
305
#endif // SRC_CRYPTO_CRYPTO_KEYGEN_H_
306
0 commit comments