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

Unified Diff: src/platform/vboot_reference/tests/sha_tests.c

Issue 1593002: Revert "VBoot Reference: Refactor Part 2 - Crypto Libraries" (Closed)
Patch Set: Created 10 years, 9 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
Index: src/platform/vboot_reference/tests/sha_tests.c
diff --git a/src/platform/vboot_reference/tests/sha_tests.c b/src/platform/vboot_reference/tests/sha_tests.c
index 2b75a037f797f04db62db735208ff4e1a58101a9..2c07b3fcfa09d515f14fa40bdd2bc7c7945339ba 100644
--- a/src/platform/vboot_reference/tests/sha_tests.c
+++ b/src/platform/vboot_reference/tests/sha_tests.c
@@ -9,7 +9,8 @@
#include <stdlib.h>
#include <string.h>
-#include "cryptolib.h"
+#include "sha.h"
+
#include "sha_test_vectors.h"
int SHA1_tests(void) {
« no previous file with comments | « src/platform/vboot_reference/tests/sha_benchmark.c ('k') | src/platform/vboot_reference/tests/test_common.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698