Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[crypto] Changed mbedTLS API calls to fit 3.0.0 version. (#13208)
In mbedTLS 3.0.0 there are some API changes comparing to previous versions that require aligning Matter source code calling this API. This change is a first step for future mbedTLS 3.0.0 support, so contains only API calls changes, no version update or building configuration done. Added ifdefs checking mbedTLS version and changing: * mbedtls_*_ret() calls to mbedtls_*() * direct mbedtls structure's fields accessing to using MBEDTLS_PRIVATE() macro (no getters API available for now)
- Loading branch information