From 14ecd0439f7556d46d4d2a2659e6aa3b23a1ed7c Mon Sep 17 00:00:00 2001 From: Simon Butcher Date: Mon, 7 Mar 2016 17:39:05 +0000 Subject: [PATCH] Fix yotta builds for change in default configs The change to defaults configurations in a720ced broke the yotta build. This fix addresses that. --- yotta/data/adjust-config.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/yotta/data/adjust-config.sh b/yotta/data/adjust-config.sh index 9088fd5e3..170d3070a 100755 --- a/yotta/data/adjust-config.sh +++ b/yotta/data/adjust-config.sh @@ -68,7 +68,6 @@ conf unset MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA_ENABLED conf unset MBEDTLS_KEY_EXCHANGE_ECDH_RSA_ENABLED conf unset MBEDTLS_SSL_FALLBACK_SCSV conf unset MBEDTLS_SSL_CBC_RECORD_SPLITTING -conf unset MBEDTLS_SSL_PROTO_SSL3 conf unset MBEDTLS_SSL_PROTO_TLS1 conf unset MBEDTLS_SSL_PROTO_TLS1_1 conf unset MBEDTLS_SSL_TRUNCATED_HMAC