Fix redefinition of macro ssl_set_bio

Fix redefinition of macro ssl_set_bio to undefined symbol
mbedtls_ssl_set_bio_timeout in compat-1.3.h.
This commit is contained in:
Andres AG 2016-12-07 10:25:19 +00:00
parent d473c1f359
commit ee7157e735
3 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,11 @@
mbed TLS ChangeLog (Sorted per branch, date)
= mbed TLS x.x.x branch released xxxx-xx-xx
Bugfix
* Fix redefinition of macro ssl_set_bio to undefined symbol
mbedtls_ssl_set_bio_timeout in compat-1.3.h. #673
= mbed TLS 2.4.0 branch released 2016-10-17
Security