Skip to content

Commit 1101369

Browse files
rojerpull[bot]
authored andcommitted
CHIPCryptoPALmbedTLS: Include mbedtls/version.h (#29168)
`MBEDTLS_VERSION_NUMBER` is defined in version.h, include explicitly.
1 parent 6576ca1 commit 1101369

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/crypto/CHIPCryptoPALmbedTLS.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
#include <mbedtls/pkcs5.h>
3838
#include <mbedtls/sha1.h>
3939
#include <mbedtls/sha256.h>
40+
#include <mbedtls/version.h>
4041
#if defined(MBEDTLS_X509_CRT_PARSE_C)
4142
#include <mbedtls/x509_crt.h>
4243
#endif // defined(MBEDTLS_X509_CRT_PARSE_C)

0 commit comments

Comments
 (0)