CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/04/25 06:08:53
Modified files:
lib/libcrypto/modes: gcm128.c
Log message:
Restore two #if defined(GHASH) that were incorrectly removed.
Also condition on defined(GHASH_CHUNK) since this is used within these
blocks. This makes the conditionals consistent with other usage.
Fixes build with TABLE_BITS == 1.
