Merge "ANDROID: Build fix for hmac.c" am: 1710f81be4 Original change: https://android-review.googlesource.com/c/platform/external/boringssl/+/2115228 Change-Id: I6713401c3d010d63f9b469d8fc34a4f2e8a0bda0 Signed-off-by: Automerger Merge Worker <[email protected]>
diff --git a/src/crypto/fipsmodule/hmac/hmac.c b/src/crypto/fipsmodule/hmac/hmac.c index 454d0c0..56e21b0 100644 --- a/src/crypto/fipsmodule/hmac/hmac.c +++ b/src/crypto/fipsmodule/hmac/hmac.c
@@ -63,6 +63,7 @@ #include <openssl/mem.h> #include "../../internal.h" +#include "../service_indicator/internal.h" uint8_t *HMAC(const EVP_MD *evp_md, const void *key, size_t key_len,