Merge remote-tracking branch 'public/pr/1778' into development

This commit is contained in:
Simon Butcher 2018-07-19 16:10:38 +01:00
commit a72098b4d6
2 changed files with 12 additions and 3 deletions

View file

@ -29,6 +29,8 @@ Bugfix
by Brendan Shanks. Part of a fix for #992.
* Fix compilation error when MBEDTLS_ARC4_C is disabled and
MBEDTLS_CIPHER_NULL_CIPHER is enabled. Found by TrinityTonic in #1719.
* Fix the inline assembly for the MPI multiply helper function for i386 and
i386 with SSE2. Found by László Langó. Fixes #1550
Changes
* Change the shebang line in Perl scripts to look up perl in the PATH.