Skip to content

Commit f39675e

Browse files
committed
Add in the hash and fix the count of functions
1 parent 2570190 commit f39675e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

analytics/src/analytics_desktop_dynamic.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,15 @@ static char g_stub_memory[256] = {0};
2525
// clang-format off
2626

2727
// Number of Google Analytics functions expected to be loaded from the DLL.
28-
const int FirebaseAnalytics_DynamicFunctionCount = 24;
28+
const int FirebaseAnalytics_DynamicFunctionCount = 26;
2929

3030
#if defined(_WIN32)
3131
// Array of known Google Analytics Windows DLL SHA256 hashes (hex strings).
3232
const char* FirebaseAnalytics_KnownWindowsDllHashes[] = {
3333
"c1b9ff6e9119c30bbeb7472326dcde418f45682e6b822e25eed922fe6e3cc698",
3434
"13ae5f9349b24186f1f3667b52832076e8d14ad9656c3546b1b7fca79ac8144b",
35-
"3f1fb1bb21bce0061c4b89bb674d3b6c94eaea2c8de98802198a35ea94c97900"
35+
"3f1fb1bb21bce0061c4b89bb674d3b6c94eaea2c8de98802198a35ea94c97900",
36+
"1e944cd4a2b8d115a32d01f4cc900f23805934b5587b55305df9cd189f9d78d5"
3637
};
3738

3839
// Count of known Google Analytics Windows DLL SHA256 hashes.

0 commit comments

Comments
 (0)