mirror of
https://github.com/cuberite/polarssl.git
synced 2025-08-22 12:31:11 -04:00
Declare the dependencies of key_ladder_demo.sh
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
b63e79d6f7
commit
019416c3db
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user