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

Unified Diff: tests/vboot_common2_tests.c

Issue 2873033: Add a script to generate test vboot-format public keys. (Closed) Base URL: ssh://git@chromiumos-git/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 | « tests/testkeys/key_rsa8192.sha512.vbpubk ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/vboot_common2_tests.c
diff --git a/tests/vboot_common2_tests.c b/tests/vboot_common2_tests.c
index 9fee525ae0fb18b61207956997da30e112d5e767..89ba1f8778fed624b6f5a056310c667453f89215 100644
--- a/tests/vboot_common2_tests.c
+++ b/tests/vboot_common2_tests.c
@@ -69,7 +69,7 @@ static void VerifyDataTest(const VbPublicKey* public_key,
static void VerifyDigestTest(const VbPublicKey* public_key,
- const VbPrivateKey* private_key) {
+ const VbPrivateKey* private_key) {
const uint8_t test_data[] = "This is some other test data to sign.";
VbSignature* sig;
« no previous file with comments | « tests/testkeys/key_rsa8192.sha512.vbpubk ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698