Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(main/libmcrypt): fix building with
./build-all.sh
Fix for `error: call to undeclared library function 'memmove/calloc/malloc/memcpy/free/sprintf/etc.'` during running `build-all.sh` Probably it would be easier to add `-Wimplicit-function-declaration` to `CFLAGS`, but this solution feels more correct. Related to #21130. I will merge this in 36 hours if nobody minds or after it gets 2+ approves.
- Loading branch information