openssl/crypto/rc5
Andy Polyakov 1a979201d5 This is essentially Intel 32-bit compiler tune-up. To start with all
available compiler versions generated bogus machine code trying to
compile new crypto/des/cfb_enc.c. Secondly, 8th version defines
__GNUC__ macro, but fails to compile *some* inline assembler correctly.
Note that all versions of icc implement MSC-like _lrot[rl] intrinsic,
which is used now instead of offensive asm. Finally, unnecessary linker
dependencies are eliminated. Most notably dependency from libirc.a
caused trouble at application start-up, if libcrypto.so is linked with
-Bsymbolic (which it is).
2004-03-28 21:27:47 +00:00
..
asm
.cvsignore
Makefile.ssl
rc5_ecb.c
rc5_enc.c
rc5_locl.h
rc5_skey.c
rc5.h
rc5cfb64.c
rc5ofb64.c
rc5s.cpp
rc5speed.c
rc5test.c