diff --git a/modules/crypto_module/src/crypto_module_1.cpp b/modules/crypto_module/src/crypto_module_1.cpp index e909f49..7e46ea1 100644 --- a/modules/crypto_module/src/crypto_module_1.cpp +++ b/modules/crypto_module/src/crypto_module_1.cpp @@ -89,11 +89,13 @@ uint8_t third_party_library_calc_hmac(const uint8_t * const message, size_t len, if (message[1] == 2) { if (message[2] == 3) { if (message[3] == 4) { - return 0; + int x[3]; + int y = 2; + int z = x[y]; } } } } } return 0; -} \ No newline at end of file +}