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

Fixes #1299, fixes #1475
This commit is contained in:
Jaeden Amero 2018-03-28 12:50:28 +01:00
commit 9528658446
3 changed files with 33 additions and 30 deletions

View file

@ -23,6 +23,9 @@ Bugfix
Fixes #1040.
* Fix C89 incompatibility in benchmark.c. Contributed by Brendan Shanks.
#1353
* Add missing dependencies for MBEDTLS_HAVE_TIME_DATE and
MBEDTLS_VERSION_FEATURES in test suites. Contributed by Deomid Ryabkov.
Fixes #1299, #1475.
Changes
* Remove some redundant code in bignum.c. Contributed by Alexey Skalozub.