Skip to content

Commit

Permalink
[mbedtls] remove config workaround (openthread#10263)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhui committed May 18, 2024
1 parent 67a2627 commit 6444157
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions third_party/mbedtls/mbedtls-config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit 6444157

Please sign in to comment.