commit | 9d5397357776e9f621fcbe65dd6dfe1dc99649db | [log] [tgz] |
---|---|---|
author | Tomasz Rodziewicz <40165497+TRodziewicz@users.noreply.github.com> | Wed Apr 21 17:14:31 2021 +0200 |
committer | GitHub <noreply@github.com> | Wed Apr 21 17:14:31 2021 +0200 |
tree | 49e801201e2fa0b85d3a06f8fd454bdb1a8d5009 | |
parent | 7c0c851faca254850976d2ebb25e13ec4c11b04b [diff] |
Update psa_util.h Remove the conditional include after the code review Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
diff --git a/include/mbedtls/psa_util.h b/include/mbedtls/psa_util.h index d8449aa..a49968e 100644 --- a/include/mbedtls/psa_util.h +++ b/include/mbedtls/psa_util.h
@@ -32,10 +32,6 @@ #include MBEDTLS_CONFIG_FILE #endif -#if defined(MBEDTLS_PLATFORM_C) -#include "mbedtls/platform.h" -#endif - #if defined(MBEDTLS_USE_PSA_CRYPTO) #include "psa/crypto.h"