| 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;
|
|
|