Fix header file include guard names
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)
commitfbbfd128c9aa884216ace8c63be9071b3b690bee
tree8e898384b78a7bb26dcaba572eba6c4579e6e569
parentb5acbf914833a83368e51766de4cf2e2074a9436
Fix header file include guard names

Make the include guards consistent by renaming them systematically according
to the naming conventions below

The public header files (in the 'include/openssl' directory) are not changed
in 1.1.1, because it is a stable release.

For the private header files files, the guard names try to match the path
specified in the include directives, with all letters converted to upper case
and '/' and '.' replaced by '_'. An extra 'OSSL_' is added as prefix.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9681)
82 files changed:
apps/apps.h
apps/timeouts.h
apps/vms_term_sock.h
crypto/aes/aes_local.h
crypto/arm_arch.h
crypto/async/arch/async_posix.h
crypto/bf/bf_local.h
crypto/bio/bio_local.h
crypto/bn/bn_local.h
crypto/bn/rsaz_exp.h
crypto/camellia/cmll_local.h
crypto/cms/cms_local.h
crypto/des/des_local.h
crypto/ec/curve448/arch_32/arch_intrinsics.h
crypto/ec/curve448/arch_32/f_impl.h
crypto/ec/curve448/curve448_local.h
crypto/ec/curve448/curve448utils.h
crypto/ec/curve448/ed448.h
crypto/ec/curve448/field.h
crypto/ec/curve448/point_448.h
crypto/ec/curve448/word.h
crypto/engine/eng_local.h
crypto/hmac/hmac_local.h
crypto/mips_arch.h
crypto/ppc_arch.h
crypto/rand/rand_local.h
crypto/rc4/rc4_local.h
crypto/s390x_arch.h
crypto/seed/seed_local.h
crypto/sparc_arch.h
crypto/ui/ui_local.h
crypto/x509v3/v3_admis.h
e_os.h
engines/e_afalg.h
engines/e_afalg_err.h
engines/e_capi_err.h
engines/e_dasync_err.h
engines/e_ossltest_err.h
include/crypto/aria.h
include/crypto/bn.h
include/crypto/bn_conf.h.in
include/crypto/chacha.h
include/crypto/ctype.h
include/crypto/dso_conf.h.in
include/crypto/ec.h
include/crypto/err.h
include/crypto/lhash.h
include/crypto/rand.h
include/crypto/sha.h
include/crypto/sm2.h
include/crypto/sm2err.h
include/crypto/sm3.h
include/crypto/sm4.h
include/crypto/store.h
include/internal/conf.h
include/internal/constant_time.h
include/internal/cryptlib.h
include/internal/dane.h
include/internal/dso.h
include/internal/dsoerr.h
include/internal/err.h
include/internal/nelem.h
include/internal/numbers.h
include/internal/o_dir.h
include/internal/o_str.h
include/internal/refcount.h
include/internal/sockets.h
include/internal/sslconf.h
ssl/packet_local.h
ssl/ssl_local.h
test/drbg_cavs_data.h
test/ecdsatest.h
test/handshake_helper.h
test/ossl_shim/async_bio.h
test/ossl_shim/include/openssl/base.h
test/ossl_shim/packeted_bio.h
test/ossl_shim/test_config.h
test/ssl_test_ctx.h
test/ssltestlib.h
test/testutil.h
test/testutil/output.h
util/mkerr.pl