Merge "Fix cryptfs RSA signing with keystore2"
This commit is contained in:
commit
d2bb367549
1 changed files with 1 additions and 8 deletions
|
@ -82,14 +82,7 @@ bool KeymasterOperation::updateCompletely(const char* input, size_t inputLen,
|
|||
ks2Operation = nullptr;
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!output) {
|
||||
LOG(ERROR) << "Keystore2 operation update didn't return output.";
|
||||
ks2Operation = nullptr;
|
||||
return false;
|
||||
}
|
||||
|
||||
consumer((const char*)output->data(), output->size());
|
||||
if (output) consumer((const char*)output->data(), output->size());
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue