Skip to content

Commit 33ae0b6

Browse files
akolosov-nszysas
authored andcommitted
Update Mbedtls 3.5.1
1 parent 8985f5a commit 33ae0b6

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

compileMbedtls.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -euo pipefail
33

4-
DEFAULT_MBEDTLS_VERSION=3.5.0
4+
DEFAULT_MBEDTLS_VERSION=3.5.1
55
MBEDTLS_VERSION=${MBEDTLS_VERSION:-$DEFAULT_MBEDTLS_VERSION}
66
BUILD_DIR=mbedtls-lib/build/mbedtls-${MBEDTLS_VERSION}
77
DLEXT="${DLEXT:-so}"

kotlin-mbedtls/src/main/resources/mbedtls.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515
#
1616

17-
mbedtlsVersion=3.5.0
17+
mbedtlsVersion=3.5.1

0 commit comments

Comments
 (0)