mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-01 09:10:03 +00:00
d6355caa8f
Now that mbedtls/platform.h is included unconditionally, there are no more configurations where mbedtls_setbuf was accidentally left out of the manual definitions when MBEDTLS_PLATFORM_C is disabled. Fixes #6118, #6196. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
4 lines
145 B
Plaintext
4 lines
145 B
Plaintext
Bugfix
|
|
* Provide the missing definition of mbedtls_setbuf() in some configurations
|
|
with MBEDTLS_PLATFORM_C disabled. Fixes #6118, #6196.
|