mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 13:25:43 +01:00
c4e7d8a381
Yotta version bumped to 2.1.3, as we had to do one more patch release to the yotta registry to accommodate for dependencies updates.
16 lines
358 B
Plaintext
16 lines
358 B
Plaintext
Check compiletime library version
|
|
check_compiletime_version:"2.1.2"
|
|
|
|
Check runtime library version
|
|
check_runtime_version:"2.1.2"
|
|
|
|
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
|