commit | a3ff8a6ed59e9c8e803f5388a41a1bba18f77919 | [log] [tgz] |
---|---|---|
author | itayzafrir <itay.zafrir@arm.com> | Tue Jul 10 10:10:21 2018 +0300 |
committer | itayzafrir <itay.zafrir@arm.com> | Wed Sep 12 16:50:07 2018 +0300 |
tree | e5634e9828268a489b0b2f89ec7fb31ef3f3cd78 | |
parent | 22e232ec04fcc3b6f8cc64d552f562ebefc39cd8 [diff] [blame] |
psa: programs: Add cipher example Add `programs/psa/crypto_examples.c`. Update relevant Makefiles, CMakeLists.txt, and .gitignore files.
diff --git a/programs/CMakeLists.txt b/programs/CMakeLists.txt index 4cdae78..661b120 100644 --- a/programs/CMakeLists.txt +++ b/programs/CMakeLists.txt
@@ -1,6 +1,7 @@ add_subdirectory(aes) add_subdirectory(hash) add_subdirectory(pkey) +add_subdirectory(psa) add_subdirectory(random) add_subdirectory(ssl) add_subdirectory(test)