hmac.c: include wc_port.h rather than settings.h, to pick up WOLFSSL_LINUXKM namespace tweaks.

This commit is contained in:
Daniel Pouzzner
2020-12-01 18:32:49 -06:00
parent f4ecaf05c0
commit 1fc2c7714c

View File

@@ -24,7 +24,7 @@
#include <config.h>
#endif
#include <wolfssl/wolfcrypt/settings.h>
#include <wolfssl/wolfcrypt/wc_port.h>
#include <wolfssl/wolfcrypt/error-crypt.h>
#ifndef NO_HMAC