CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/12/09 00:16:51
Modified files:
lib/libcrypto/modes: gcm128.c
Log message:
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.
