Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(316)

Unified Diff: host/include/file_keys.h

Issue 2815011: Remove unused files, and tidy the directory structure of the remaining ones. (Closed) Base URL: ssh://gitrw.chromium.org/vboot_reference.git
Patch Set: Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « host/Makefile ('k') | host/include/signature_digest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_ */
« no previous file with comments | « host/Makefile ('k') | host/include/signature_digest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698