Skip to content

Commit 7f7f68a

Browse files
rickyrick2002madeye
authored andcommitted
replace fixed mbedtls version with variable $MBEDTLS_VER
1 parent a3b1dc7 commit 7f7f68a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ sudo ldconfig
243243

244244
# Installation of MbedTLS
245245
export MBEDTLS_VER=2.6.0
246-
wget https://github.com/Mbed-TLS/mbedtls/archive/refs/tags/mbedtls-2.6.0.tar.gz
246+
wget https://github.com/Mbed-TLS/mbedtls/archive/refs/tags/mbedtls-$MBEDTLS_VER.tar.gz
247247
tar xvf mbedtls-$MBEDTLS_VER.tar.gz
248248
pushd mbedtls-$MBEDTLS_VER
249249
make SHARED=1 CFLAGS="-O2 -fPIC"

0 commit comments

Comments
 (0)