replace more ROTATE macros with plain-old C code.
authorbcook <bcook@openbsd.org>
Mon, 18 Aug 2014 19:15:34 +0000 (19:15 +0000)
committerbcook <bcook@openbsd.org>
Mon, 18 Aug 2014 19:15:34 +0000 (19:15 +0000)
commit295dc574a07bde6e8220a2c9be0f3968ba4f6f24
treeee7da88f269358660380eea86b8cf3b2fbcefff5
parentca2cdccc63d8b67ecd9ac0a8eeb58b6326d70abf
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@
lib/libcrypto/des/des_locl.h
lib/libcrypto/rc5/rc5_locl.h
lib/libssl/src/crypto/des/des_locl.h
lib/libssl/src/crypto/rc5/rc5_locl.h