mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-07 19:04:22 +00:00
4492dbd286
./scripts/bump_version.sh --version 3.6.0 --so-crypto 16 --so-x509 7 --so-tls 21 Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
16 lines
359 B
Plaintext
16 lines
359 B
Plaintext
Check compile time library version
|
|
check_compiletime_version:"3.6.0"
|
|
|
|
Check runtime library version
|
|
check_runtime_version:"3.6.0"
|
|
|
|
Check for MBEDTLS_VERSION_C
|
|
check_feature:"MBEDTLS_VERSION_C":0
|
|
|
|
Check for MBEDTLS_AES_C when already present
|
|
depends_on:MBEDTLS_AES_C
|
|
check_feature:"MBEDTLS_AES_C":0
|
|
|
|
Check for unknown define
|
|
check_feature:"MBEDTLS_UNKNOWN":-1
|