13 lines
720 B
Diff
13 lines
720 B
Diff
diff --git a/components/variations/variations_seed_store.cc b/components/variations/variations_seed_store.cc
|
|
index 7b7a19ef3e4667784c5af8fe760886fea0aa9445..146fbc7db4c8086961cf728664c692c330fa653e 100644
|
|
--- a/components/variations/variations_seed_store.cc
|
|
+++ b/components/variations/variations_seed_store.cc
|
|
@@ -39,6 +39,7 @@ namespace {
|
|
// The ECDSA public key of the variations server for verifying variations seed
|
|
// signatures.
|
|
const uint8_t kPublicKey[] = {
|
|
+BRAVE_K_PUBLIC_KEY
|
|
0x30, 0x59, 0x30, 0x13, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02,
|
|
0x01, 0x06, 0x08, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x01, 0x07, 0x03,
|
|
0x42, 0x00, 0x04, 0x51, 0x7c, 0x31, 0x4b, 0x50, 0x42, 0xdd, 0x59, 0xda,
|