mirror of https://github.com/ARMmbed/mbed-os.git
crypto: Update Mbed Crypto to 1.0.0
There are no differences from Mbed Crypto 1.0.0d7 other than the version number.pull/10152/head
parent
6b84b14ab6
commit
11ef5a0a72
|
@ -1 +1 @@
|
|||
mbedcrypto-1.0.0d7
|
||||
mbedcrypto-1.0.0
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
# Set the Mbed Crypto release to import (this can/should be edited before
|
||||
# import)
|
||||
CRYPTO_RELEASE ?= mbedcrypto-1.0.0d7
|
||||
CRYPTO_RELEASE ?= mbedcrypto-1.0.0
|
||||
CRYPTO_REPO_URL ?= git@github.com:ARMmbed/mbed-crypto.git
|
||||
|
||||
# Translate between Mbed Crypto namespace and Mbed OS namespace
|
||||
|
|
Loading…
Reference in New Issue