From dfb5da2a99f8c3118914f86a1b295bf622ca73af Mon Sep 17 00:00:00 2001 From: Paul Elliott Date: Fri, 1 Jul 2022 16:32:14 +0100 Subject: [PATCH] Fix changelog requirements section. Setbuf() is currently not guarded by MBEDTLS_FS_IO, nor can it easily be so. Raised a seperate issue to cover this, and removed the mention of MBEDTLS_FS_IO from the Changelog. Signed-off-by: Paul Elliott --- ChangeLog.d/add_mbedtls_setbuf.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog.d/add_mbedtls_setbuf.txt b/ChangeLog.d/add_mbedtls_setbuf.txt index 6152d60dfc..d14cd18aa2 100644 --- a/ChangeLog.d/add_mbedtls_setbuf.txt +++ b/ChangeLog.d/add_mbedtls_setbuf.txt @@ -5,6 +5,7 @@ Security Glenn Strauss. Requirement changes * The library will no longer compile out of the box on a platform without - setbuf() if MBEDTLS_FS_IO is enabled. If your platform does not have - setbuf(), you can configure an alternative function by enabling - MBEDTLS_PLATFORM_SETBUF_ALT or MBEDTLS_PLATFORM_SETBUF_MACRO. + setbuf(). If your platform does not have setbuf(), you can configure an + alternative function by enabling MBEDTLS_PLATFORM_SETBUF_ALT or + MBEDTLS_PLATFORM_SETBUF_MACRO. +