mirror of
https://github.com/espressif/mbedtls.git
synced 2025-06-20 22:05:44 +08:00

Avoid compiler warning about size comparison (like in commit 7910cdd): Clang builds fail, warning about comparing uint8_t to a size that may be >255. Signed-off-by: Michael Schuster <michael@schuster.ms>