commit | f9c1387b9d0114195f3f80eb514495924b36c1c4 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Mar 11 10:59:38 2015 +0000 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Mar 11 10:59:38 2015 +0000 |
tree | 8f717071b8540aba0f4742c67369f59a1c9699d1 | |
parent | fc51f40a1acd1dba290635b2df0c569955d2f3da [diff] [blame] |
Drop POLARSSL_ERROR_STRERROR_BC
diff --git a/ChangeLog b/ChangeLog index fe1ce5c..2aad569 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -6,6 +6,7 @@ * Support for DTLS 1.0 and 1.2 (RFC 6347). API Changes + * Remove POLARSSL_ERROR_STRERROR_BC (use mbedtls_strerror()). * Headers are now found in the 'mbedtls' directory (previously 'polarssl'). * Change SSL_DISABLE_RENEGOTIATION config.h flag to SSL_RENEGOTIATION (support for renegotiation now needs explicit enabling in config.h).