From 2673cec07a4740f86438b50cfe1b70b258a9a8c8 Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Tue, 2 Apr 2013 20:22:16 +0000 Subject: Move all AOSP code out of recovery binary Improves license compatibility between GPL and Apache Change-Id: I2b165aa575bb6213af6b07936f99610c113443f0 --- install.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install.h') diff --git a/install.h b/install.h index 1943f02d3..5829c6516 100644 --- a/install.h +++ b/install.h @@ -18,6 +18,7 @@ #define RECOVERY_INSTALL_H_ #include "common.h" +#include "mincrypt/rsa.h" #ifdef __cplusplus extern "C" { @@ -29,6 +30,7 @@ enum { INSTALL_SUCCESS, INSTALL_ERROR, INSTALL_CORRUPT }; // cache partition. int install_package(const char *root_path, int* wipe_cache, const char* install_file); +RSAPublicKey* load_keys(const char* filename, int* numKeys); #ifdef __cplusplus } -- cgit v1.2.3