mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-05 15:50:51 +02:00
Merge pull request #9840 from embhorn/zd21243
Fix prefix for WC_ALL_ARGS_NOT_NULL
This commit is contained in:
+1
-2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user