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 <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 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