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

Unified Diff: src/platform/vboot_reference/tests/verify_data.h

Issue 579009: Fix lost variable declarations due to a botched merge on the previous push. (Closed)
Patch Set: Created 10 years, 10 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 | « no previous file | src/platform/vboot_reference/tests/verify_data.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/vboot_reference/tests/verify_data.h
diff --git a/src/platform/vboot_reference/tests/verify_data.h b/src/platform/vboot_reference/tests/verify_data.h
index a9732debe56adb4394730e3cb1d8d59f65818be1..51b9fd6d9be5c955c2911d5e0b55843943752a62 100644
--- a/src/platform/vboot_reference/tests/verify_data.h
+++ b/src/platform/vboot_reference/tests/verify_data.h
@@ -6,11 +6,11 @@
#ifndef VBOOT_REFERENCE_VERIFY_DATA_H_
#define VBOOT_REFERENCE_VERIFY_DATA_H_
-/* Reads a pre-processed key of a [len] bytes from [input_file] and
+/* Reads a pre-processed key from [input_file] and
* returns it in a RSAPublicKey structure.
* Caller owns the returned key and must free it.
*/
-RSAPublicKey* read_RSAkey(char *input_file, int len);
+RSAPublicKey* read_RSAkey(char *input_file);
/* Return a signature of [len] bytes read from [input_file].
* Caller owns the returned signature and must free it.
« no previous file with comments | « no previous file | src/platform/vboot_reference/tests/verify_data.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698