modes/gcm128.c: harmonize ctx->ghash assignment, shortcut *_ctr32
authorAndy Polyakov <appro@openssl.org>
Sun, 25 Jan 2015 14:48:42 +0000 (15:48 +0100)
committerAndy Polyakov <appro@openssl.org>
Fri, 30 Jan 2015 15:37:21 +0000 (16:37 +0100)
commit2e635aa81cf1c4e3fd7cb0334c79e7d0771140f1
tree12f8725519fdc4deb90c8207c43e28fb528de5fe
parentb2991c081aba5351a3386bdde2927672d53e5c99
modes/gcm128.c: harmonize ctx->ghash assignment, shortcut *_ctr32
in OPENSSL_SMALL_FOOTPRINT build, remove undesired reformat artefact
and inconsistency in pre-processor logic.

Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/modes/gcm128.c