verifier: update to support certificates using SHA-256
(cherry picked from commit bac7fba027)
Change-Id: I01c38d7fea088622a8b0bbf2c833fa2d969417af
This commit is contained in:
+1
-1
@@ -190,7 +190,7 @@ really_install_package(const char *path, int* wipe_cache)
|
||||
ui->Print("Opening update package...\n");
|
||||
|
||||
int numKeys;
|
||||
RSAPublicKey* loadedKeys = load_keys(PUBLIC_KEYS_FILE, &numKeys);
|
||||
Certificate* loadedKeys = load_keys(PUBLIC_KEYS_FILE, &numKeys);
|
||||
if (loadedKeys == NULL) {
|
||||
LOGE("Failed to load keys\n");
|
||||
return INSTALL_CORRUPT;
|
||||
|
||||
Reference in New Issue
Block a user