<div dir="ltr">OpenSSL uses the bare names like `MD5` itself. We could add a lot<br>more #ifdefs instead, but it seems easier to just rename the toybox<br>constants. I did check, and thanks to -ffunction-sections and<br>-fdata-sections none of the built-in hash implementations end up in a<br>libcrypto-using toybox, so it doesn't seem like there would be any other<br>advantage to more #ifdefs.<br>---<br> toys/lsb/md5sum.c | 36 +++++++++++++++++++-----------------<br> 1 file changed, 19 insertions(+), 17 deletions(-)<br></div>