Commit 73ccfc8
src: fix compiler warnings in node_crypto.cc
During the time between #24234
being opened and it landing, a V8 update occurred that deprecated
several APIs. This commit fixes the following compiler warnings:
../src/node_crypto.cc:3342:11:
warning: 'Set' is deprecated: Use maybe version
../src/node_crypto.cc:3345:13:
warning: 'GetFunction' is deprecated: Use maybe version
PR-URL: #25205
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>1 parent 7365b00 commit 73ccfc8Copy full SHA for 73ccfc8
File tree
Expand file treeCollapse file tree
1 file changed
+5
-3
lines changedOpen diff view settings
Filter options
- src
Expand file treeCollapse file tree
1 file changed
+5
-3
lines changedOpen diff view settings
Collapse file
+5-3Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3312 | 3312 | |
3313 | 3313 | |
3314 | 3314 | |
3315 | | - |
3316 | | - |
| 3315 | + |
| 3316 | + |
| 3317 | + |
| 3318 | + |
3317 | 3319 | |
3318 | | - |
| 3320 | + |
3319 | 3321 | |
3320 | 3322 | |
3321 | 3323 | |
|
0 commit comments