modes/gcm128.c: fix OPENSSL_SMALL_FOOTPRINT compile failure
authorAndy Polyakov <appro@openssl.org>
Sun, 25 Jan 2015 13:51:43 +0000 (14:51 +0100)
committerAndy Polyakov <appro@openssl.org>
Fri, 30 Jan 2015 15:36:27 +0000 (16:36 +0100)
commitb2991c081aba5351a3386bdde2927672d53e5c99
tree2f5c36a35cf1520fe16100a7ee1f7d26fea34b04
parent4938ebc4067ae74e07e88b25cd22fd8adf6b8ddc
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: Rich Salz <rsalz@openssl.org>
crypto/modes/gcm128.c