commit | f97eb58e514c2270f97c036beafab5a489b09c7a | [log] [tgz] |
---|---|---|
author | Dave Rodgman <dave.rodgman@arm.com> | Mon Aug 14 15:19:23 2023 +0100 |
committer | Dave Rodgman <dave.rodgman@arm.com> | Mon Aug 14 15:19:23 2023 +0100 |
tree | 95216a29a0bb397a846d97167f065710e42ea654 | |
parent | b8f23b9cfbcca01e6a893b31e192b91c4ee43265 [diff] |
Fix Changelog Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
diff --git a/ChangeLog.d/fix-empty-enum.txt b/ChangeLog.d/fix-empty-enum.txt index f0aba19..458d58f 100644 --- a/ChangeLog.d/fix-empty-enum.txt +++ b/ChangeLog.d/fix-empty-enum.txt
@@ -1,3 +1,3 @@ Bugfix - * Fix compile failure due to empty enum in cipher_wrap.o, when building + * Fix compile failure due to empty enum in cipher_wrap.c, when building with a very minimal configuration. Fixes #7625.