mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-19 02:10:21 +02:00
./scripts/bump_version.sh --version 4.1.0 \ --so-crypto 18 --so-tls 23 --so-x509 9 Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
16 lines
368 B
Plaintext
16 lines
368 B
Plaintext
Check compile time library version
|
|
check_compiletime_version:"4.1.0"
|
|
|
|
Check runtime library version
|
|
check_runtime_version:"4.1.0"
|
|
|
|
Check for MBEDTLS_VERSION_C
|
|
check_feature:"MBEDTLS_VERSION_C":0
|
|
|
|
Check for MBEDTLS_TIMING_C when already present
|
|
depends_on:MBEDTLS_TIMING_C
|
|
check_feature:"MBEDTLS_TIMING_C":0
|
|
|
|
Check for unknown define
|
|
check_feature:"MBEDTLS_UNKNOWN":-1
|