summaryrefslogtreecommitdiffstats
path: root/install.cpp
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2013-04-10 20:32:17 +0200
committerKenny Root <kroot@google.com>2013-09-25 19:11:46 +0200
commit30362a6ad132cbafde82cc57293e00679d4f86c2 (patch)
tree47f9585d4cd72de8a3fb935d8e8387763ce3a9b1 /install.cpp
parentMerge "Update libpng API usage" (diff)
downloadandroid_bootable_recovery-30362a6ad132cbafde82cc57293e00679d4f86c2.tar
android_bootable_recovery-30362a6ad132cbafde82cc57293e00679d4f86c2.tar.gz
android_bootable_recovery-30362a6ad132cbafde82cc57293e00679d4f86c2.tar.bz2
android_bootable_recovery-30362a6ad132cbafde82cc57293e00679d4f86c2.tar.lz
android_bootable_recovery-30362a6ad132cbafde82cc57293e00679d4f86c2.tar.xz
android_bootable_recovery-30362a6ad132cbafde82cc57293e00679d4f86c2.tar.zst
android_bootable_recovery-30362a6ad132cbafde82cc57293e00679d4f86c2.zip
Diffstat (limited to '')
-rw-r--r--install.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.cpp b/install.cpp
index 0f3298f1d..0cb5cc7df 100644
--- a/install.cpp
+++ b/install.cpp
@@ -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;