Declare the dependencies of key_ladder_demo.sh

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine 2020-04-22 21:45:49 +02:00
parent b2bcdc1c17
commit 03be234c7f

View File

@ -23,6 +23,8 @@ create a master key, derive a key from it and use that key to wrap
the derived key using an AEAD algorithm.
EOF
depends_on MBEDTLS_SHA256_C MBEDTLS_MD_C MBEDTLS_AES_C MBEDTLS_CCM_C MBEDTLS_PSA_CRYPTO_C MBEDTLS_FS_IO
program="${0%/*}"/key_ladder_demo
if [ -e master.key ]; then