Skip to content

Commit

Permalink
Update nshlib/nsh_codeccmd.c
Browse files Browse the repository at this point in the history
Co-authored-by: Petro Karashchenko <[email protected]>
  • Loading branch information
2 people authored and xiaoxiang781216 committed Sep 21, 2023
1 parent 2459476 commit a46a661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nshlib/nsh_codeccmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ int cmd_md5(FAR struct nsh_vtbl_s *vtbl, int argc, FAR char **argv)
}
else
{
md5_sum((unsigned char *)argv[1], strlen(argv[1]), digest);
md5_sum((FAR unsigned char *)argv[1], strlen(argv[1]), digest);
}

for (i = 0; i < 16; i++)
Expand Down

0 comments on commit a46a661

Please sign in to comment.