Fix util/mkerr.pl
authorRichard Levitte <levitte@openssl.org>
Wed, 18 May 2016 17:52:34 +0000 (19:52 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 18 May 2016 20:32:13 +0000 (22:32 +0200)
commitc9e2fab4b3485afa525cc5a185b1d0641e9afc96
tree6700e24aee038ff66809dbde82ed9c25ecdcdd61
parentb3ed78cb84a5da280f268d607d1daa0f7bcd8222
Fix util/mkerr.pl

- Adjust mkerr.pl to produce the line length we used for source
  reformating.

- Have mkerr.pl keep track of preprocessor directive indentation

  Among others, do not spuriously throw away a #endif at the end of
  header files.

- Make sure mkerr.pl specifies any header inclusion correctly

Reviewed-by: Rich Salz <rsalz@openssl.org>
util/mkerr.pl