mirror of https://github.com/ARMmbed/mbed-os.git
tls: Update Mbed TLS to 2.17.0
There are no differences from the previously imported version of Mbed TLS other than the version number.pull/10164/head
parent
6b84b14ab6
commit
20598bcea1
|
|
@ -1 +1 @@
|
|||
development
|
||||
mbedtls-2.17.0
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
#
|
||||
|
||||
# Set the mbed TLS release to import (this can/should be edited before import)
|
||||
MBED_TLS_RELEASE ?= development
|
||||
MBED_TLS_RELEASE ?= mbedtls-2.17.0
|
||||
MBED_TLS_REPO_URL ?= git@github.com:ARMmbed/mbedtls.git
|
||||
|
||||
# Translate between mbed TLS namespace and mbed namespace
|
||||
|
|
|
|||
Loading…
Reference in New Issue