mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-12 06:25:32 +00:00
Fix Changelog indentation
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
699ccf83db
commit
4614cb175d
|
@ -178,10 +178,10 @@ Changes
|
||||||
MBEDTLS_PSA_CRYPTO_C became enabled by default.
|
MBEDTLS_PSA_CRYPTO_C became enabled by default.
|
||||||
* When building the test suites with GNU make, invoke python3 or python, not
|
* When building the test suites with GNU make, invoke python3 or python, not
|
||||||
python2, which is no longer supported upstream.
|
python2, which is no longer supported upstream.
|
||||||
* When using session cache based session resumption on the server,
|
* When using session cache based session resumption on the server,
|
||||||
double-check that custom session cache implementations return
|
double-check that custom session cache implementations return
|
||||||
sessions which are consistent with the negotiated ciphersuite
|
sessions which are consistent with the negotiated ciphersuite
|
||||||
and compression method.
|
and compression method.
|
||||||
* Fix build failure on MinGW toolchain when __USE_MING_ANSI_STDIO is on.
|
* Fix build failure on MinGW toolchain when __USE_MING_ANSI_STDIO is on.
|
||||||
When that flag is on, standard GNU C printf format specifiers
|
When that flag is on, standard GNU C printf format specifiers
|
||||||
should be used.
|
should be used.
|
||||||
|
|
Loading…
Reference in a new issue