e02e02f203
The output parameter of mbedtls_sha512_finish_ret and mbedtls_sha512_ret now has a pointer type rather than array type. This removes spurious warnings in some compilers when outputting a SHA-384 hash into a 48-byte buffer. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
5 lines
255 B
Text
5 lines
255 B
Text
API changes
|
|
* The output parameter of mbedtls_sha512_finish_ret and mbedtls_sha512_ret
|
|
now has a pointer type rather than array type. This removes spurious
|
|
warnings in some compilers when outputting a SHA-384 hash into a
|
|
48-byte buffer.
|