From a1a1128f7d916d3574c92e03a54cdb8f8103f2ef Mon Sep 17 00:00:00 2001 From: Simon Butcher Date: Mon, 14 Sep 2015 21:30:40 +0100 Subject: [PATCH] Updated ChangeLog for fix #275 --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 17f0e80a9..37c79f6ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ mbed TLS ChangeLog (Sorted per branch, date) = mbed TLS 2.1.1 released 2015-09-?? +Bugfix + * Fix warning when using a 64bit platform. (found by embedthis) (#275) + Changes * Made X509 profile pointer const in mbedtls_ssl_conf_cert_profile() to allow use of mbedtls_x509_crt_profile_next. (found by NWilson)