From 1fc2c7714cef46cbc8d83cdaddf6b4fa2055329a Mon Sep 17 00:00:00 2001 From: Daniel Pouzzner Date: Tue, 1 Dec 2020 18:32:49 -0600 Subject: [PATCH] hmac.c: include wc_port.h rather than settings.h, to pick up WOLFSSL_LINUXKM namespace tweaks. --- wolfcrypt/src/hmac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfcrypt/src/hmac.c b/wolfcrypt/src/hmac.c index 8667be102..b5f5326bb 100644 --- a/wolfcrypt/src/hmac.c +++ b/wolfcrypt/src/hmac.c @@ -24,7 +24,7 @@ #include #endif -#include +#include #include #ifndef NO_HMAC