yamt commented on code in PR #16771: URL: https://github.com/apache/nuttx/pull/16771#discussion_r2230587345
########## crypto/cryptosoft.c: ########## @@ -291,11 +291,11 @@ int swcr_authenc(FAR struct cryptop *crp) caddr_t buf = (caddr_t)crp->crp_buf; caddr_t aad = (caddr_t)crp->crp_aad; FAR uint32_t *blkp; + int aadlen = 0; Review Comment: i'm sure this fixes the compiler complaint in question. i don't know if it is correct or not because i'm not familiar with the nearby code. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org