We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db65422 commit 0fcb8b1Copy full SHA for 0fcb8b1
src/node_crypto.cc
@@ -3648,7 +3648,6 @@ void CipherBase::Final(const FunctionCallbackInfo<Value>& args) {
3648
3649
unsigned char* out_value = nullptr;
3650
int out_len = -1;
3651
- Local<Value> outString;
3652
3653
// Check IsAuthenticatedMode() first, Final() destroys the EVP_CIPHER_CTX.
3654
const bool is_auth_mode = cipher->IsAuthenticatedMode();
0 commit comments