diff options
Diffstat (limited to 'install.h')
-rw-r--r-- | install.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -18,6 +18,7 @@ #define RECOVERY_INSTALL_H_ #include "common.h" +#include "mincrypt/rsa.h" #ifdef __cplusplus extern "C" { @@ -31,6 +32,8 @@ enum { INSTALL_SUCCESS, INSTALL_ERROR, INSTALL_CORRUPT, INSTALL_NONE, INSTALL_SK int install_package(const char* root_path, bool* wipe_cache, const char* install_file, bool needs_mount, int retry_count); +RSAPublicKey* load_keys(const char* filename, int* numKeys); + #ifdef __cplusplus } #endif |