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:03:11 +0000 (22:03 +0200)
commit97665e1c4fe14da9f4466b9999a5dfb4989acd61
tree3b2b6bcda08814a0c2b9875f2332c4f6400d1b99
parentf3e235ed6faa82170d857fdec3287558eb906c58
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