From 8c754218c5d97aa55ee534063767279a2354732c Mon Sep 17 00:00:00 2001 From: Andres Amaya Garcia Date: Wed, 23 May 2018 09:26:08 +0100 Subject: [PATCH] Add no symbols warning fix to ChangeLog --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 348864c0e..d86f1e8c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,10 @@ API Changes Therefore, mbedtls_platform_zeroize() is moved to the platform module to facilitate testing and maintenance. +Bugfix + * Fix "no symbols" warning issued by ranlib when building on Mac OS X. Fix + contributed by tabascoeye in pull request #1600. + = mbed TLS 2.9.0 branch released 2018-04-30 Security