Fixes following review of 'iotssl-682-selftest-ci-break'

This commit is contained in:
Simon Butcher 2016-03-21 22:54:37 +00:00
parent c2b0efcebe
commit cd0ee5e499
2 changed files with 0 additions and 2 deletions

View File

@ -22,7 +22,6 @@ Changes
don't use the optimized assembly for bignum multiplication. This removes don't use the optimized assembly for bignum multiplication. This removes
the need to pass -fomit-frame-pointer to avoid a build error with -O0. the need to pass -fomit-frame-pointer to avoid a build error with -O0.
* Disabled SSLv3 in the default configuration. * Disabled SSLv3 in the default configuration.
* Add exit value macros to the platform abstraction layer.
= mbed TLS 2.2.1 released 2016-01-05 = mbed TLS 2.2.1 released 2016-01-05

View File

@ -52,7 +52,6 @@
#include "mbedtls/ecjpake.h" #include "mbedtls/ecjpake.h"
#include "mbedtls/timing.h" #include "mbedtls/timing.h"
//#include <stdio.h>
#include <string.h> #include <string.h>
#if defined(MBEDTLS_PLATFORM_C) #if defined(MBEDTLS_PLATFORM_C)