]> git.ipfire.org Git - thirdparty/openssl.git/commit - ssl/ssl_init.c
Reorganize local header files
authorDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Fri, 27 Sep 2019 21:58:06 +0000 (23:58 +0200)
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Fri, 27 Sep 2019 21:58:06 +0000 (23:58 +0200)
commitb5acbf914833a83368e51766de4cf2e2074a9436
tree506246afa0804d83d13d4c68d4cf976283b5f10e
parent0c994d54afbb734ed744330d4b03a653a8477fe3
Reorganize local header files

Apart from public and internal header files, there is a third type called
local header files, which are located next to source files in the source
directory. Currently, they have different suffixes like

  '*_lcl.h', '*_local.h', or '*_int.h'

This commit changes the different suffixes to '*_local.h' uniformly.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9681)
472 files changed:
Configurations/10-main.conf
crypto/aes/aes_core.c
crypto/aes/aes_ecb.c
crypto/aes/aes_ige.c
crypto/aes/aes_local.h [moved from crypto/aes/aes_locl.h with 100% similarity]
crypto/aes/aes_misc.c
crypto/aes/aes_x86core.c
crypto/asn1/a_bitstr.c
crypto/asn1/a_gentm.c
crypto/asn1/a_int.c
crypto/asn1/a_object.c
crypto/asn1/a_time.c
crypto/asn1/a_type.c
crypto/asn1/a_utctm.c
crypto/asn1/asn1_lib.c
crypto/asn1/asn1_local.h [moved from crypto/asn1/asn1_locl.h with 100% similarity]
crypto/asn1/asn_mime.c
crypto/asn1/tasn_dec.c
crypto/asn1/tasn_enc.c
crypto/asn1/tasn_fre.c
crypto/asn1/tasn_new.c
crypto/asn1/tasn_prn.c
crypto/asn1/tasn_scn.c
crypto/asn1/tasn_utl.c
crypto/asn1/x_int64.c
crypto/async/arch/async_null.c
crypto/async/arch/async_posix.c
crypto/async/arch/async_win.c
crypto/async/async.c
crypto/async/async_local.h [moved from crypto/async/async_locl.h with 100% similarity]
crypto/async/async_wait.c
crypto/bf/bf_cfb64.c
crypto/bf/bf_ecb.c
crypto/bf/bf_enc.c
crypto/bf/bf_local.h [moved from crypto/bf/bf_locl.h with 100% similarity]
crypto/bf/bf_ofb64.c
crypto/bf/bf_skey.c
crypto/bio/b_addr.c
crypto/bio/b_dump.c
crypto/bio/b_sock.c
crypto/bio/b_sock2.c
crypto/bio/bf_buff.c
crypto/bio/bf_lbuf.c
crypto/bio/bf_nbio.c
crypto/bio/bf_null.c
crypto/bio/bio_cb.c
crypto/bio/bio_lib.c
crypto/bio/bio_local.h [moved from crypto/bio/bio_lcl.h with 98% similarity]
crypto/bio/bio_meth.c
crypto/bio/bss_acpt.c
crypto/bio/bss_bio.c
crypto/bio/bss_conn.c
crypto/bio/bss_dgram.c
crypto/bio/bss_fd.c
crypto/bio/bss_file.c
crypto/bio/bss_log.c
crypto/bio/bss_mem.c
crypto/bio/bss_null.c
crypto/bio/bss_sock.c
crypto/blake2/blake2_local.h [moved from crypto/blake2/blake2_locl.h with 100% similarity]
crypto/blake2/blake2b.c
crypto/blake2/blake2s.c
crypto/blake2/m_blake2b.c
crypto/blake2/m_blake2s.c
crypto/bn/README.pod
crypto/bn/asm/x86_64-gcc.c
crypto/bn/bn_add.c
crypto/bn/bn_asm.c
crypto/bn/bn_blind.c
crypto/bn/bn_ctx.c
crypto/bn/bn_depr.c
crypto/bn/bn_dh.c
crypto/bn/bn_div.c
crypto/bn/bn_exp.c
crypto/bn/bn_exp2.c
crypto/bn/bn_gcd.c
crypto/bn/bn_gf2m.c
crypto/bn/bn_intern.c
crypto/bn/bn_kron.c
crypto/bn/bn_lib.c
crypto/bn/bn_local.h [moved from crypto/bn/bn_lcl.h with 100% similarity]
crypto/bn/bn_mod.c
crypto/bn/bn_mont.c
crypto/bn/bn_mpi.c
crypto/bn/bn_mul.c
crypto/bn/bn_nist.c
crypto/bn/bn_prime.c
crypto/bn/bn_print.c
crypto/bn/bn_rand.c
crypto/bn/bn_recp.c
crypto/bn/bn_shift.c
crypto/bn/bn_sqr.c
crypto/bn/bn_sqrt.c
crypto/bn/bn_srp.c
crypto/bn/bn_word.c
crypto/bn/bn_x931p.c
crypto/camellia/camellia.c
crypto/camellia/cmll_ecb.c
crypto/camellia/cmll_local.h [moved from crypto/camellia/cmll_locl.h with 100% similarity]
crypto/camellia/cmll_misc.c
crypto/cast/c_cfb64.c
crypto/cast/c_ecb.c
crypto/cast/c_enc.c
crypto/cast/c_ofb64.c
crypto/cast/c_skey.c
crypto/cast/cast_local.h [moved from crypto/cast/cast_lcl.h with 100% similarity]
crypto/cms/cms_asn1.c
crypto/cms/cms_att.c
crypto/cms/cms_cd.c
crypto/cms/cms_dd.c
crypto/cms/cms_enc.c
crypto/cms/cms_env.c
crypto/cms/cms_ess.c
crypto/cms/cms_io.c
crypto/cms/cms_kari.c
crypto/cms/cms_lib.c
crypto/cms/cms_local.h [moved from crypto/cms/cms_lcl.h with 100% similarity]
crypto/cms/cms_pwri.c
crypto/cms/cms_sd.c
crypto/cms/cms_smime.c
crypto/comp/c_zlib.c
crypto/comp/comp_lib.c
crypto/comp/comp_local.h [moved from crypto/comp/comp_lcl.h with 100% similarity]
crypto/conf/conf_local.h [moved from crypto/conf/conf_lcl.h with 100% similarity]
crypto/conf/conf_mall.c
crypto/conf/conf_ssl.c
crypto/ct/ct_b64.c
crypto/ct/ct_local.h [moved from crypto/ct/ct_locl.h with 100% similarity]
crypto/ct/ct_oct.c
crypto/ct/ct_policy.c
crypto/ct/ct_prn.c
crypto/ct/ct_sct.c
crypto/ct/ct_sct_ctx.c
crypto/ct/ct_vfy.c
crypto/ct/ct_x509v3.c
crypto/des/cbc_cksm.c
crypto/des/cfb64ede.c
crypto/des/cfb64enc.c
crypto/des/cfb_enc.c
crypto/des/des_enc.c
crypto/des/des_local.h [moved from crypto/des/des_locl.h with 100% similarity]
crypto/des/ecb3_enc.c
crypto/des/ecb_enc.c
crypto/des/fcrypt.c
crypto/des/fcrypt_b.c
crypto/des/ncbc_enc.c
crypto/des/ofb64ede.c
crypto/des/ofb64enc.c
crypto/des/ofb_enc.c
crypto/des/pcbc_enc.c
crypto/des/qud_cksm.c
crypto/des/set_key.c
crypto/des/str2key.c
crypto/des/xcbc_enc.c
crypto/dh/dh_ameth.c
crypto/dh/dh_asn1.c
crypto/dh/dh_check.c
crypto/dh/dh_gen.c
crypto/dh/dh_key.c
crypto/dh/dh_lib.c
crypto/dh/dh_local.h [moved from crypto/dh/dh_locl.h with 100% similarity]
crypto/dh/dh_meth.c
crypto/dh/dh_pmeth.c
crypto/dh/dh_rfc5114.c
crypto/dh/dh_rfc7919.c
crypto/dsa/dsa_ameth.c
crypto/dsa/dsa_asn1.c
crypto/dsa/dsa_gen.c
crypto/dsa/dsa_key.c
crypto/dsa/dsa_lib.c
crypto/dsa/dsa_local.h [moved from crypto/dsa/dsa_locl.h with 100% similarity]
crypto/dsa/dsa_meth.c
crypto/dsa/dsa_ossl.c
crypto/dsa/dsa_pmeth.c
crypto/dsa/dsa_sign.c
crypto/dsa/dsa_vrf.c
crypto/dso/dso_dl.c
crypto/dso/dso_dlfcn.c
crypto/dso/dso_lib.c
crypto/dso/dso_local.h [moved from crypto/dso/dso_locl.h with 100% similarity]
crypto/dso/dso_openssl.c
crypto/dso/dso_vms.c
crypto/dso/dso_win32.c
crypto/ec/curve25519.c
crypto/ec/curve448/arch_32/arch_intrinsics.h
crypto/ec/curve448/curve448.c
crypto/ec/curve448/curve448_local.h [moved from crypto/ec/curve448/curve448_lcl.h with 100% similarity]
crypto/ec/curve448/eddsa.c
crypto/ec/curve448/field.h
crypto/ec/ec2_oct.c
crypto/ec/ec2_smpl.c
crypto/ec/ec_ameth.c
crypto/ec/ec_asn1.c
crypto/ec/ec_check.c
crypto/ec/ec_curve.c
crypto/ec/ec_cvt.c
crypto/ec/ec_key.c
crypto/ec/ec_kmeth.c
crypto/ec/ec_lib.c
crypto/ec/ec_local.h [moved from crypto/ec/ec_lcl.h with 100% similarity]
crypto/ec/ec_mult.c
crypto/ec/ec_oct.c
crypto/ec/ec_pmeth.c
crypto/ec/ec_print.c
crypto/ec/ecdh_kdf.c
crypto/ec/ecdh_ossl.c
crypto/ec/ecdsa_ossl.c
crypto/ec/ecdsa_sign.c
crypto/ec/ecdsa_vrf.c
crypto/ec/ecp_mont.c
crypto/ec/ecp_nist.c
crypto/ec/ecp_nistp224.c
crypto/ec/ecp_nistp256.c
crypto/ec/ecp_nistp521.c
crypto/ec/ecp_nistputil.c
crypto/ec/ecp_nistz256.c
crypto/ec/ecp_oct.c
crypto/ec/ecp_smpl.c
crypto/ec/ecx_meth.c
crypto/engine/README
crypto/engine/eng_all.c
crypto/engine/eng_cnf.c
crypto/engine/eng_ctrl.c
crypto/engine/eng_dyn.c
crypto/engine/eng_fat.c
crypto/engine/eng_init.c
crypto/engine/eng_lib.c
crypto/engine/eng_list.c
crypto/engine/eng_local.h [moved from crypto/engine/eng_int.h with 100% similarity]
crypto/engine/eng_pkey.c
crypto/engine/eng_table.c
crypto/engine/tb_asnmth.c
crypto/engine/tb_cipher.c
crypto/engine/tb_dh.c
crypto/engine/tb_digest.c
crypto/engine/tb_dsa.c
crypto/engine/tb_eckey.c
crypto/engine/tb_pkmeth.c
crypto/engine/tb_rand.c
crypto/engine/tb_rsa.c
crypto/err/err.c
crypto/err/openssl.ec
crypto/evp/bio_md.c
crypto/evp/cmeth_lib.c
crypto/evp/digest.c
crypto/evp/e_aes.c
crypto/evp/e_aes_cbc_hmac_sha1.c
crypto/evp/e_aes_cbc_hmac_sha256.c
crypto/evp/e_aria.c
crypto/evp/e_camellia.c
crypto/evp/e_chacha20_poly1305.c
crypto/evp/e_des3.c
crypto/evp/e_rc5.c
crypto/evp/encode.c
crypto/evp/evp_enc.c
crypto/evp/evp_lib.c
crypto/evp/evp_local.h [moved from crypto/evp/evp_locl.h with 100% similarity]
crypto/evp/evp_pbe.c
crypto/evp/m_sha3.c
crypto/evp/m_sigver.c
crypto/evp/p5_crpt2.c
crypto/hmac/hmac.c
crypto/hmac/hmac_local.h [moved from crypto/hmac/hmac_lcl.h with 100% similarity]
crypto/idea/i_cbc.c
crypto/idea/i_cfb64.c
crypto/idea/i_ecb.c
crypto/idea/i_ofb64.c
crypto/idea/i_skey.c
crypto/idea/idea_local.h [moved from crypto/idea/idea_lcl.h with 100% similarity]
crypto/lhash/lh_stats.c
crypto/lhash/lhash.c
crypto/lhash/lhash_local.h [moved from crypto/lhash/lhash_lcl.h with 100% similarity]
crypto/md4/md4_dgst.c
crypto/md4/md4_local.h [moved from crypto/md4/md4_locl.h with 100% similarity]
crypto/md5/md5_dgst.c
crypto/md5/md5_local.h [moved from crypto/md5/md5_locl.h with 100% similarity]
crypto/modes/cbc128.c
crypto/modes/ccm128.c
crypto/modes/cfb128.c
crypto/modes/ctr128.c
crypto/modes/cts128.c
crypto/modes/gcm128.c
crypto/modes/modes_local.h [moved from crypto/modes/modes_lcl.h with 100% similarity]
crypto/modes/ocb128.c
crypto/modes/ofb128.c
crypto/modes/xts128.c
crypto/objects/o_names.c
crypto/objects/obj_dat.c
crypto/objects/obj_local.h [moved from crypto/objects/obj_lcl.h with 100% similarity]
crypto/ocsp/ocsp_asn.c
crypto/ocsp/ocsp_cl.c
crypto/ocsp/ocsp_ext.c
crypto/ocsp/ocsp_lib.c
crypto/ocsp/ocsp_local.h [moved from crypto/ocsp/ocsp_lcl.h with 100% similarity]
crypto/ocsp/ocsp_prn.c
crypto/ocsp/ocsp_srv.c
crypto/ocsp/ocsp_vfy.c
crypto/ocsp/v3_ocsp.c
crypto/pkcs12/p12_add.c
crypto/pkcs12/p12_asn.c
crypto/pkcs12/p12_attr.c
crypto/pkcs12/p12_crt.c
crypto/pkcs12/p12_init.c
crypto/pkcs12/p12_local.h [moved from crypto/pkcs12/p12_lcl.h with 100% similarity]
crypto/pkcs12/p12_mutl.c
crypto/pkcs12/p12_npas.c
crypto/pkcs12/p12_sbag.c
crypto/poly1305/poly1305.c
crypto/ppccap.c
crypto/rand/drbg_ctr.c
crypto/rand/drbg_lib.c
crypto/rand/rand_lib.c
crypto/rand/rand_local.h [moved from crypto/rand/rand_lcl.h with 100% similarity]
crypto/rand/rand_unix.c
crypto/rand/rand_vms.c
crypto/rand/rand_win.c
crypto/rc2/rc2_cbc.c
crypto/rc2/rc2_ecb.c
crypto/rc2/rc2_local.h [moved from crypto/rc2/rc2_locl.h with 100% similarity]
crypto/rc2/rc2_skey.c
crypto/rc2/rc2cfb64.c
crypto/rc2/rc2ofb64.c
crypto/rc4/rc4_enc.c
crypto/rc4/rc4_local.h [moved from crypto/rc4/rc4_locl.h with 100% similarity]
crypto/rc4/rc4_skey.c
crypto/rc5/rc5_ecb.c
crypto/rc5/rc5_enc.c
crypto/rc5/rc5_local.h [moved from crypto/rc5/rc5_locl.h with 100% similarity]
crypto/rc5/rc5_skey.c
crypto/rc5/rc5cfb64.c
crypto/rc5/rc5ofb64.c
crypto/ripemd/rmd_dgst.c
crypto/ripemd/rmd_local.h [moved from crypto/ripemd/rmd_locl.h with 97% similarity]
crypto/rsa/rsa_ameth.c
crypto/rsa/rsa_asn1.c
crypto/rsa/rsa_chk.c
crypto/rsa/rsa_crpt.c
crypto/rsa/rsa_gen.c
crypto/rsa/rsa_lib.c
crypto/rsa/rsa_local.h [moved from crypto/rsa/rsa_locl.h with 100% similarity]
crypto/rsa/rsa_meth.c
crypto/rsa/rsa_mp.c
crypto/rsa/rsa_oaep.c
crypto/rsa/rsa_ossl.c
crypto/rsa/rsa_pk1.c
crypto/rsa/rsa_pmeth.c
crypto/rsa/rsa_pss.c
crypto/rsa/rsa_sign.c
crypto/rsa/rsa_ssl.c
crypto/rsa/rsa_x931g.c
crypto/seed/seed.c
crypto/seed/seed_local.h [moved from crypto/seed/seed_locl.h with 100% similarity]
crypto/sha/sha1dgst.c
crypto/sha/sha_local.h [moved from crypto/sha/sha_locl.h with 100% similarity]
crypto/sm3/sm3.c
crypto/sm3/sm3_local.h [moved from crypto/sm3/sm3_locl.h with 100% similarity]
crypto/store/loader_file.c
crypto/store/store_init.c
crypto/store/store_lib.c
crypto/store/store_local.h [moved from crypto/store/store_locl.h with 100% similarity]
crypto/store/store_register.c
crypto/ts/ts_asn1.c
crypto/ts/ts_lib.c
crypto/ts/ts_local.h [moved from crypto/ts/ts_lcl.h with 100% similarity]
crypto/ts/ts_req_print.c
crypto/ts/ts_req_utils.c
crypto/ts/ts_rsp_print.c
crypto/ts/ts_rsp_sign.c
crypto/ts/ts_rsp_utils.c
crypto/ts/ts_rsp_verify.c
crypto/ts/ts_verify_ctx.c
crypto/ui/ui_lib.c
crypto/ui/ui_local.h [moved from crypto/ui/ui_locl.h with 100% similarity]
crypto/ui/ui_null.c
crypto/ui/ui_openssl.c
crypto/ui/ui_util.c
crypto/whrlpool/wp_block.c
crypto/whrlpool/wp_dgst.c
crypto/whrlpool/wp_local.h [moved from crypto/whrlpool/wp_locl.h with 100% similarity]
crypto/x509/by_dir.c
crypto/x509/by_file.c
crypto/x509/x509_att.c
crypto/x509/x509_local.h [moved from crypto/x509/x509_lcl.h with 100% similarity]
crypto/x509/x509_lu.c
crypto/x509/x509_meth.c
crypto/x509/x509_set.c
crypto/x509/x509_v3.c
crypto/x509/x509_vfy.c
crypto/x509/x509_vpm.c
crypto/x509/x_attrib.c
crypto/x509/x_crl.c
crypto/x509/x_exten.c
crypto/x509/x_name.c
crypto/x509v3/pcy_cache.c
crypto/x509v3/pcy_data.c
crypto/x509v3/pcy_lib.c
crypto/x509v3/pcy_local.h [moved from crypto/x509v3/pcy_int.h with 100% similarity]
crypto/x509v3/pcy_map.c
crypto/x509v3/pcy_node.c
crypto/x509v3/pcy_tree.c
crypto/x509v3/v3_cpols.c
include/internal/constant_time.h [moved from include/internal/constant_time_locl.h with 100% similarity]
ssl/bio_ssl.c
ssl/d1_lib.c
ssl/d1_msg.c
ssl/d1_srtp.c
ssl/methods.c
ssl/packet.c
ssl/packet_local.h [moved from ssl/packet_locl.h with 100% similarity]
ssl/pqueue.c
ssl/record/README
ssl/record/dtls1_bitmap.c
ssl/record/rec_layer_d1.c
ssl/record/rec_layer_s3.c
ssl/record/record_local.h [moved from ssl/record/record_locl.h with 100% similarity]
ssl/record/ssl3_buffer.c
ssl/record/ssl3_record.c
ssl/record/ssl3_record_tls13.c
ssl/s3_cbc.c
ssl/s3_enc.c
ssl/s3_lib.c
ssl/s3_msg.c
ssl/ssl_asn1.c
ssl/ssl_cert.c
ssl/ssl_ciph.c
ssl/ssl_conf.c
ssl/ssl_init.c
ssl/ssl_lib.c
ssl/ssl_local.h [moved from ssl/ssl_locl.h with 99% similarity]
ssl/ssl_mcnf.c
ssl/ssl_rsa.c
ssl/ssl_sess.c
ssl/ssl_stat.c
ssl/ssl_txt.c
ssl/ssl_utst.c
ssl/statem/README
ssl/statem/extensions.c
ssl/statem/extensions_clnt.c
ssl/statem/extensions_cust.c
ssl/statem/extensions_srvr.c
ssl/statem/statem.c
ssl/statem/statem_clnt.c
ssl/statem/statem_dtls.c
ssl/statem/statem_lib.c
ssl/statem/statem_local.h [moved from ssl/statem/statem_locl.h with 100% similarity]
ssl/statem/statem_srvr.c
ssl/t1_enc.c
ssl/t1_lib.c
ssl/t1_trce.c
ssl/tls13_enc.c
ssl/tls_srp.c
test/asynciotest.c
test/bad_dtls_test.c
test/cipher_overhead_test.c
test/clienthellotest.c
test/constant_time_test.c
test/curve448_internal_test.c
test/drbg_cavs_test.c
test/drbgtest.c
test/dtls_mtu_test.c
test/ec_internal_test.c
test/handshake_helper.c
test/modes_internal_test.c
test/packettest.c
test/servername_test.c
test/ssl_cert_table_internal_test.c
test/sslapitest.c
test/sslbuffertest.c
test/tls13ccstest.c
test/tls13encryptiontest.c
test/tls13secretstest.c
test/wpackettest.c