CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2025/06/28 06:32:27
Modified files: lib/libcrypto/modes: gcm128.c Log message: Use a single implementation of gcm_mul()/gcm_ghash(). Since we always initialise the gmult/ghash function pointers, use the same implementaion of gcm_mul() and gcm_ghash(), regardless of the actual underlying implementation. ok tb@