[mbedtls] remove config workaround (#10263)

This commit is contained in:
Jonathan Hui
2024-05-17 21:02:46 -07:00
committed by GitHub
parent 67a262713c
commit 6444157e37
+3 -5
View File
@@ -152,11 +152,9 @@
#endif
#include "mbedtls/version.h"
// Include in the legacy config name adjustment file for mbedtls >= 3.5.0
#if (MBEDTLS_VERSION_NUMBER >= 0x03050000)
#include "mbedtls/config_adjust_legacy_crypto.h"
#if (MBEDTLS_VERSION_NUMBER < 0x03000000)
// Configuration sanity check. Done automatically in Mbed TLS >= 3.0.
#include "mbedtls/check_config.h"
#endif
#include "mbedtls/check_config.h"
#endif /* MBEDTLS_CONFIG_H */