Merge branch 'mbedtls-1.3' into development

* mbedtls-1.3:
  Fix issue with armcc test in all.sh
This commit is contained in:
Manuel Pégourié-Gonnard 2015-03-25 18:09:21 +01:00
commit ba2e72c007

View File

@ -189,6 +189,7 @@ scripts/config.pl unset POLARSSL_SSL_DTLS_HELLO_VERIFY
scripts/config.pl unset POLARSSL_SSL_DTLS_BADMAC_LIMIT
scripts/config.pl unset POLARSSL_SSL_COOKIE_C
# following things are not in the default config
scripts/config.pl unset POLARSSL_DEPRECATED_WARNING
scripts/config.pl unset POLARSSL_HAVEGE_C # depends on timing.c
scripts/config.pl unset POLARSSL_THREADING_PTHREAD
scripts/config.pl unset POLARSSL_THREADING_C