Add new PSA Crypto Storage backend implementation using ITS APIs
The new file is conditionally compiled with the new mbedtls
configuration option that Mbed OS would set by default -
`MBEDTLS_PSA_CRYPTO_STORAGE_ITS_C`.
-
diff --git a/library/Makefile b/library/Makefile
index 83afa66..aa8cece 100644
--- a/library/Makefile
+++ b/library/Makefile
@@ -84,6 +84,7 @@
psa_crypto.o \
psa_crypto_storage.o \
psa_crypto_storage_file.o \
+ psa_crypto_storage_its.o \
ripemd160.o rsa_internal.o rsa.o \
sha1.o sha256.o sha512.o \
threading.o timing.o version.o \