In the middle of CRYPTO_gcm128_finish() there is a complicated #ifdef
authorderaadt <deraadt@openbsd.org>
Sat, 9 Dec 2017 07:16:51 +0000 (07:16 +0000)
committerderaadt <deraadt@openbsd.org>
Sat, 9 Dec 2017 07:16:51 +0000 (07:16 +0000)
commit5167c6e197af8e07e36fa4baa6c48dd4e4c06cf4
treee3daa1857a48cb992f3ef2f7a9b478b7be90d9c6
parent41b79ad385d31fb2550d4a39dcfc07a923f16331
In the middle of CRYPTO_gcm128_finish() there is a complicated #ifdef
block which defines a variable late, after code.  Place this chunk into
a { subblock } to satisfy old compilers and old eyes.
lib/libcrypto/modes/gcm128.c