[#] http://marc.info/?l=openbsd-cvs&m=140785579414809&w=2
openbsd-cvs(obsdave,2) — All
2014-08-12 19:55:07


Module name: src
Changes by: bcook@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.