1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-11-24 12:01:11 +03:00

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

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"