Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update src/node_crypto.cc
Co-Authored-By: Anna Henningsen <github@addaleax.net>
  • Loading branch information
tniessen and addaleax authored Feb 24, 2020
commit 8a7076881a5a02bb292813d402fcf3ef9418f57d
2 changes: 1 addition & 1 deletion src/node_crypto.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2800,7 +2800,7 @@ void SSLWrap<Base>::ExportKeyingMaterial(
*label,
label.length(),
reinterpret_cast<const unsigned char*>(
context.get()),
context.get()),
context.size(),
use_context) != 1) {
return ThrowCryptoError(env, ERR_get_error(), "SSL_export_keying_material");
Expand Down