Update mbedtls
This commit is contained in:
parent
89c0e1b825
commit
ee8ea9129e
1 changed files with 1 additions and 2 deletions
|
@ -1,8 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
MBEDTLS_REPO="https://github.com/ARMmbed/mbedtls.git"
|
MBEDTLS_REPO="https://github.com/ARMmbed/mbedtls.git"
|
||||||
# HEAD of development_2.x
|
MBEDTLS_COMMIT="v3.1.0"
|
||||||
MBEDTLS_COMMIT="4ed284440582a32bfdf3c223730271a7b2fcf13c"
|
|
||||||
|
|
||||||
ffbuild_enabled() {
|
ffbuild_enabled() {
|
||||||
return 0
|
return 0
|
||||||
|
|
Loading…
Reference in a new issue