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

This commit is contained in:
Jaeden Amero
2018-03-26 18:25:58 +01:00
2 changed files with 6 additions and 4 deletions

View File

@@ -16,6 +16,8 @@ Bugfix
* Add missing dependencies in test suites that led to build failures
in configurations that omit certain hashes or public-key algorithms.
Fixes #1040.
* Fix C89 incompatibility in benchmark.c. Contributed by Brendan Shanks.
#1353
Changes
* Remove some redundant code in bignum.c. Contributed by Alexey Skalozub.