mirror of https://github.com/ARMmbed/mbed-os.git
mbedtls: Update to Mbed Crypto 1.1.0d2
parent
e7bc177b20
commit
03b2c53ff6
|
@ -1 +1 @@
|
||||||
mbedcrypto-1.1.0d1
|
mbedcrypto-1.1.0d2
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
# Set the Mbed Crypto release to import (this can/should be edited before
|
# Set the Mbed Crypto release to import (this can/should be edited before
|
||||||
# import)
|
# import)
|
||||||
CRYPTO_RELEASE ?= mbedcrypto-1.1.0d1
|
CRYPTO_RELEASE ?= mbedcrypto-1.1.0d2
|
||||||
CRYPTO_REPO_URL ?= git@github.com:ARMmbed/mbed-crypto.git
|
CRYPTO_REPO_URL ?= git@github.com:ARMmbed/mbed-crypto.git
|
||||||
|
|
||||||
# Translate between Mbed Crypto namespace and Mbed OS namespace
|
# Translate between Mbed Crypto namespace and Mbed OS namespace
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
/* Include the Mbed TLS configuration file, the way Mbed TLS does it
|
/* Include the Mbed TLS configuration file, the way Mbed TLS does it
|
||||||
* in each of its header files. */
|
* in each of its header files. */
|
||||||
#if !defined(MBEDTLS_CONFIG_FILE)
|
#if !defined(MBEDTLS_CONFIG_FILE)
|
||||||
#include "../mbedtls/config.h"
|
#include "mbedtls/config.h"
|
||||||
#else
|
#else
|
||||||
#include MBEDTLS_CONFIG_FILE
|
#include MBEDTLS_CONFIG_FILE
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
/* Include the Mbed TLS configuration file, the way Mbed TLS does it
|
/* Include the Mbed TLS configuration file, the way Mbed TLS does it
|
||||||
* in each of its header files. */
|
* in each of its header files. */
|
||||||
#if !defined(MBEDTLS_CONFIG_FILE)
|
#if !defined(MBEDTLS_CONFIG_FILE)
|
||||||
#include "../mbedtls/config.h"
|
#include "mbedtls/config.h"
|
||||||
#else
|
#else
|
||||||
#include MBEDTLS_CONFIG_FILE
|
#include MBEDTLS_CONFIG_FILE
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
/* Include the Mbed TLS configuration file, the way Mbed TLS does it
|
/* Include the Mbed TLS configuration file, the way Mbed TLS does it
|
||||||
* in each of its header files. */
|
* in each of its header files. */
|
||||||
#if !defined(MBEDTLS_CONFIG_FILE)
|
#if !defined(MBEDTLS_CONFIG_FILE)
|
||||||
#include "../mbedtls/config.h"
|
#include "mbedtls/config.h"
|
||||||
#else
|
#else
|
||||||
#include MBEDTLS_CONFIG_FILE
|
#include MBEDTLS_CONFIG_FILE
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
/* Include the Mbed TLS configuration file, the way Mbed TLS does it
|
/* Include the Mbed TLS configuration file, the way Mbed TLS does it
|
||||||
* in each of its header files. */
|
* in each of its header files. */
|
||||||
#if !defined(MBEDTLS_CONFIG_FILE)
|
#if !defined(MBEDTLS_CONFIG_FILE)
|
||||||
#include "../mbedtls/config.h"
|
#include "mbedtls/config.h"
|
||||||
#else
|
#else
|
||||||
#include MBEDTLS_CONFIG_FILE
|
#include MBEDTLS_CONFIG_FILE
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue