We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58a2e60 commit 60d23c7Copy full SHA for 60d23c7
elements/components/mbedtls.bst
@@ -12,13 +12,15 @@ variables:
12
-DCMAKE_POSITION_INDEPENDENT_CODE=ON
13
-DUSE_SHARED_MBEDTLS_LIBRARY=ON
14
-DUSE_STATIC_MBEDTLS_LIBRARY=OFF
15
+ -DUSE_SHARED_TF_PSA_CRYPTO_LIBRARY=ON
16
+ -DUSE_STATIC_TF_PSA_CRYPTO_LIBRARY=OFF
17
-DENABLE_TESTING=OFF
18
-DENABLE_PROGRAMS=OFF
19
20
sources:
21
# MbedTLS provide a release tarball that allows to avoid maintaining git submodules
22
- kind: tar
- url:
23
+ url:
24
github:Mbed-TLS/mbedtls/releases/download/mbedtls-%{mbedtls-version}/mbedtls-%{mbedtls-version}.tar.bz2
25
ref: ec35b18a6c593cf98c3e30db8b98ff93e8940a8c4e690e66b41dfc011d678110
26
- kind: patch
0 commit comments