commit | 6527bd6dfcc6a08c4614d026a00df903a1f44dc9 | [log] [tgz] |
---|---|---|
author | irwir <irwir@users.noreply.github.com> | Sat Sep 21 18:51:25 2019 +0300 |
committer | irwir <irwir@users.noreply.github.com> | Mon Nov 04 19:52:26 2019 +0300 |
tree | fb4df859a325f2bc02cca7dddf9427e5ab12e456 | |
parent | c835672c51652586e815c8723335f17a2641eb9e [diff] [blame] |
Fix issue #2718 (condition always false)
diff --git a/ChangeLog b/ChangeLog index 973f213..a01eda4 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -1,5 +1,11 @@ mbed TLS ChangeLog (Sorted per branch, date) += mbed TLS 2.19.2 branch released xxxx-xx-xx + +Bugfix + * Remove a spurious check in ssl_parse_client_psk_identity that triggered + a warning with some compilers. Fix contributed by irwir in #2856. + = mbed TLS 2.19.1 branch released 2019-09-16 Features