Skip to content

Commit

Permalink
src: fix #endif description in crypto_keygen.h
Browse files Browse the repository at this point in the history
PR-URL: #40639
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Voltrex <mohammadkeyvanzade94@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
tniessen authored and BethGriggs committed Nov 25, 2021
1 parent b9533c5 commit 59c26a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crypto/crypto_keygen.h
Expand Up @@ -301,6 +301,6 @@ using SecretKeyGenJob = KeyGenJob<SecretKeyGenTraits>;
} // namespace crypto
} // namespace node

#endif // !defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
#endif // defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
#endif // SRC_CRYPTO_CRYPTO_KEYGEN_H_

0 comments on commit 59c26a2

Please sign in to comment.