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/psa/crypto_examples.c b/programs/psa/crypto_examples.c new file mode 100644 index 0000000..3a549ff --- /dev/null +++ b/programs/psa/crypto_examples.c
@@ -0,0 +1,4 @@ +int main( void ) +{ + return( 0 ); +}