Index: host/include/file_keys.h |
diff --git a/host/include/file_keys.h b/host/include/file_keys.h |
index 285a3e5b456c74fd1f22493870348f0a45d4a567..39fdc5acb1e9d7a4d7a538a1aabe0b15367ab89d 100644 |
--- a/host/include/file_keys.h |
+++ b/host/include/file_keys.h |
@@ -38,6 +38,6 @@ uint8_t* DigestFile(char* input_file, int sig_algorithm); |
* Returns the signature. Caller owns the buffer and must Free() it. |
*/ |
uint8_t* SignatureFile(const char* input_file, const char* key_file, |
- int algorithm); |
+ unsigned int algorithm); |
#endif /* VBOOT_REFERENCE_FILE_KEYS_H_ */ |