File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
features/mbedtls/mbed-crypto
COMPONENT_PSA_SRV_IMPL/COMPONENT_NSPE Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- mbedcrypto-1.1.0d1
1+ mbedcrypto-1.1.0d2
Original file line number Diff line number Diff line change 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
3333CRYPTO_REPO_URL ?=
[email protected] :ARMmbed/mbed-crypto.git
3434
3535# Translate between Mbed Crypto namespace and Mbed OS namespace
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments