| Index: host/include/host_misc.h
|
| diff --git a/host/include/host_misc.h b/host/include/host_misc.h
|
| index abbfc0f6222fe58039381afc43672007359880fb..cbf9eaffab98cee6e6b85ba4dd48edd7497d5247 100644
|
| --- a/host/include/host_misc.h
|
| +++ b/host/include/host_misc.h
|
| @@ -24,5 +24,7 @@ uint8_t* ReadFile(const char* filename, uint64_t* size);
|
| * Returns 0 if success, 1 if error. */
|
| int WriteFile(const char* filename, const void *data, uint64_t size);
|
|
|
| +/* Prints the sha1sum of the given VbPublicKey to stdout. */
|
| +void PrintPubKeySha1Sum(VbPublicKey* key);
|
|
|
| #endif /* VBOOT_REFERENCE_HOST_MISC_H_ */
|
|
|