Commit a221017
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 <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Rich Trott <[email protected]>1 parent 663a6b4 commit a221017
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5510 | 5510 | | |
5511 | 5511 | | |
5512 | 5512 | | |
5513 | | - | |
5514 | | - | |
| 5513 | + | |
| 5514 | + | |
| 5515 | + | |
5515 | 5516 | | |
5516 | 5517 | | |
5517 | 5518 | | |
| |||
0 commit comments