forked from wolfSSL/wolfssl
wolfcrypt/src/port/ti/ti-aes.c: fixes for cppcheck complaints: missingReturn[false positive]
This commit is contained in:
@ -209,6 +209,7 @@ WOLFSSL_API void wc_AesCtrEncrypt(Aes* aes, byte* out, const byte* in, word32 sz
|
|||||||
XMEMCPY(out, out_block+aes->left,odd) ;
|
XMEMCPY(out, out_block+aes->left,odd) ;
|
||||||
aes->left += odd ;
|
aes->left += odd ;
|
||||||
}
|
}
|
||||||
|
return; // work around cppcheck 2.6.3 false positive missingReturn
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user