JianyuWang0623 commented on code in PR #3115: URL: https://github.com/apache/nuttx-apps/pull/3115#discussion_r2179022644
########## nshlib/nsh_codeccmd.c: ########## @@ -498,6 +498,7 @@ int cmd_base64decode(FAR struct nsh_vtbl_s *vtbl, int argc, FAR char **argv) int cmd_md5(FAR struct nsh_vtbl_s *vtbl, int argc, FAR char **argv) { int i; + MD5_CTX ctx; Review Comment: done -- 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