summaryrefslogtreecommitdiff
path: root/src/crypto/fipsmodule/hmac/hmac.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/fipsmodule/hmac/hmac.c')
-rw-r--r--src/crypto/fipsmodule/hmac/hmac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crypto/fipsmodule/hmac/hmac.c b/src/crypto/fipsmodule/hmac/hmac.c
index 454d0c0d..56e21b04 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,