mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
6 lines
255 B
Plaintext
6 lines
255 B
Plaintext
|
|
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.
|