CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2025/04/23 04:58:48
Modified files: lib/libcrypto/modes: gcm128.c Log message: Fix CRYPTO_gcm128_decrypt() when compiled with TABLE_BITS == 1. This appears to have been broken since 2013 when OpenSSL commit 3b4be0018b5 landed. This added in_t and out_t variables, but continued to use in and out instead. Yet another reason why untested conditional code is a bad thing. ok beck@ tb@