Commit 8d5d4559 authored by Andy Polyakov's avatar Andy Polyakov
Browse files

modes/gcm128.c: fix OPENSSL_SMALL_FOOTPRINT compile failure


on affected platforms (PowerPC and AArch64).

For reference, minimalistic #ifdef GHASH is sufficient, because
it's never defined with OPENSSL_SMALL_FOOTPRINT and ctx->ghash
is never referred.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
(cherry picked from commit b2991c08)
parent 1d5668c2
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment