Skip to content

Commit

Permalink
replace fixed mbedtls version with variable $MBEDTLS_VER
Browse files Browse the repository at this point in the history
  • Loading branch information
rickyrick2002 authored and madeye committed Oct 25, 2022
1 parent a3b1dc7 commit 7f7f68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ sudo ldconfig

# Installation of MbedTLS
export MBEDTLS_VER=2.6.0
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
tar xvf mbedtls-$MBEDTLS_VER.tar.gz
pushd mbedtls-$MBEDTLS_VER
make SHARED=1 CFLAGS="-O2 -fPIC"
Expand Down

0 comments on commit 7f7f68a

Please sign in to comment.