mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-28 15:17:21 +00:00
7e39028628
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>
4 lines
154 B
Plaintext
4 lines
154 B
Plaintext
Bugfix
|
|
* Fix Clang compilation error when MBEDTLS_USE_PSA_CRYPTO is enabled
|
|
but MBEDTLS_DHM_C is disabled. Reported by Michael Schuster in #9188.
|