We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72fae94 commit 715dd5bCopy full SHA for 715dd5b
core/mbedtls/importer/adjust-config.sh
@@ -1,5 +1,16 @@
1
#!/bin/sh
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
14
set -eu
15
16
if [ $# -ne 2 ]; then
@@ -71,3 +82,6 @@ conf unset MBEDTLS_SSL_CBC_RECORD_SPLITTING
71
82
conf unset MBEDTLS_SSL_PROTO_TLS1
72
83
conf unset MBEDTLS_SSL_PROTO_TLS1_1
73
84
conf unset MBEDTLS_SSL_TRUNCATED_HMAC
85
+
86
+conf unset MBEDTLS_PLATFORM_TIME_TYPE_MACRO
87
0 commit comments