diff options
author | Damien George <damien.p.george@gmail.com> | 2018-09-12 16:04:18 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2018-09-12 16:04:18 +1000 |
commit | 87d45f4d49ee9f301983ee317b11f33e61b7546d (patch) | |
tree | b5d7a4981f075f8cf0770b41537e2c490b61638e /py | |
parent | 6b3d6da74b107a50ac3f8373d3ee48f22e82b5fa (diff) |
extmod/moduhashlib: Use newer message digest API for mbedtls >=2.7.0.
Since mbedtls 2.7.0 new digest functions were introduced with a "_ret"
suffix to allow the functions to return an error message (eg, if the
underlying hardware acceleration failed). These new functions must be used
instead of the old ones to prevent deprecation warnings, or link errors for
missing functions, depending on the mbedtls configuration.
Diffstat (limited to 'py')
0 files changed, 0 insertions, 0 deletions