commit | 896d51e5846cf8241de5ac6324c85b81d6dc2324 | [log] [tgz] |
---|---|---|
author | Steven Cooreman <steven.cooreman@silabs.com> | Fri Mar 19 15:24:23 2021 +0100 |
committer | Steven Cooreman <steven.cooreman@silabs.com> | Tue May 11 18:56:01 2021 +0200 |
tree | 2f39cd9e4545b4a4cf0032bf7c3de8d444646653 | |
parent | aecf0d3e704d64771976a0e5d60dd73c17cf0847 [diff] [blame] |
Add boilerplate for dispatching MAC operations Signed-off-by: Steven Cooreman <steven.cooreman@silabs.com>
diff --git a/library/Makefile b/library/Makefile index f089e0b..dc101d2 100644 --- a/library/Makefile +++ b/library/Makefile
@@ -126,6 +126,7 @@ psa_crypto_driver_wrappers.o \ psa_crypto_ecp.o \ psa_crypto_hash.o \ + psa_crypto_mac.o \ psa_crypto_rsa.o \ psa_crypto_se.o \ psa_crypto_slot_management.o \