CVSROOT: /cvs Module name: src Changes by: bc...@cvs.openbsd.org 2014/08/12 09:02:52
Modified files: lib/libssl/src/crypto: md32_common.h Log message: Replace intrinsic ROTATE macros with an inline. Without the cast/mask, the compiler is allowed to optimize this directly to the correct CPU intrinsic for rotate.