am 2ca3b1b2: Fix CL split and build
* commit '2ca3b1b25e8ceb841396061a318d3a043cbfcb54':
Fix CL split and build
diff --git a/keystore/keystore.cpp b/keystore/keystore.cpp
index fdbea3d..34cab24 100644
--- a/keystore/keystore.cpp
+++ b/keystore/keystore.cpp
@@ -687,7 +687,7 @@
*/
if (upgrade(filename, keyBlob, version, type)) {
if ((rc = this->put(filename, keyBlob)) != NO_ERROR
- || (rc = keyBlob->readBlob(filename, &mMasterKeyDecryption)) != NO_ERROR) {
+ || (rc = keyBlob->decryptBlob(filename, &mMasterKeyDecryption)) != NO_ERROR) {
return rc;
}
}