Skip to content

Commit 080b46d

Browse files
Merge pull request #9840 from embhorn/zd21243
Fix prefix for WC_ALL_ARGS_NOT_NULL
2 parents ff84de2 + 2243133 commit 080b46d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

wolfcrypt/src/aes.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3032,9 +3032,8 @@ WC_ALL_ARGS_NOT_NULL static WARN_UNUSED_RESULT int AesEncrypt_preFetchOpt(
30323032
#else
30333033
#define AesEncrypt_preFetchOpt(aes, inBlock, outBlock, prefetch_ptr) \
30343034
wc_AesEncrypt(aes, inBlock, outBlock)
3035-
static WARN_UNUSED_RESULT int wc_AesEncrypt(
3035+
WC_ALL_ARGS_NOT_NULL static WARN_UNUSED_RESULT int wc_AesEncrypt(
30363036
Aes* aes, const byte* inBlock, byte* outBlock)
3037-
WC_ALL_ARGS_NOT_NULL
30383037
#endif
30393038
{
30403039
#if defined(MAX3266X_AES)

0 commit comments

Comments
 (0)