commit | bfa03e3bc9e05515cb50b76111815d3cecb27480 | [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 | 7bdbc452752bcddc04e957e342c961196208900e [diff] |
Update psa_util.h Remove the conditional include after the code review
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"