commit | d959492797aa315d24e768cc61766542289192a7 | [log] [tgz] |
---|---|---|
author | Andrzej Kurek <andrzej.kurek@arm.com> | Mon Mar 26 04:13:24 2018 -0400 |
committer | Andrzej Kurek <andrzej.kurek@arm.com> | Mon Mar 26 04:13:24 2018 -0400 |
tree | d73ea1c3bcb46c5bb4cc3a53f63124ebdfd5cfd3 | |
parent | 69d1b293fc8fb7b127b5bf24a80728f6a0eb16be [diff] [blame] |
pk_sign: fix overriding and ignoring return values
diff --git a/ChangeLog b/ChangeLog index 275f198..1126e6a 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -5,6 +5,8 @@ Bugfix * Fix spurious uninitialized variable warning in cmac.c. Fix independently contributed by Brian J Murray and David Brown. + * Fix overriding and ignoring return values when parsing and writing to + a file in pk_sign program. Found by kevlut in #1142. Changes * Support cmake build where Mbed TLS is a subproject. Fix