From 09832b126e0917bf9410dcee01c265b4c0709d80 Mon Sep 17 00:00:00 2001 From: Steven Cooreman Date: Mon, 22 Mar 2021 15:09:44 +0100 Subject: [PATCH] Add CMAC to standard PSA config Signed-off-by: Steven Cooreman --- include/psa/crypto_config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/psa/crypto_config.h b/include/psa/crypto_config.h index 736d9abe0..246e89427 100644 --- a/include/psa/crypto_config.h +++ b/include/psa/crypto_config.h @@ -57,6 +57,7 @@ #define PSA_WANT_ALG_CBC_NO_PADDING 1 #define PSA_WANT_ALG_CBC_PKCS7 1 #define PSA_WANT_ALG_CCM 1 +#define PSA_WANT_ALG_CMAC 1 #define PSA_WANT_ALG_CFB 1 #define PSA_WANT_ALG_CHACHA20_POLY1305 1 #define PSA_WANT_ALG_CMAC 1