fix: Add missing block_cipher.c to pico_mbedtls#2883
fix: Add missing block_cipher.c to pico_mbedtls#2883kripton wants to merge 2 commits intoraspberrypi:developfrom
Conversation
|
OK, I need to rework this. Merge conflict arose because I did the changes on main but switched the base branch of this PR to |
7ec77c8 to
c71a300
Compare
|
Ok, commit updated against latest |
peterharperuk
left a comment
There was a problem hiding this comment.
I think support for this was only added in 3.6.0? In which case we should make an effort to still build with older versions of mbedtls.
Agreed, that makes sense. I changed the PR accordingly and tested my project (without the workaround described in #2882) compiles fine. However, I have not tested using an older version of mbedtls (<3.6.0) |
Fixes #2882
It looks like the reference to
block_cipher.cwas missed in pico_mbedtls.I did NOT recompile any examples with this changes but the file exists on disk and will do nothing if the relevant
#defineis not set inmbedtls_config.h