add needed crypto macros to secure side

pull/10026/head
Netanel Gonen 2019-03-10 15:06:51 +02:00
parent 774294d1e2
commit d1aff16cd6
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
{ {
"name": "tfm_build", "name": "tfm_build",
"requires" : ["psa-services", "tfm", "tfm-s", "psa"], "requires" : ["psa-services", "tfm", "tfm-s", "psa"],
"macros": ["MBEDTLS_CIPHER_MODE_CTR", "MBEDTLS_CMAC_C"],
"artifact_name": "tfm" "artifact_name": "tfm"
} }