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/Makefile b/library/Makefile index 8533eaa..1fd159d 100644 --- a/library/Makefile +++ b/library/Makefile
@@ -87,6 +87,7 @@ psa_crypto_storage.o \ psa_crypto_storage_file.o \ psa_crypto_storage_its.o \ + psa_its_file.o \ ripemd160.o rsa_internal.o rsa.o \ sha1.o sha256.o sha512.o \ threading.o timing.o version.o \