From 0eb8a8cb12ec53dd0ef04bb80d839212a508250c Mon Sep 17 00:00:00 2001 From: Michaƫl Zasso Date: Tue, 19 Jun 2018 09:32:28 +0200 Subject: crypto: refer to correct deprecation id in comment PR-URL: https://github.com/nodejs/node/pull/21399 Reviewed-By: Ben Noordhuis Reviewed-By: Daniel Bevenius Reviewed-By: Colin Ihrig Reviewed-By: Luigi Pinca Reviewed-By: Richard Lau Reviewed-By: Trivikram Kamat --- lib/crypto.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/crypto.js') diff --git a/lib/crypto.js b/lib/crypto.js index 281a30c2cf..98261c88e5 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, -- cgit v1.2.3