From 13b26bc46b050e334083e687ed074e7143a53152 Mon Sep 17 00:00:00 2001 From: Bill Phipps <126489738+billphipps@users.noreply.github.com> Date: Tue, 24 Sep 2024 18:27:58 -0400 Subject: [PATCH] Update cryptocb.c to fix comment --- wolfcrypt/src/cryptocb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfcrypt/src/cryptocb.c b/wolfcrypt/src/cryptocb.c index 815e6d1ef..216c515f5 100644 --- a/wolfcrypt/src/cryptocb.c +++ b/wolfcrypt/src/cryptocb.c @@ -1838,7 +1838,7 @@ int wc_CryptoCb_Cmac(Cmac* cmac, const byte* key, word32 keySz, return wc_CryptoCb_TranslateErrorCode(ret); } -#endif /* WOLFSSL_CMAC && !NO_AES */ +#endif /* WOLFSSL_CMAC */ /* returns the default dev id for the current build */ int wc_CryptoCb_DefaultDevID(void)