From a1b44dd80844aa7ded01ab0b78eecb05cf84a582 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Mon, 31 May 2021 21:52:28 +0200 Subject: [PATCH] Changelog entry for MBEDTLS_ECP_MAX_BITS automatic determination Signed-off-by: Gilles Peskine --- ChangeLog.d/ecp_max_bits.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ChangeLog.d/ecp_max_bits.txt diff --git a/ChangeLog.d/ecp_max_bits.txt b/ChangeLog.d/ecp_max_bits.txt new file mode 100644 index 0000000000..b952469196 --- /dev/null +++ b/ChangeLog.d/ecp_max_bits.txt @@ -0,0 +1,3 @@ +Removals + * MBEDTLS_ECP_MAX_BITS is no longer a configuration option because it is + now determined automatically based on supported curves.