CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/07/10 03:01:04
Modified files:
lib/libssl/src/crypto/bf: blowfish.h
lib/libssl/src/crypto/md4: md4.h
lib/libssl/src/crypto/md5: md5.h
lib/libssl/src/crypto/sha: sha.h
Log message:
Remove bogus preprocessor statements trying to pick the largest integer
type for BF_LONG, MD[45]_LONG and SHA_LONG.
First, the preprocessor symbols they check for a 64-bit system is __ILP64__
which no sane system provides; second, on the platforms which have assembler
code to speed things up, the assembler code assumes a 32-bit type will be used.