Skip to content

Commit 821d713

Browse files
danbevaddaleax
authored andcommitted
src: remove outdated FIXME in node_crypto.cc
Issue 4641 contains a FIXME regarding the InitCrypto function. After discussing this with bnoordhuis it seems to be an outdated comment. Refs: #4641 PR-URL: #11669 Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent f69685b commit 821d713

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/node_crypto.cc

-1
Original file line numberDiff line numberDiff line change
@@ -5998,7 +5998,6 @@ void SetFipsCrypto(const FunctionCallbackInfo<Value>& args) {
59985998
#endif /* NODE_FIPS_MODE */
59995999
}
60006000

6001-
// FIXME(bnoordhuis) Handle global init correctly.
60026001
void InitCrypto(Local<Object> target,
60036002
Local<Value> unused,
60046003
Local<Context> context,

0 commit comments

Comments
 (0)