summaryrefslogtreecommitdiff
path: root/tests/sha_benchmark.c
diff options
context:
space:
mode:
authorDavid Garcia <dhg@google.com>2010-03-31 09:04:15 -0700
committerDavid Garcia <dhg@google.com>2010-03-31 09:04:15 -0700
commit21c3f7fef79e1c6830c883b484d96c059012b18f (patch)
tree427f014b8063c92c574c4eec2ebcc0bfd2e37f77 /tests/sha_benchmark.c
parentd46c3470183d13db7c797f32eee0209e995b9cfc (diff)
downloadvboot-21c3f7fef79e1c6830c883b484d96c059012b18f.tar.gz
Revert "VBoot Reference: Refactor Part 2 - Crypto Libraries"
This reverts commit e018a80a37aaa45681f45f5852f04d20aedd8b2d. Review URL: http://codereview.chromium.org/1593002
Diffstat (limited to 'tests/sha_benchmark.c')
-rw-r--r--tests/sha_benchmark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sha_benchmark.c b/tests/sha_benchmark.c
index 8532ffa8..b36695b5 100644
--- a/tests/sha_benchmark.c
+++ b/tests/sha_benchmark.c
@@ -6,7 +6,7 @@
#include <stdio.h>
#include <stdlib.h>
-#include "cryptolib.h"
+#include "sha.h"
#include "timer_utils.h"
#include "utility.h"