On Fri, Oct 30, 2015 at 03:41:19PM +0000, Olivier Debr?? wrote: > Plus, as I wrote, there are 50+ apps linked with libcrypto, and I prefer > putting back all base58.tgz in place instead of rebuilding all of them.
There aren't 50+ apps linked *statically* to libcrypto. They use it as a shared library. There's not need to rebuild all those. That's why the patch doesn't mention rebuilding other things. --Kurt