Skip to content

Commit

Permalink
Changing mbedTLS version
Browse files Browse the repository at this point in the history
  • Loading branch information
devfabiosilva committed Feb 25, 2023
1 parent 0f7ad5d commit e536dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ STRIP=strip
CURDIR=$(PWD)
INCLUDEDIR=$(CURDIR)/include
MBEDTLS_GIT=https://github.com/Mbed-TLS/mbedtls.git
MBEDTLS_BRANCH=v3.2.1
MBEDTLS_BRANCH=v3.3.0
MBED_INCLUDE_DIR=$(CURDIR)/downloads/mbedtls/build/compiled/include
MBED_LIB_DIR=$(CURDIR)/downloads/mbedtls/build/compiled/lib
MBED_LIB_OBJ_DIR=$(CURDIR)/downloads/mbedtls/build/library/CMakeFiles/mbedcrypto.dir
Expand Down

0 comments on commit e536dcf

Please sign in to comment.