summaryrefslogtreecommitdiffstats
path: root/install.h
diff options
context:
space:
mode:
Diffstat (limited to 'install.h')
-rw-r--r--install.h2
1 files changed, 2 insertions, 0 deletions
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
}