Merge pull request #3598 from makise-homura/mbedtls-2.16

Backport 2.16: Support building on e2k (Elbrus) architecture
This commit is contained in:
Gilles Peskine
2020-08-25 09:46:39 +02:00
committed by GitHub
4 changed files with 9 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
Features
* Support building on e2k (Elbrus) architecture: correctly enable
-Wformat-signedness, and fix the code that causes signed-one-bit-field
and sign-compare warnings. Contributed by makise-homura (Igor Molchanov)
<akemi_homura@kurisa.ch>.