mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-25 02:48:45 +00:00
Make ar invocation more portable
armar doesn't understand the syntax without dash. OTOH, the syntax with dash is the only one specified by POSIX, and it's accepted by GNU ar, BSD ar (as bundled with OS X) and armar, so it looks like the most portable syntax. fixes #386
This commit is contained in:
@@ -5,7 +5,8 @@ mbed TLS ChangeLog (Sorted per branch, date)
|
||||
Bugfix
|
||||
* Fix bug in mbedtls_mpi_add_mpi() that caused wrong results when the three
|
||||
arguments where the same (in-place doubling). Found and fixed by Janos
|
||||
Follath.
|
||||
Follath. #309
|
||||
* Fix issue in Makefile that prevented building using armar. #386
|
||||
|
||||
= mbed TLS 2.2.1 released 2016-01-05
|
||||
|
||||
|
||||
Reference in New Issue
Block a user