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
Next Next commit
src: remove unused Local
  • Loading branch information
bnoordhuis committed Jul 17, 2017
commit 5ae2cb8b60372a8f9b91c74eccc608ef3978a3ce
1 change: 0 additions & 1 deletion src/node_crypto.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3648,7 +3648,6 @@ void CipherBase::Final(const FunctionCallbackInfo<Value>& args) {

unsigned char* out_value = nullptr;
int out_len = -1;
Local<Value> outString;

// Check IsAuthenticatedMode() first, Final() destroys the EVP_CIPHER_CTX.
const bool is_auth_mode = cipher->IsAuthenticatedMode();
Expand Down