Commit e4b3181
crypto: cast oaepLabel to unsigned char*
OpenSSL uses a macro without typechecking; since C++ does not
implicitly cast void* this is needed to conform Node.js to the
OpenSSL documentation.
PR-URL: #30917
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>1 parent 6f61407 commit e4b3181Copy full SHA for e4b3181
File tree
Expand file treeCollapse file tree
1 file changed
+3
-2
lines changedOpen diff view settings
Filter options
- src
Expand file treeCollapse file tree
1 file changed
+3
-2
lines changedOpen diff view settings
Collapse file
+3-2Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
5509 | 5509 | |
5510 | 5510 | |
5511 | 5511 | |
5512 | | - |
5513 | | - |
| 5512 | + |
| 5513 | + |
| 5514 | + |
5514 | 5515 | |
5515 | 5516 | |
5516 | 5517 | |
|
0 commit comments