mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 11:45:42 +01:00
0478c2f77e
Fix #941, #1412, #1147, #2017 Signed-off-by: Gilles Peskine <gilles.peskine@arm.com>
7 lines
346 B
Plaintext
7 lines
346 B
Plaintext
Bugfix
|
|
* Fix build errors when the only enabled elliptic curves are Montgomery
|
|
curves. Raised by signpainter in #941 and by Taiki-San in #1412. This
|
|
also fixes missing declarations reported by Steven Cooreman in #1147.
|
|
* Fix self-test failure when the only enabled short Weierstrass elliptic
|
|
curve is secp192k1. Fixes #2017.
|