From 715dd5b1a690c9cf2b64670e69cd60ddece90a8d Mon Sep 17 00:00:00 2001 From: Simon Butcher Date: Wed, 8 Jun 2016 01:55:53 +0100 Subject: [PATCH] Adds platform configuration for mbedtls_time_t --- core/mbedtls/importer/adjust-config.sh | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/core/mbedtls/importer/adjust-config.sh b/core/mbedtls/importer/adjust-config.sh index 170d3070ad..7dd1949dc2 100755 --- a/core/mbedtls/importer/adjust-config.sh +++ b/core/mbedtls/importer/adjust-config.sh @@ -1,5 +1,16 @@ #!/bin/sh - +# +# This file is part of mbed TLS (https://tls.mbed.org) +# +# Copyright (c) 2015-2016, ARM Limited, All Rights Reserved +# +# Purpose +# +# Comments and uncomments #define lines in the given configuration header file +# to configure the file for use in mbed OS. +# +# Usage: adjust-config.sh [path to config script] [path to config file] +# set -eu if [ $# -ne 2 ]; then @@ -71,3 +82,6 @@ conf unset MBEDTLS_SSL_CBC_RECORD_SPLITTING conf unset MBEDTLS_SSL_PROTO_TLS1 conf unset MBEDTLS_SSL_PROTO_TLS1_1 conf unset MBEDTLS_SSL_TRUNCATED_HMAC + +conf unset MBEDTLS_PLATFORM_TIME_TYPE_MACRO +