mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-06 06:28:56 +01:00
- Fixed a whole bunch of dependencies on defines between files, examples and tests
This commit is contained in:
parent
2c0994e973
commit
5690efccc4
66 changed files with 1408 additions and 701 deletions
|
|
@ -1,24 +1,21 @@
|
|||
Single low error
|
||||
depends_on:POLARSSL_ERROR_C:POLARSSL_AES_C
|
||||
depends_on:POLARSSL_AES_C
|
||||
error_strerror:-0x0020:"AES - Invalid key length"
|
||||
|
||||
Single high error
|
||||
depends_on:POLARSSL_ERROR_C:POLARSSL_RSA_C
|
||||
depends_on:POLARSSL_RSA_C
|
||||
error_strerror:-0x4080:"RSA - Bad input parameters to function"
|
||||
|
||||
Low and high error
|
||||
depends_on:POLARSSL_ERROR_C:POLARSSL_AES_C:POLARSSL_RSA_C
|
||||
depends_on:POLARSSL_AES_C:POLARSSL_RSA_C
|
||||
error_strerror:-0x40A0:"RSA - Bad input parameters to function \: AES - Invalid key length"
|
||||
|
||||
Non existing high error
|
||||
depends_on:POLARSSL_ERROR_C
|
||||
error_strerror:-0x8880:"UNKNOWN ERROR CODE (8880)"
|
||||
|
||||
Non existing low error
|
||||
depends_on:POLARSSL_ERROR_C
|
||||
error_strerror:-0x0001:"UNKNOWN ERROR CODE (0001)"
|
||||
|
||||
Non existing low and high error
|
||||
depends_on:POLARSSL_ERROR_C
|
||||
error_strerror:-0x8881:"UNKNOWN ERROR CODE (8880) \: UNKNOWN ERROR CODE (0001)"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue