You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/opt/actions-runner/_work/pico-examples/pico-examples/pico-examples/sha/mbedtls_sha256/mbedtls_sha256.c: In function 'main':
/opt/actions-runner/_work/pico-examples/pico-examples/pico-examples/sha/mbedtls_sha256/mbedtls_sha256.c:35:14: warning: implicit declaration of function 'mbedtls_sha256_starts_ret'; did you mean 'mbedtls_sha256_starts'? [-Wimplicit-function-declaration]
35 | int rc = mbedtls_sha256_starts_ret(&ctx, 0);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| mbedtls_sha256_starts
E.g.
This seems to be due to https://github.com/Mbed-TLS/mbedtls/blob/development/docs/3.0-migration-guide.md#rename-mbedtls__ret-cryptography-functions-whose-deprecated-variants-have-been-removed (in combination with raspberrypi/pico-sdk#2405 ).
I won't submit a PR myself, because I don't know what our stance is regarding support for backwards-compatibility with MbedTLS 2.x ?
The text was updated successfully, but these errors were encountered: