verifier: update to support certificates using SHA-256
(cherry picked from commit bac7fba027)
Change-Id: I01c38d7fea088622a8b0bbf2c833fa2d969417af
This commit is contained in:
@@ -101,7 +101,7 @@ int LoadFileContents(const char* filename, FileContents* file,
|
||||
}
|
||||
}
|
||||
|
||||
SHA(file->data, file->size, file->sha1);
|
||||
SHA_hash(file->data, file->size, file->sha1);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user