We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6576ca1 commit 1101369Copy full SHA for 1101369
src/crypto/CHIPCryptoPALmbedTLS.cpp
@@ -37,6 +37,7 @@
37
#include <mbedtls/pkcs5.h>
38
#include <mbedtls/sha1.h>
39
#include <mbedtls/sha256.h>
40
+#include <mbedtls/version.h>
41
#if defined(MBEDTLS_X509_CRT_PARSE_C)
42
#include <mbedtls/x509_crt.h>
43
#endif // defined(MBEDTLS_X509_CRT_PARSE_C)
0 commit comments