From 224313357240cc65742171396a36ce02f03c051f Mon Sep 17 00:00:00 2001 From: Eric Blankenhorn Date: Fri, 27 Feb 2026 07:28:45 -0600 Subject: [PATCH] Fix prefix for WC_ALL_ARGS_NOT_NULL --- wolfcrypt/src/aes.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wolfcrypt/src/aes.c b/wolfcrypt/src/aes.c index a2e5b6c8d3..0713c49bc1 100644 --- a/wolfcrypt/src/aes.c +++ b/wolfcrypt/src/aes.c @@ -3032,9 +3032,8 @@ WC_ALL_ARGS_NOT_NULL static WARN_UNUSED_RESULT int AesEncrypt_preFetchOpt( #else #define AesEncrypt_preFetchOpt(aes, inBlock, outBlock, prefetch_ptr) \ wc_AesEncrypt(aes, inBlock, outBlock) -static WARN_UNUSED_RESULT int wc_AesEncrypt( +WC_ALL_ARGS_NOT_NULL static WARN_UNUSED_RESULT int wc_AesEncrypt( Aes* aes, const byte* inBlock, byte* outBlock) - WC_ALL_ARGS_NOT_NULL #endif { #if defined(MAX3266X_AES)