summaryrefslogtreecommitdiffstats
path: root/security/nss/gtests/freebl_gtest/kat/blake2b_kat.h
diff options
context:
space:
mode:
Diffstat (limited to 'security/nss/gtests/freebl_gtest/kat/blake2b_kat.h')
-rw-r--r--security/nss/gtests/freebl_gtest/kat/blake2b_kat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/gtests/freebl_gtest/kat/blake2b_kat.h b/security/nss/gtests/freebl_gtest/kat/blake2b_kat.h
index 28921cc94..2d73a4ab5 100644
--- a/security/nss/gtests/freebl_gtest/kat/blake2b_kat.h
+++ b/security/nss/gtests/freebl_gtest/kat/blake2b_kat.h
@@ -7,7 +7,7 @@
#include <vector>
#include <stdint.h>
-const std::vector<uint8_t> key = {
+const std::vector<uint8_t> kat_key = {
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15,
16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31,
32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47,