commit | b8f23b9cfbcca01e6a893b31e192b91c4ee43265 | [log] [tgz] |
---|---|---|
author | Dave Rodgman <dave.rodgman@arm.com> | Mon Aug 14 14:28:23 2023 +0100 |
committer | Dave Rodgman <dave.rodgman@arm.com> | Mon Aug 14 14:28:23 2023 +0100 |
tree | e52a3d1386b1ce50805410734ccfa3e049b00ed9 | |
parent | 0b7bf876e4cdee4a94dc3414cdc96cece6858e7a [diff] |
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 new file mode 100644 index 0000000..f0aba19 --- /dev/null +++ b/ChangeLog.d/fix-empty-enum.txt
@@ -0,0 +1,3 @@ +Bugfix + * Fix compile failure due to empty enum in cipher_wrap.o, when building + with a very minimal configuration. Fixes #7625.