CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2025/05/22 06:44:14
Modified files: lib/libcrypto/modes: gcm128.c Log message: Do a clean up pass over the GCM code. Rework some logic, add explicit numerical checks, move assignment out of variable declaration and use post-increment/post-decrement unless there is a specific reason to do pre-increment. ok kenjiro@ tb@