diff options
author | miod <> | 2014-07-10 09:01:04 +0000 |
---|---|---|
committer | miod <> | 2014-07-10 09:01:04 +0000 |
commit | 23766ed83538ea4d81ccbd3d526fe4d73691a9e6 (patch) | |
tree | 57c0a92fa6c453387695fb76f1c1f006643ffda0 /src/lib/libc/string/strcasecmp.c | |
parent | 4d1eee46aec689b068fa01bc913884bbcafcdb84 (diff) | |
download | openbsd-23766ed83538ea4d81ccbd3d526fe4d73691a9e6.tar.gz openbsd-23766ed83538ea4d81ccbd3d526fe4d73691a9e6.tar.bz2 openbsd-23766ed83538ea4d81ccbd3d526fe4d73691a9e6.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/libc/string/strcasecmp.c')
0 files changed, 0 insertions, 0 deletions