Remove double declaration of mbedtls_ssl_list_ciphersuites

Raised by TrinityTonic. #1359
This commit is contained in:
Moran Peker
2018-02-25 13:29:03 +02:00
committed by Simon Butcher
parent c4bd8ec5ed
commit a64fba41fb
2 changed files with 4 additions and 8 deletions

View File

@@ -13,6 +13,10 @@ API Changes
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