openssl/crypto/modes
Andy Polyakov 8d5d455988 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>
(cherry picked from commit b2991c081a)
2015-01-30 16:38:42 +01:00
..
asm Add Broadwell performance results. 2015-01-13 21:42:13 +01:00
.cvsignore Ignore more. 2012-12-13 12:43:18 +00:00
cbc128.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
ccm128.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
cfb128.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
ctr128.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
cts128.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
gcm128.c modes/gcm128.c: fix OPENSSL_SMALL_FOOTPRINT compile failure 2015-01-30 16:38:42 +01:00
Makefile Harmonize Tru64 and Linux make rules. 2014-09-20 10:22:13 +02:00
modes.h Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
modes_lcl.h Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
ofb128.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
wrap128.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
xts128.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00