CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/05/20 12:21:34
Modified files: lib/libcrypto/modes: gcm128.c Log message: Unbreak GHASH on some architectures setting GHASH_ASM The last #else branch in CRYPTO_gcm128_init() doesn't initialize the function pointers for gmult/ghash, which results in a segfault when using GCM on architectures taking this branch, notably sparc64. found by and fix from jca