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

Unified Diff: src/platform/vboot_reference/tests/sha_test_vectors.h

Issue 1604001: Change to genpadding.sh to use new convention of crypto #includes. (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
« no previous file with comments | « src/platform/vboot_reference/crypto/genpadding.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/vboot_reference/tests/sha_test_vectors.h
diff --git a/src/platform/vboot_reference/tests/sha_test_vectors.h b/src/platform/vboot_reference/tests/sha_test_vectors.h
index 640c06b969b917821ef2ea3479e6a374d7bb747c..c75e9165c09ec39919ee0ba82e0ef1663f5e3caf 100644
--- a/src/platform/vboot_reference/tests/sha_test_vectors.h
+++ b/src/platform/vboot_reference/tests/sha_test_vectors.h
@@ -8,15 +8,15 @@
#ifndef VBOOT_REFERENCE_SHA_TEST_VECTORS_H_
#define VBOOT_REFERENCE_SHA_TEST_VECTORS_H_
-#include "sha.h"
+#include "cryptolib.h"
-char *oneblock_msg = "abc";
-char *multiblock_msg1 = "abcdbcdecdefdefgefghfghighijhijkijkl"
+char* oneblock_msg = "abc";
+char* multiblock_msg1 = "abcdbcdecdefdefgefghfghighijhijkijkl"
"jklmklmnlmnomnopnopq";
-char *multiblock_msg2= "abcdefghbcdefghicdefghijdefghijkefghi"
+char* multiblock_msg2= "abcdefghbcdefghicdefghijdefghijkefghi"
"jklfghijklmghijklmnhijklmnoijklmnopjklmnopqklmnopqrlmnop"
"qrsmnopqrstnopqrstu";
-char *long_msg;
+char* long_msg;
uint8_t sha1_results[][SHA1_DIGEST_SIZE] = {
{
« no previous file with comments | « src/platform/vboot_reference/crypto/genpadding.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698