CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2014/08/18 13:15:34

Modified files:
        lib/libssl/src/crypto/des: des_locl.h 
        lib/libssl/src/crypto/rc5: rc5_locl.h 

Log message:
replace more ROTATE macros with plain-old C code.

Let the compiler optimize these. Even older versions of gcc generate
equal or better quality code than the inline asm.

ok miod@

Reply via email to