mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #10152 from Patater/crypto-1.0.0
crypto: Update Mbed Crypto to 1.0.0pull/10202/head
commit
f6fc71c501
|
@ -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