commit | 6fdc9e8df1f2c7895260ac0b5fd5e4577da414a8 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Mon Jan 31 13:27:39 2022 +0100 |
committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Tue Feb 01 09:29:13 2022 +0100 |
tree | 7e4f6c9056d954d23aa363df91d1e79be92303ce | |
parent | 69bb3f5332b70739855b2bcf76a9c11085c99806 [diff] [blame] |
Move aead_non_psa out of the psa/ directory Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
diff --git a/programs/CMakeLists.txt b/programs/CMakeLists.txt index a8492c6..0633aa6 100644 --- a/programs/CMakeLists.txt +++ b/programs/CMakeLists.txt
@@ -1,4 +1,5 @@ add_subdirectory(aes) +add_subdirectory(cipher) if (NOT WIN32) add_subdirectory(fuzz) endif()