Skip to content

Commit

Permalink
CHIPCryptoPALmbedTLS: Include mbedtls/version.h (#29168)
Browse files Browse the repository at this point in the history
`MBEDTLS_VERSION_NUMBER` is defined in version.h, include explicitly.
  • Loading branch information
rojer authored and pull[bot] committed Oct 19, 2023
1 parent 6576ca1 commit 1101369
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/crypto/CHIPCryptoPALmbedTLS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
#include <mbedtls/pkcs5.h>
#include <mbedtls/sha1.h>
#include <mbedtls/sha256.h>
#include <mbedtls/version.h>
#if defined(MBEDTLS_X509_CRT_PARSE_C)
#include <mbedtls/x509_crt.h>
#endif // defined(MBEDTLS_X509_CRT_PARSE_C)
Expand Down

0 comments on commit 1101369

Please sign in to comment.