diff --git a/lib/crypto.js b/lib/crypto.js index 281a30c2cfa8f2..98261c88e52528 100644 --- a/lib/crypto.js +++ b/lib/crypto.js @@ -209,7 +209,7 @@ function getFipsForced() { } Object.defineProperties(exports, { - // crypto.fips is deprecated. DEP00XX. Use crypto.getFips()/crypto.setFips() + // crypto.fips is deprecated. DEP0093. Use crypto.getFips()/crypto.setFips() fips: { get: !fipsMode ? getFipsDisabled : fipsForced ? getFipsForced : getFipsCrypto,