From 463351d824b4a935a9a87618853e99eb787d2b18 Mon Sep 17 00:00:00 2001 From: Yanray Wang Date: Wed, 10 May 2023 18:04:55 +0800 Subject: [PATCH] ChangeLog: remove issue number as this is a new feature Signed-off-by: Yanray Wang --- ChangeLog.d/add-aes-128bit-only.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/ChangeLog.d/add-aes-128bit-only.txt b/ChangeLog.d/add-aes-128bit-only.txt index 7b7a76b885..b080cac5e2 100644 --- a/ChangeLog.d/add-aes-128bit-only.txt +++ b/ChangeLog.d/add-aes-128bit-only.txt @@ -2,4 +2,3 @@ Features * Add support to restrict AES to 128-bit keys in order to save code size. A new configuration option, MBEDTLS_AES_ONLY_128_BIT_KEY_LENGTH, can be used to enable this feature. - Fixes #7376.