| Index: tests/vboot_common3_tests.c
|
| diff --git a/tests/vboot_common3_tests.c b/tests/vboot_common3_tests.c
|
| index ff75906a915c52781c12ecc3b24bd6d156a26c52..8b7e47021ac10ebaac1cd10ade7747107c699ed0 100644
|
| --- a/tests/vboot_common3_tests.c
|
| +++ b/tests/vboot_common3_tests.c
|
| @@ -264,7 +264,7 @@ int main(int argc, char* argv[]) {
|
| signing_key_algorithm = atoi(argv[1]);
|
| data_key_algorithm = atoi(argv[2]);
|
|
|
| - signing_private_key = PrivateKeyRead(argv[3], signing_key_algorithm);
|
| + signing_private_key = PrivateKeyReadPem(argv[3], signing_key_algorithm);
|
| if (!signing_private_key) {
|
| fprintf(stderr, "Error reading signing_private_key");
|
| return 1;
|
|
|