mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-25 11:49:03 +00:00
parent
13fb6e7271
commit
d57c8f0048
1 changed files with 3 additions and 2 deletions
|
@ -3,8 +3,9 @@ mbed TLS ChangeLog (Sorted per branch, date)
|
||||||
= mbed TLS 2.x.x branch released xxxx-xx-xx
|
= mbed TLS 2.x.x branch released xxxx-xx-xx
|
||||||
|
|
||||||
Bugfix
|
Bugfix
|
||||||
* Fix redefinition of macro ssl_set_bio to undefined symbol
|
* Fix the redefinition of macro ssl_set_bio to an undefined symbol
|
||||||
mbedtls_ssl_set_bio_timeout in compat-1.3.h. #673
|
mbedtls_ssl_set_bio_timeout in compat-1.3.h, by removing it.
|
||||||
|
Found by omlib-lin. #673
|
||||||
* Fix unused variable/function compilation warnings in pem.c, x509_crt.c and
|
* Fix unused variable/function compilation warnings in pem.c, x509_crt.c and
|
||||||
x509_csr.c that are reported when building mbed TLS with a config.h that
|
x509_csr.c that are reported when building mbed TLS with a config.h that
|
||||||
does not define MBEDTLS_PEM_PARSE_C. #562
|
does not define MBEDTLS_PEM_PARSE_C. #562
|
||||||
|
|
Loading…
Reference in a new issue