mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-01 02:01:09 +02:00
Change the hash data to not include the null byte used to terminate the string. Pass sizeof() - 1 to the hash operation API functions so that the null byte can be ignored. Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>