commit | 69bb3f5332b70739855b2bcf76a9c11085c99806 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Mon Jan 31 13:09:47 2022 +0100 |
committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Mon Jan 31 13:09:47 2022 +0100 |
tree | 60edcfd0dae1cd7f41e9b5435b336d57dd8acaa3 | |
parent | 248b385f1b7512292722ed2f10307cc9c131302a [diff] [blame] |
Move hmac_non_psa out of psa/ directory Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
diff --git a/programs/psa/CMakeLists.txt b/programs/psa/CMakeLists.txt index 462fcf6..37192e3 100644 --- a/programs/psa/CMakeLists.txt +++ b/programs/psa/CMakeLists.txt
@@ -2,8 +2,7 @@ aead_non_psa aead_psa crypto_examples - hmac_non_psa - hmac_psa + hmac_demo key_ladder_demo psa_constant_names )