Skip to content

Commit

Permalink
Update Mbedtls 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
akolosov-n authored and szysas committed Nov 27, 2023
1 parent 8985f5a commit 33ae0b6
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compileMbedtls.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -euo pipefail

DEFAULT_MBEDTLS_VERSION=3.5.0
DEFAULT_MBEDTLS_VERSION=3.5.1
MBEDTLS_VERSION=${MBEDTLS_VERSION:-$DEFAULT_MBEDTLS_VERSION}
BUILD_DIR=mbedtls-lib/build/mbedtls-${MBEDTLS_VERSION}
DLEXT="${DLEXT:-so}"
Expand Down
2 changes: 1 addition & 1 deletion kotlin-mbedtls/src/main/resources/mbedtls.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

mbedtlsVersion=3.5.0
mbedtlsVersion=3.5.1
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 33ae0b6

Please sign in to comment.