commit | 8bd24b79aa7de29fe433b1df9e7d7c44e3c7b9ac | [log] [tgz] |
---|---|---|
author | Tamas Ban <tamas.ban@arm.com> | Tue Feb 19 12:13:13 2019 +0000 |
committer | Tamas Ban <tamas.ban@arm.com> | Thu Feb 21 16:29:50 2019 +0000 |
tree | 22edc9aad82364a95ffc1b889e919e59ed2c91de | |
parent | 3cc0927fd363e96a5a28474ebfbd7f25899d1988 [diff] [blame] |
Core: Move memory primitives to separate file Reduce the dependencies of the services on various header files. Change-Id: Iaf9c64bc830609d7497fb4a0b825a303dded4a04 Signed-off-by: Tamas Ban <tamas.ban@arm.com>
diff --git a/secure_fw/services/crypto/crypto_mac.c b/secure_fw/services/crypto/crypto_mac.c index 45a7eae..ec49a11 100644 --- a/secure_fw/services/crypto/crypto_mac.c +++ b/secure_fw/services/crypto/crypto_mac.c
@@ -5,7 +5,7 @@ * */ -#include "secure_fw/core/secure_utilities.h" +#include "secure_fw/core/tfm_memory_utils.h" #include "tfm_crypto_defs.h" #include "psa_crypto.h"