CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2023/08/10 01:15:23
Modified files:
lib/libcrypto : md32_common.h
lib/libcrypto/md4: md4.c
lib/libcrypto/md5: md5.c
lib/libcrypto/ripemd: ripemd.c
lib/libcrypto/sha: sha1.c sha256.c
Log message:
Remove MD32_REG_T.
This is a hack that is only enabled on a handful of 64 bit platforms, as
a workaround for poor compiler optimisation. If you're running an archiac
compiler on an archiac architecture, then you can deal with slightly lower
performance.
ok tb@