Skip to content

Commit f5fb8d2

Browse files
committed
Add another known hash to the list.
1 parent 44816bb commit f5fb8d2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

analytics/src/analytics_desktop_dynamic.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,12 @@ const int FirebaseAnalytics_DynamicFunctionCount = 22;
3030
#if defined(_WIN32)
3131
// Array of known Google Analytics Windows DLL SHA256 hashes (hex strings).
3232
const char* FirebaseAnalytics_KnownWindowsDllHashes[] = {
33+
"c1b9ff6e9119c30bbeb7472326dcde418f45682e6b822e25eed922fe6e3cc698",
3334
"13ae5f9349b24186f1f3667b52832076e8d14ad9656c3546b1b7fca79ac8144b"
3435
};
3536

3637
// Count of known Google Analytics Windows DLL SHA256 hashes.
37-
const int FirebaseAnalytics_KnownWindowsDllHashCount = 1;
38+
const int FirebaseAnalytics_KnownWindowsDllHashCount = 2;
3839
#endif // defined(_WIN32)
3940

4041
// --- Stub Function Definitions ---
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
c1b9ff6e9119c30bbeb7472326dcde418f45682e6b822e25eed922fe6e3cc698
2+
13ae5f9349b24186f1f3667b52832076e8d14ad9656c3546b1b7fca79ac8144b

0 commit comments

Comments
 (0)