Skip to content

Commit 0eb8a8c

Browse files
committed
crypto: refer to correct deprecation id in comment
PR-URL: #21399 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 680aeb3 commit 0eb8a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/crypto.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ function getFipsForced() {
209209
}
210210

211211
Object.defineProperties(exports, {
212-
// crypto.fips is deprecated. DEP00XX. Use crypto.getFips()/crypto.setFips()
212+
// crypto.fips is deprecated. DEP0093. Use crypto.getFips()/crypto.setFips()
213213
fips: {
214214
get: !fipsMode ? getFipsDisabled :
215215
fipsForced ? getFipsForced : getFipsCrypto,

0 commit comments

Comments
 (0)