diff options
author | miod <> | 2014-07-10 09:01:04 +0000 |
---|---|---|
committer | miod <> | 2014-07-10 09:01:04 +0000 |
commit | 9fc983c5b20933c41a33c98b41358075beeefe42 (patch) | |
tree | 57c0a92fa6c453387695fb76f1c1f006643ffda0 /src/lib/libssl/ssl_ciph.c | |
parent | e166fd2863721cf76df04cb700440ba75c838213 (diff) | |
download | openbsd-9fc983c5b20933c41a33c98b41358075beeefe42.tar.gz openbsd-9fc983c5b20933c41a33c98b41358075beeefe42.tar.bz2 openbsd-9fc983c5b20933c41a33c98b41358075beeefe42.zip |
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.
Diffstat (limited to 'src/lib/libssl/ssl_ciph.c')
0 files changed, 0 insertions, 0 deletions