summaryrefslogtreecommitdiffstats
path: root/install.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--install.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/install.h b/install.h
index 66764f542..b4655dfab 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" {
@@ -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