CVSROOT:        /cvs
Module name:    src
Changes by:     js...@cvs.openbsd.org   2025/05/18 01:13:48

Modified files:
        lib/libcrypto/modes: gcm128.c 

Log message:
Inline REDUCE1BIT macro.

The REDUCE1BIT macro is now only used in one place, so just inline it.
Additionally we do not need separate 32 bit and 64 bit versions - just use
the 64 bit version and let the compiler deal with it (we effectively get
the same code on i386).

ok beck@ joshua@

Reply via email to