mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-03 21:25:31 +01:00
The Great Renaming
A simple execution of tmp/invoke-rename.pl
This commit is contained in:
parent
b5904d25ef
commit
2cf5a7c98e
291 changed files with 36012 additions and 36012 deletions
|
|
@ -4,12 +4,12 @@ check_compiletime_version:"1.4.0"
|
|||
Check runtime library version
|
||||
check_runtime_version:"1.4.0"
|
||||
|
||||
Check for POLARSSL_VERSION_C
|
||||
check_feature:"POLARSSL_VERSION_C":0
|
||||
Check for MBEDTLS_VERSION_C
|
||||
check_feature:"MBEDTLS_VERSION_C":0
|
||||
|
||||
Check for POLARSSL_AES_C when already present
|
||||
depends_on:POLARSSL_AES_C
|
||||
check_feature:"POLARSSL_AES_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:"POLARSSL_UNKNOWN":-1
|
||||
check_feature:"MBEDTLS_UNKNOWN":-1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue