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/10204/head
parent
03677a6477
commit
86a03e7f2b
|
@ -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
|
# Set the Mbed Crypto release to import (this can/should be edited before
|
||||||
# import)
|
# import)
|
||||||
CRYPTO_RELEASE ?= mbedcrypto-1.0.0d7
|
CRYPTO_RELEASE ?= mbedcrypto-1.0.0
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue