Skip to content

Commit 715dd5b

Browse files
committed
Adds platform configuration for mbedtls_time_t
1 parent 72fae94 commit 715dd5b

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

core/mbedtls/importer/adjust-config.sh

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
#!/bin/sh
2-
2+
#
3+
# This file is part of mbed TLS (https://tls.mbed.org)
4+
#
5+
# Copyright (c) 2015-2016, ARM Limited, All Rights Reserved
6+
#
7+
# Purpose
8+
#
9+
# Comments and uncomments #define lines in the given configuration header file
10+
# to configure the file for use in mbed OS.
11+
#
12+
# Usage: adjust-config.sh [path to config script] [path to config file]
13+
#
314
set -eu
415

516
if [ $# -ne 2 ]; then
@@ -71,3 +82,6 @@ conf unset MBEDTLS_SSL_CBC_RECORD_SPLITTING
7182
conf unset MBEDTLS_SSL_PROTO_TLS1
7283
conf unset MBEDTLS_SSL_PROTO_TLS1_1
7384
conf unset MBEDTLS_SSL_TRUNCATED_HMAC
85+
86+
conf unset MBEDTLS_PLATFORM_TIME_TYPE_MACRO
87+

0 commit comments

Comments
 (0)