Thank you. But I simply forgot we're now using openssl v3 and not v1 (jumping from FBSD 13 to 15)!
Le 27 novembre 2025 19:22:31 GMT+01:00, "Dag-Erling Smørgrav" <[email protected]> a écrit : >np <[email protected]> writes: >> I'm using RC3 (from iso) upgraded to RC4. When running: >> >> echo -n | openssl dgst -whirlpool > >I realize this is a tangent, but `echo -n` is unsafe. In this case, >since you are not printing anything, you can simply use `true|`, `:|`, >or `</dev/null` instead of `echo -n|`. In other cases, use printf(1). > >DES >-- >Dag-Erling Smørgrav - [email protected] >
