Skip to content

Commit e7776c6

Browse files
committed
crypto: refer to correct deprecation id in comment
PR-URL: #21399 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
1 parent fb2592f commit e7776c6

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)