Skip to content

Commit c283682

Browse files
danbevMylesBorins
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 e607d2c commit c283682

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
@@ -6028,7 +6028,6 @@ void SetFipsCrypto(const FunctionCallbackInfo<Value>& args) {
60286028
#endif /* NODE_FIPS_MODE */
60296029
}
60306030

6031-
// FIXME(bnoordhuis) Handle global init correctly.
60326031
void InitCrypto(Local<Object> target,
60336032
Local<Value> unused,
60346033
Local<Context> context,

0 commit comments

Comments
 (0)