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
..
2003-01-16 21:32:56 +00:00
1999-05-09 15:47:35 +00:00
2001-07-06 21:35:00 +00:00
2000-06-03 14:13:58 +00:00
2000-06-03 14:13:58 +00:00
2000-06-03 14:13:58 +00:00
2000-06-03 14:13:58 +00:00
1999-04-23 23:28:26 +00:00
2003-11-28 13:10:58 +00:00