Update psa_util.h

Remove the conditional include after the code review
This commit is contained in:
Tomasz Rodziewicz 2021-04-21 17:14:31 +02:00 committed by GitHub
parent 7bdbc45275
commit bfa03e3bc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"