diff --git a/ChangeLog.d/add_mbedtls_setbuf.txt b/ChangeLog.d/add_mbedtls_setbuf.txt index 6152d60df..d14cd18aa 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. +