Fix header file include guard names
authorDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Fri, 27 Sep 2019 22:45:57 +0000 (00:45 +0200)
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Sat, 28 Sep 2019 18:26:36 +0000 (20:26 +0200)
commitae4186b00487762f581b2276ba83e5214e0e7ee1
tree78787c492eea42ddde78a9423aa1b507ffee162a
parent8c78f0ec63f3e16bac1b888dbabf2b6c2d53a1ae
Fix header file include guard names

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

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

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9333)
215 files changed:
apps/include/apps.h
apps/include/apps_ui.h
apps/include/fmt.h
apps/include/function.h
apps/include/opt.h
apps/include/platform.h
apps/include/vms_term_sock.h
apps/timeouts.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/cmp/cmp_local.h
crypto/cms/cms_local.h
crypto/crmf/crmf_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/rsa/rsa_local.h
crypto/s390x_arch.h
crypto/seed/seed_local.h
crypto/sparc_arch.h
crypto/ui/ui_local.h
crypto/x509/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/asn1_dsa.h
include/crypto/bn.h
include/crypto/bn_conf.h.in
include/crypto/chacha.h
include/crypto/ciphermode_platform.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/sm4.h
include/crypto/sparse_array.h
include/crypto/store.h
include/internal/bio.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/md5_sha1.h
include/internal/nelem.h
include/internal/numbers.h
include/internal/o_dir.h
include/internal/packet.h
include/internal/property.h
include/internal/propertyerr.h
include/internal/refcount.h
include/internal/sha3.h
include/internal/sm3.h
include/internal/sockets.h
include/internal/sslconf.h
include/openssl/aes.h
include/openssl/asn1.h
include/openssl/asn1err.h
include/openssl/asn1t.h
include/openssl/async.h
include/openssl/asyncerr.h
include/openssl/bio.h
include/openssl/bioerr.h
include/openssl/blowfish.h
include/openssl/bn.h
include/openssl/bnerr.h
include/openssl/buffer.h
include/openssl/buffererr.h
include/openssl/camellia.h
include/openssl/cast.h
include/openssl/cmac.h
include/openssl/cmp.h
include/openssl/cmp_util.h
include/openssl/cmperr.h
include/openssl/cms.h
include/openssl/cmserr.h
include/openssl/comp.h
include/openssl/comperr.h
include/openssl/conf.h
include/openssl/conf_api.h
include/openssl/conferr.h
include/openssl/core.h
include/openssl/core_names.h
include/openssl/core_numbers.h
include/openssl/crmf.h
include/openssl/crmferr.h
include/openssl/crypto.h
include/openssl/cryptoerr.h
include/openssl/ct.h
include/openssl/cterr.h
include/openssl/des.h
include/openssl/dh.h
include/openssl/dherr.h
include/openssl/dsa.h
include/openssl/dsaerr.h
include/openssl/dtls1.h
include/openssl/e_os2.h
include/openssl/ebcdic.h
include/openssl/ec.h
include/openssl/ecerr.h
include/openssl/engine.h
include/openssl/engineerr.h
include/openssl/err.h
include/openssl/ess.h
include/openssl/esserr.h
include/openssl/evp.h
include/openssl/evperr.h
include/openssl/fips_names.h
include/openssl/hmac.h
include/openssl/idea.h
include/openssl/kdf.h
include/openssl/lhash.h
include/openssl/md2.h
include/openssl/md4.h
include/openssl/md5.h
include/openssl/mdc2.h
include/openssl/modes.h
include/openssl/objects.h
include/openssl/objectserr.h
include/openssl/ocsp.h
include/openssl/ocsperr.h
include/openssl/opensslconf.h.in
include/openssl/opensslv.h
include/openssl/params.h
include/openssl/pem.h
include/openssl/pem2.h
include/openssl/pemerr.h
include/openssl/pkcs12.h
include/openssl/pkcs12err.h
include/openssl/pkcs7.h
include/openssl/pkcs7err.h
include/openssl/provider.h
include/openssl/rand.h
include/openssl/rand_drbg.h
include/openssl/randerr.h
include/openssl/rc2.h
include/openssl/rc4.h
include/openssl/rc5.h
include/openssl/ripemd.h
include/openssl/rsa.h
include/openssl/rsaerr.h
include/openssl/safestack.h
include/openssl/seed.h
include/openssl/sha.h
include/openssl/srp.h
include/openssl/srtp.h
include/openssl/ssl.h
include/openssl/ssl2.h
include/openssl/ssl3.h
include/openssl/sslerr.h
include/openssl/stack.h
include/openssl/store.h
include/openssl/storeerr.h
include/openssl/symhacks.h
include/openssl/tls1.h
include/openssl/trace.h
include/openssl/ts.h
include/openssl/tserr.h
include/openssl/txt_db.h
include/openssl/types.h
include/openssl/ui.h
include/openssl/uierr.h
include/openssl/whrlpool.h
include/openssl/x509.h
include/openssl/x509_vfy.h
include/openssl/x509err.h
include/openssl/x509v3.h
include/openssl/x509v3err.h
providers/common/include/internal/digestcommon.h
providers/common/include/internal/providercommonerr.h
providers/default/include/internal/blake2.h
ssl/ssl_local.h
test/cmp_testlib.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/ossl_test_endian.h
test/ssl_test_ctx.h
test/ssltestlib.h
test/testutil.h
test/testutil/output.h
util/mkerr.pl