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/hash/CMakeLists.txt b/programs/hash/CMakeLists.txt index 729474c..9ff1df1 100644 --- a/programs/hash/CMakeLists.txt +++ b/programs/hash/CMakeLists.txt
@@ -1,6 +1,7 @@ set(executables generic_sum hello + hmac_demo ) foreach(exe IN LISTS executables)