Skip to content

Commit 03b2c53

Browse files
committed
mbedtls: Update to Mbed Crypto 1.1.0d2
1 parent e7bc177 commit 03b2c53

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
mbedcrypto-1.1.0d1
1+
mbedcrypto-1.1.0d2

features/mbedtls/mbed-crypto/importer/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
# Set the Mbed Crypto release to import (this can/should be edited before
3131
# import)
32-
CRYPTO_RELEASE ?= mbedcrypto-1.1.0d1
32+
CRYPTO_RELEASE ?= mbedcrypto-1.1.0d2
3333
CRYPTO_REPO_URL ?= [email protected]:ARMmbed/mbed-crypto.git
3434

3535
# Translate between Mbed Crypto namespace and Mbed OS namespace

features/mbedtls/mbed-crypto/inc/psa/crypto_platform.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
/* Include the Mbed TLS configuration file, the way Mbed TLS does it
3939
* in each of its header files. */
4040
#if !defined(MBEDTLS_CONFIG_FILE)
41-
#include "../mbedtls/config.h"
41+
#include "mbedtls/config.h"
4242
#else
4343
#include MBEDTLS_CONFIG_FILE
4444
#endif

features/mbedtls/mbed-crypto/inc/psa/crypto_sizes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
/* Include the Mbed TLS configuration file, the way Mbed TLS does it
4646
* in each of its header files. */
4747
#if !defined(MBEDTLS_CONFIG_FILE)
48-
#include "../mbedtls/config.h"
48+
#include "mbedtls/config.h"
4949
#else
5050
#include MBEDTLS_CONFIG_FILE
5151
#endif

features/mbedtls/mbed-crypto/platform/TARGET_PSA/COMPONENT_PSA_SRV_IMPL/COMPONENT_NSPE/crypto_struct.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
/* Include the Mbed TLS configuration file, the way Mbed TLS does it
3939
* in each of its header files. */
4040
#if !defined(MBEDTLS_CONFIG_FILE)
41-
#include "../mbedtls/config.h"
41+
#include "mbedtls/config.h"
4242
#else
4343
#include MBEDTLS_CONFIG_FILE
4444
#endif

features/mbedtls/mbed-crypto/platform/TARGET_PSA/COMPONENT_SPE/crypto_struct_spe.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
/* Include the Mbed TLS configuration file, the way Mbed TLS does it
3939
* in each of its header files. */
4040
#if !defined(MBEDTLS_CONFIG_FILE)
41-
#include "../mbedtls/config.h"
41+
#include "mbedtls/config.h"
4242
#else
4343
#include MBEDTLS_CONFIG_FILE
4444
#endif

0 commit comments

Comments
 (0)