Add util/fix-includes script
authorDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Fri, 27 Sep 2019 21:58:12 +0000 (23:58 +0200)
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Fri, 27 Sep 2019 21:58:12 +0000 (23:58 +0200)
commitea21f6f88e4699d231f7ef51eb774f343b39d6ab
treee6614c40b0457ee53da7bc3ace5b69e87c9bacf6
parentfbbfd128c9aa884216ace8c63be9071b3b690bee
Add util/fix-includes script

This script contains all adjustments to header files which were made
during the reorganization of the header files. It is meant as an aid
for other contributors which encounter preprocessor #include errors
after rebasing over this pull request. Simply running

  util/fix-includes

from the root of the source directory should hopefully fix the problem.

Note: such #include errors are expected only for pull requests which
add a lot of new code, in particular new compilation modules.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9681)
util/fix-includes [new file with mode: 0755]
util/fix-includes.sed [new file with mode: 0644]