We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b1dc7 commit 7f7f68aCopy full SHA for 7f7f68a
README.md
@@ -243,7 +243,7 @@ sudo ldconfig
243
244
# Installation of MbedTLS
245
export MBEDTLS_VER=2.6.0
246
-wget https://github.com/Mbed-TLS/mbedtls/archive/refs/tags/mbedtls-2.6.0.tar.gz
+wget https://github.com/Mbed-TLS/mbedtls/archive/refs/tags/mbedtls-$MBEDTLS_VER.tar.gz
247
tar xvf mbedtls-$MBEDTLS_VER.tar.gz
248
pushd mbedtls-$MBEDTLS_VER
249
make SHARED=1 CFLAGS="-O2 -fPIC"
0 commit comments