CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/03/21 02:05:20
Modified files:
lib/libssl/src/crypto/bio: bss_mem.c
lib/libssl/src/crypto/bn: bn_exp.c bn_recp.c
Log message:
Fix indentation that incorrectly implies a different control flow.
The actual control flow is intentional while the indenting is incorrect.
This is intended to be a cosmetic change.
Verified that each of these was part of a KNF commit that wasn't intending
to change behavior. Also, double checked against the history of changes in
OpenSSL and BoringSSL.
Addresses Coverity CIDs: 78842, 78859, 78863.
ok tedu@