mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 23:25:44 +01:00
Fix Changelog notation
Remove backticks, since ChangeLog is not in MarkDown
This commit is contained in:
parent
a1413e05e9
commit
998a4de3fa
@ -62,8 +62,8 @@ Bugfix
|
||||
* Fix issue in RSA key generation program programs/x509/rsa_genkey
|
||||
where the failure of CTR DRBG initialization lead to freeing an
|
||||
RSA context without proper initialization beforehand.
|
||||
* Fix compilation error on Mingw32 when `_TRUNCATE` is defined. Use `_TRUNCATE`
|
||||
only if `__MINGW32__` not defined. Fix suggested by Thomas Glanzmann and
|
||||
* Fix compilation error on Mingw32 when _TRUNCATE is defined. Use _TRUNCATE
|
||||
only if __MINGW32__ not defined. Fix suggested by Thomas Glanzmann and
|
||||
Nick Wilson on issue #355
|
||||
|
||||
Changes
|
||||
|
Loading…
Reference in New Issue
Block a user