| Index: host/include/file_keys.h
|
| diff --git a/misclibs/include/file_keys.h b/host/include/file_keys.h
|
| similarity index 95%
|
| rename from misclibs/include/file_keys.h
|
| rename to host/include/file_keys.h
|
| index eac4df0e27662290277ee086fef02074293c33b8..285a3e5b456c74fd1f22493870348f0a45d4a567 100644
|
| --- a/misclibs/include/file_keys.h
|
| +++ b/host/include/file_keys.h
|
| @@ -37,7 +37,7 @@ 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_fie, const char* key_file,
|
| +uint8_t* SignatureFile(const char* input_file, const char* key_file,
|
| int algorithm);
|
|
|
| #endif /* VBOOT_REFERENCE_FILE_KEYS_H_ */
|
|
|