Skip to content

Commit

Permalink
Update Mbedtls
Browse files Browse the repository at this point in the history
  • Loading branch information
szysas committed Jan 31, 2024
1 parent 10af940 commit b308e09
Show file tree
Hide file tree
Showing 6 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.1
DEFAULT_MBEDTLS_VERSION=3.5.2
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.1
mbedtlsVersion=3.5.2
Binary file not shown.
Binary file removed mbedtls-lib/bin/linux-x86-64/libmbedtls-3.5.1.so
Binary file not shown.
Binary file added mbedtls-lib/bin/linux-x86-64/libmbedtls-3.5.2.so
Binary file not shown.
Binary file not shown.

0 comments on commit b308e09

Please sign in to comment.