| Index: tests/vboot_common2_tests.c
|
| diff --git a/tests/vboot_common2_tests.c b/tests/vboot_common2_tests.c
|
| index 89ba1f8778fed624b6f5a056310c667453f89215..f5815741ffb87db41d5aacd9fcbd90b53047d005 100644
|
| --- a/tests/vboot_common2_tests.c
|
| +++ b/tests/vboot_common2_tests.c
|
| @@ -213,7 +213,7 @@ int main(int argc, char* argv[]) {
|
| /* Read verification keys and create a test image. */
|
| key_algorithm = atoi(argv[1]);
|
|
|
| - private_key = PrivateKeyRead(argv[2], key_algorithm);
|
| + private_key = PrivateKeyReadPem(argv[2], key_algorithm);
|
| if (!private_key) {
|
| fprintf(stderr, "Error reading private_key");
|
| return 1;
|
|
|