commit | d13a70f2dc8eb0edb0c3b92a35c7f5279b2b7c7f | [log] [tgz] |
---|---|---|
author | Steven Cooreman <steven.cooreman@silabs.com> | Fri Mar 19 15:24:23 2021 +0100 |
committer | Steven Cooreman <steven.cooreman@silabs.com> | Fri May 07 23:32:32 2021 +0200 |
tree | 3920c8b92fbd4b45b1d91f6d1e0803038c06c093 | |
parent | 3c8dd634ddef53b66edcd9443d20588031fa49c6 [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 17e42c2..d7fa4d9 100644 --- a/library/Makefile +++ b/library/Makefile
@@ -125,6 +125,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 \