CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/05/24 22:54:41
Modified files:
usr.bin/openssl: openssl.c speed.c
Log message:
openssl speed: remove whirlpool
whirlpool was previously removed from libcrypto, and OPENSSL_NO_WHIRLPOOL
will always be defined. Remove whirlpool support from the openssl speed
command entirely.
ok jsing tb
