Skip to content

Commit

Permalink
Update mbedtls to 2.28.4
Browse files Browse the repository at this point in the history
  • Loading branch information
loyess committed Sep 14, 2023
1 parent 094c904 commit b668211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LIBSODIUM_FILE="libsodium-${LIBSODIUM_VERSION}"
LIBSODIUM_VERSION_FILE=~/.deps-ver/libsodium.v
LIBSODIUM_URL="https://github.com/jedisct1/libsodium/releases/download/${LIBSODIUM_VERSION}-RELEASE/libsodium-${LIBSODIUM_VERSION}.tar.gz"

MBEDTLS_VERSION="2.16.12"
MBEDTLS_VERSION="2.28.4"
MBEDTLS_FILE="mbedtls-${MBEDTLS_VERSION}"
MBEDTLS_VERSION_FILE=~/.deps-ver/mbedtls.v
MBEDTLS_URL="https://github.com/ARMmbed/mbedtls/archive/${MBEDTLS_FILE}.tar.gz"
Expand Down

0 comments on commit b668211

Please sign in to comment.