Merge remote-tracking branch 'upstream-public/pr/1467' into development-proposed

This commit is contained in:
Jaeden Amero 2018-03-28 15:35:22 +01:00
commit 90226be779
2 changed files with 6 additions and 4 deletions

View file

@ -26,6 +26,8 @@ Bugfix
* Add missing dependencies for MBEDTLS_HAVE_TIME_DATE and
MBEDTLS_VERSION_FEATURES in test suites. Contributed by Deomid Ryabkov.
Fixes #1299, #1475.
* Fix dynamic library building process with Makefile on Mac OS X. Fixed by
mnacamura.
Changes
* Remove some redundant code in bignum.c. Contributed by Alexey Skalozub.