Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e7776c6

Browse filesBrowse 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
Copy full SHA for e7776c6

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎lib/crypto.js‎

Copy file name to clipboardExpand all lines: lib/crypto.js
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.