summaryrefslogtreecommitdiff
path: root/tests/sha_test_vectors.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sha_test_vectors.h')
-rw-r--r--tests/sha_test_vectors.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/sha_test_vectors.h b/tests/sha_test_vectors.h
index 9214799e..d2532b9f 100644
--- a/tests/sha_test_vectors.h
+++ b/tests/sha_test_vectors.h
@@ -8,10 +8,10 @@
#ifndef VBOOT_REFERENCE_SHA_TEST_VECTORS_H_
#define VBOOT_REFERENCE_SHA_TEST_VECTORS_H_
-char* oneblock_msg = "abc";
-char* multiblock_msg1 = "abcdbcdecdefdefgefghfghighijhijkijkl"
+const char* oneblock_msg = "abc";
+const char* multiblock_msg1 = "abcdbcdecdefdefgefghfghighijhijkijkl"
"jklmklmnlmnomnopnopq";
-char* multiblock_msg2= "abcdefghbcdefghicdefghijdefghijkefghi"
+const char* multiblock_msg2= "abcdefghbcdefghicdefghijdefghijkefghi"
"jklfghijklmghijklmnhijklmnoijklmnopjklmnopqklmnopqrlmnop"
"qrsmnopqrstnopqrstu";
char* long_msg;