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 A few more files to ignore 2003-01-16 21:32:56 +00:00
.cvsignore
Makefile.ssl Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
rc5_ecb.c
rc5_enc.c
rc5_locl.h This is essentially Intel 32-bit compiler tune-up. To start with all 2004-03-28 21:27:47 +00:00
rc5_skey.c
rc5.h Make sure we get the definition of OPENSSL_NO_RC5. 2003-03-20 23:29:26 +00:00
rc5cfb64.c
rc5ofb64.c
rc5s.cpp
rc5speed.c Netware-specific changes, 2003-11-28 13:10:58 +00:00
rc5test.c