mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-04 14:08:39 +00:00
fix(programs/psa): commit python3 generated file
Python should not be required for the build when the no_test target is used. This commit adds the generated file to the source tree and the check-generated-files script, and removes the generation from (c)make. Fixes #3524 Signed-off-by: Cameron Nemo <cnemo@tutanota.com>
This commit is contained in:
parent
9b33eb3284
commit
e18d09de37
7 changed files with 405 additions and 23 deletions
1
programs/.gitignore
vendored
1
programs/.gitignore
vendored
|
|
@ -32,7 +32,6 @@ pkey/rsa_verify_pss
|
|||
psa/crypto_examples
|
||||
psa/key_ladder_demo
|
||||
psa/psa_constant_names
|
||||
psa/psa_constant_names_generated.c
|
||||
random/gen_entropy
|
||||
random/gen_random_ctr_drbg
|
||||
random/gen_random_havege
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue