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.
diff --git a/ChangeLog b/ChangeLog
index e0c74e6..5c580b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
= mbed TLS 2.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
* Fixed multiple buffer overreads in mbedtls_pem_read_buffer() when parsing
the input string in PEM format to extract the different components. Found
by Eyal Itkin.