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 VoltrexKeyva committed Oct 28, 2021
1 parent f7209ee commit f3125cf
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 f3125cf

Please sign in to comment.