Skip to content

Commit 7a22f91

Browse files
tniessentargos
authored andcommitted
src: fix #endif description in crypto_keygen.h
PR-URL: #40639 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Voltrex <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent cf6ded4 commit 7a22f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crypto/crypto_keygen.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,6 @@ using SecretKeyGenJob = KeyGenJob<SecretKeyGenTraits>;
301301
} // namespace crypto
302302
} // namespace node
303303

304-
#endif // !defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
304+
#endif // defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
305305
#endif // SRC_CRYPTO_CRYPTO_KEYGEN_H_
306306

0 commit comments

Comments
 (0)