commit | a64fba41fb034e908b1b59700499b2265b0ddb29 | [log] [tgz] |
---|---|---|
author | Moran Peker <moran.peker@arm.com> | Sun Feb 25 13:29:03 2018 +0200 |
committer | Simon Butcher <simon.butcher@arm.com> | Wed May 23 18:13:05 2018 +0100 |
tree | 239e9ebc4a839e7a4400edc277ef4f85ea8b0933 | |
parent | c4bd8ec5edd718ad81a9169fd6a75b04059658c6 [diff] [blame] |
Remove double declaration of mbedtls_ssl_list_ciphersuites Raised by TrinityTonic. #1359
diff --git a/ChangeLog b/ChangeLog index 348864c..5d69704 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -13,6 +13,10 @@ Therefore, mbedtls_platform_zeroize() is moved to the platform module to facilitate testing and maintenance. +Bugfix + * Fix redundant declaration of mbedtls_ssl_list_ciphersuites. Raised by + TrinityTonic. #1359. + = mbed TLS 2.9.0 branch released 2018-04-30 Security