1a979201d5
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). |
||
---|---|---|
.. | ||
asm | ||
.cvsignore | ||
Makefile.ssl | ||
rc5.h | ||
rc5_ecb.c | ||
rc5_enc.c | ||
rc5_locl.h | ||
rc5_skey.c | ||
rc5cfb64.c | ||
rc5ofb64.c | ||
rc5s.cpp | ||
rc5speed.c | ||
rc5test.c |