commit | 6194dc2062771785d5222b62573d18d72fb07dee | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Fri Nov 16 22:24:15 2018 +0100 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Fri Mar 15 11:14:09 2019 +0100 |
tree | ec30cf4422658fc9f1231b531c3ccb1592b8af0c | |
parent | 601bd53b80fdd86e42345fdc1394850d2e64540e [diff] [blame] |
Implement PSA ITS over files Implement the PSA ITS API over stdio files.
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index e9372be..244dc34 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt
@@ -58,6 +58,7 @@ psa_crypto_storage.c psa_crypto_storage_file.c psa_crypto_storage_its.c + psa_its_file.c ripemd160.c rsa.c rsa_internal.c