nmaggioni opened a new pull request, #16839: URL: https://github.com/apache/nuttx/pull/16839
## Summary In the crypto implementations, "hmac" was mistyped as "hmca". This was breaking the linkage to the respective [prototype functions](https://github.com/apache/nuttx/blob/25fe6b07494a3fc5291c0c170637517aa2996954/include/crypto/hmac.h#L51) in the headers. Also, a couple of necessary includes were missing. ## Impact Built-in HMAC crypto functions will become usable again. ## Testing These changes were tested on a Linux host, targeting a custom Cortex-M0+ (RP2040) board using NuttX v12.8.0 as the baseline. They were then manually ported to the current master branch. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org