aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'verifier.h')
-rw-r--r--verifier.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/verifier.h b/verifier.h
index 067dab55..6bee7494 100644
--- a/verifier.h
+++ b/verifier.h
@@ -65,7 +65,7 @@ struct Certificate {
65 * given keys. It optionally accepts a callback function for posting the progress to. Returns one 65 * given keys. It optionally accepts a callback function for posting the progress to. Returns one
66 * of the constants of VERIFY_SUCCESS and VERIFY_FAILURE. 66 * of the constants of VERIFY_SUCCESS and VERIFY_FAILURE.
67 */ 67 */
68int verify_file(unsigned char* addr, size_t length, const std::vector<Certificate>& keys, 68int verify_file(const unsigned char* addr, size_t length, const std::vector<Certificate>& keys,
69 const std::function<void(float)>& set_progress = nullptr); 69 const std::function<void(float)>& set_progress = nullptr);
70 70
71bool load_keys(const char* filename, std::vector<Certificate>& certs); 71bool load_keys(const char* filename, std::vector<Certificate>& certs);