From 349807608f31b20af01a342d0072bb92e0b036e2 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Fri, 18 Dec 2015 12:57:23 -0500 Subject: [PATCH] Remove /* foo.c */ comments This was done by the following find . -name '*.[ch]' | /tmp/pl where /tmp/pl is the following three-line script: print unless $. == 1 && m@/\* .*\.[ch] \*/@; close ARGV if eof; # Close file to reset $. And then some hand-editing of other files. Reviewed-by: Viktor Dukhovni --- apps/apps.h | 1 - apps/s_apps.h | 1 - apps/testrsa.h | 1 - apps/timeouts.h | 1 - crypto/aes/aes_cbc.c | 1 - crypto/aes/aes_cfb.c | 1 - crypto/aes/aes_core.c | 1 - crypto/aes/aes_ecb.c | 1 - crypto/aes/aes_ige.c | 1 - crypto/aes/aes_locl.h | 1 - crypto/aes/aes_misc.c | 1 - crypto/aes/aes_ofb.c | 1 - crypto/aes/aes_wrap.c | 1 - crypto/aes/aes_x86core.c | 1 - crypto/asn1/a_bitstr.c | 1 - crypto/asn1/a_d2i_fp.c | 1 - crypto/asn1/a_digest.c | 1 - crypto/asn1/a_dup.c | 1 - crypto/asn1/a_gentm.c | 1 - crypto/asn1/a_i2d_fp.c | 1 - crypto/asn1/a_int.c | 1 - crypto/asn1/a_mbstr.c | 1 - crypto/asn1/a_object.c | 1 - crypto/asn1/a_octet.c | 1 - crypto/asn1/a_print.c | 1 - crypto/asn1/a_sign.c | 1 - crypto/asn1/a_strex.c | 1 - crypto/asn1/a_strnid.c | 1 - crypto/asn1/a_time.c | 1 - crypto/asn1/a_type.c | 1 - crypto/asn1/a_utctm.c | 1 - crypto/asn1/a_utf8.c | 1 - crypto/asn1/a_verify.c | 1 - crypto/asn1/asn1_err.c | 1 - crypto/asn1/asn1_gen.c | 1 - crypto/asn1/asn1_lib.c | 1 - crypto/asn1/asn1_locl.h | 1 - crypto/asn1/asn1_par.c | 1 - crypto/asn1/asn_mime.c | 1 - crypto/asn1/asn_moid.c | 1 - crypto/asn1/asn_mstbl.c | 1 - crypto/asn1/asn_pack.c | 1 - crypto/asn1/bio_asn1.c | 1 - crypto/asn1/bio_ndef.c | 1 - crypto/asn1/d2i_pr.c | 1 - crypto/asn1/d2i_pu.c | 1 - crypto/asn1/evp_asn1.c | 1 - crypto/asn1/f_int.c | 1 - crypto/asn1/f_string.c | 1 - crypto/asn1/i2d_pr.c | 1 - crypto/asn1/i2d_pu.c | 1 - crypto/asn1/n_pkey.c | 1 - crypto/asn1/nsseq.c | 1 - crypto/asn1/p5_pbe.c | 1 - crypto/asn1/p5_pbev2.c | 1 - crypto/asn1/p5_scrypt.c | 1 - crypto/asn1/p8_pkey.c | 1 - crypto/asn1/t_bitst.c | 1 - crypto/asn1/t_pkey.c | 1 - crypto/asn1/t_spki.c | 1 - crypto/asn1/tasn_dec.c | 1 - crypto/asn1/tasn_enc.c | 1 - crypto/asn1/tasn_fre.c | 1 - crypto/asn1/tasn_new.c | 1 - crypto/asn1/tasn_prn.c | 1 - crypto/asn1/tasn_scn.c | 1 - crypto/asn1/tasn_typ.c | 1 - crypto/asn1/tasn_utl.c | 1 - crypto/asn1/x_algor.c | 1 - crypto/asn1/x_bignum.c | 1 - crypto/asn1/x_info.c | 1 - crypto/asn1/x_long.c | 1 - crypto/asn1/x_pkey.c | 1 - crypto/asn1/x_pubkey.c | 1 - crypto/asn1/x_sig.c | 1 - crypto/asn1/x_spki.c | 1 - crypto/asn1/x_val.c | 1 - crypto/async/arch/async_null.c | 1 - crypto/async/arch/async_null.h | 1 - crypto/async/arch/async_posix.c | 1 - crypto/async/arch/async_posix.h | 1 - crypto/async/arch/async_win.c | 1 - crypto/async/arch/async_win.h | 1 - crypto/async/async.c | 1 - crypto/async/async_err.c | 1 - crypto/async/async_locl.h | 1 - crypto/bf/bf_cbc.c | 1 - crypto/bf/bf_cfb64.c | 1 - crypto/bf/bf_ecb.c | 1 - crypto/bf/bf_enc.c | 1 - crypto/bf/bf_locl.h | 1 - crypto/bf/bf_ofb64.c | 1 - crypto/bf/bf_pi.h | 1 - crypto/bf/bf_skey.c | 1 - crypto/bio/b_dump.c | 1 - crypto/bio/b_print.c | 1 - crypto/bio/b_sock.c | 1 - crypto/bio/bf_buff.c | 1 - crypto/bio/bf_lbuf.c | 1 - crypto/bio/bf_nbio.c | 1 - crypto/bio/bf_null.c | 1 - crypto/bio/bio_cb.c | 1 - crypto/bio/bio_err.c | 1 - crypto/bio/bio_lib.c | 1 - crypto/bio/bss_acpt.c | 1 - crypto/bio/bss_bio.c | 1 - crypto/bio/bss_conn.c | 1 - crypto/bio/bss_dgram.c | 1 - crypto/bio/bss_fd.c | 1 - crypto/bio/bss_file.c | 1 - crypto/bio/bss_log.c | 1 - crypto/bio/bss_mem.c | 1 - crypto/bio/bss_null.c | 1 - crypto/bio/bss_sock.c | 1 - crypto/bn/bn_add.c | 1 - crypto/bn/bn_asm.c | 1 - crypto/bn/bn_blind.c | 1 - crypto/bn/bn_const.c | 1 - crypto/bn/bn_ctx.c | 1 - crypto/bn/bn_depr.c | 1 - crypto/bn/bn_div.c | 1 - crypto/bn/bn_err.c | 1 - crypto/bn/bn_exp.c | 1 - crypto/bn/bn_exp2.c | 1 - crypto/bn/bn_gcd.c | 1 - crypto/bn/bn_gf2m.c | 1 - crypto/bn/bn_kron.c | 1 - crypto/bn/bn_lcl.h | 1 - crypto/bn/bn_lib.c | 1 - crypto/bn/bn_mod.c | 1 - crypto/bn/bn_mont.c | 1 - crypto/bn/bn_mpi.c | 1 - crypto/bn/bn_mul.c | 1 - crypto/bn/bn_nist.c | 1 - crypto/bn/bn_prime.c | 1 - crypto/bn/bn_print.c | 1 - crypto/bn/bn_rand.c | 1 - crypto/bn/bn_recp.c | 1 - crypto/bn/bn_shift.c | 1 - crypto/bn/bn_sqr.c | 1 - crypto/bn/bn_sqrt.c | 1 - crypto/bn/bn_word.c | 1 - crypto/bn/bn_x931p.c | 1 - crypto/bn/vms-helper.c | 1 - crypto/buffer/buf_err.c | 1 - crypto/buffer/buffer.c | 1 - crypto/camellia/camellia.c | 1 - crypto/camellia/cmll_cbc.c | 1 - crypto/camellia/cmll_cfb.c | 1 - crypto/camellia/cmll_ctr.c | 1 - crypto/camellia/cmll_ecb.c | 1 - crypto/camellia/cmll_locl.h | 1 - crypto/camellia/cmll_misc.c | 1 - crypto/camellia/cmll_ofb.c | 1 - crypto/cast/c_cfb64.c | 1 - crypto/cast/c_ecb.c | 1 - crypto/cast/c_enc.c | 1 - crypto/cast/c_ofb64.c | 1 - crypto/cast/c_skey.c | 1 - crypto/cast/cast_lcl.h | 1 - crypto/cast/cast_s.h | 1 - crypto/cmac/cmac.c | 1 - crypto/cms/cms_asn1.c | 1 - crypto/cms/cms_att.c | 1 - crypto/cms/cms_cd.c | 1 - crypto/cms/cms_dd.c | 1 - crypto/cms/cms_enc.c | 1 - crypto/cms/cms_env.c | 1 - crypto/cms/cms_err.c | 1 - crypto/cms/cms_ess.c | 1 - crypto/cms/cms_io.c | 1 - crypto/cms/cms_kari.c | 1 - crypto/cms/cms_lcl.h | 1 - crypto/cms/cms_lib.c | 1 - crypto/cms/cms_pwri.c | 1 - crypto/cms/cms_sd.c | 1 - crypto/cms/cms_smime.c | 1 - crypto/comp/comp_err.c | 1 - crypto/conf/conf_api.c | 1 - crypto/conf/conf_def.c | 1 - crypto/conf/conf_def.h | 1 - crypto/conf/conf_err.c | 1 - crypto/conf/conf_lib.c | 1 - crypto/conf/conf_mall.c | 1 - crypto/conf/conf_mod.c | 1 - crypto/conf/conf_sap.c | 1 - crypto/cpt_err.c | 1 - crypto/cryptlib.c | 1 - crypto/ct/ct_err.c | 1 - crypto/cversion.c | 1 - crypto/des/cbc_cksm.c | 1 - crypto/des/cbc_enc.c | 1 - crypto/des/cfb64ede.c | 1 - crypto/des/cfb64enc.c | 1 - crypto/des/cfb_enc.c | 1 - crypto/des/des_enc.c | 1 - crypto/des/des_locl.h | 1 - crypto/des/ecb3_enc.c | 1 - crypto/des/ecb_enc.c | 1 - crypto/des/enc_read.c | 1 - crypto/des/enc_writ.c | 1 - crypto/des/fcrypt_b.c | 1 - crypto/des/ncbc_enc.c | 1 - crypto/des/ofb64ede.c | 1 - crypto/des/ofb64enc.c | 1 - crypto/des/ofb_enc.c | 1 - crypto/des/pcbc_enc.c | 1 - crypto/des/qud_cksm.c | 1 - crypto/des/rand_key.c | 1 - crypto/des/read2pwd.c | 1 - crypto/des/rpc_des.h | 1 - crypto/des/rpc_enc.c | 1 - crypto/des/set_key.c | 1 - crypto/des/spr.h | 1 - crypto/des/str2key.c | 1 - crypto/des/xcbc_enc.c | 1 - crypto/dh/dh_asn1.c | 1 - crypto/dh/dh_check.c | 1 - crypto/dh/dh_depr.c | 1 - crypto/dh/dh_err.c | 1 - crypto/dh/dh_gen.c | 1 - crypto/dh/dh_kdf.c | 1 - crypto/dh/dh_key.c | 1 - crypto/dh/dh_lib.c | 1 - crypto/dh/dh_prn.c | 1 - crypto/dsa/dsa_asn1.c | 1 - crypto/dsa/dsa_depr.c | 1 - crypto/dsa/dsa_err.c | 1 - crypto/dsa/dsa_gen.c | 1 - crypto/dsa/dsa_key.c | 1 - crypto/dsa/dsa_lib.c | 1 - crypto/dsa/dsa_ossl.c | 1 - crypto/dsa/dsa_prn.c | 1 - crypto/dsa/dsa_sign.c | 1 - crypto/dsa/dsa_vrf.c | 1 - crypto/dso/dso_dl.c | 1 - crypto/dso/dso_dlfcn.c | 1 - crypto/dso/dso_err.c | 1 - crypto/dso/dso_lib.c | 1 - crypto/dso/dso_null.c | 1 - crypto/dso/dso_openssl.c | 1 - crypto/dso/dso_vms.c | 1 - crypto/dso/dso_win32.c | 1 - crypto/ebcdic.c | 1 - crypto/ec/ec2_mult.c | 1 - crypto/ec/ec2_oct.c | 1 - crypto/ec/ec2_smpl.c | 1 - crypto/ec/ec_asn1.c | 1 - crypto/ec/ec_check.c | 1 - crypto/ec/ec_curve.c | 1 - crypto/ec/ec_cvt.c | 1 - crypto/ec/ec_err.c | 1 - crypto/ec/ec_key.c | 1 - crypto/ec/ec_kmeth.c | 1 - crypto/ec/ec_lcl.h | 1 - crypto/ec/ec_lib.c | 1 - crypto/ec/ec_mult.c | 1 - crypto/ec/ec_oct.c | 1 - crypto/ec/ec_print.c | 1 - crypto/ec/ecdh_kdf.c | 1 - crypto/ec/ecdh_ossl.c | 1 - crypto/ec/ecdsa_ossl.c | 1 - crypto/ec/ecdsa_sign.c | 1 - crypto/ec/ecdsa_vrf.c | 1 - crypto/ec/eck_prn.c | 1 - crypto/ec/ecp_mont.c | 1 - crypto/ec/ecp_nist.c | 1 - crypto/ec/ecp_nistp224.c | 1 - crypto/ec/ecp_nistp256.c | 1 - crypto/ec/ecp_nistp521.c | 1 - crypto/ec/ecp_nistputil.c | 1 - crypto/ec/ecp_oct.c | 1 - crypto/ec/ecp_smpl.c | 1 - crypto/engine/eng_all.c | 1 - crypto/engine/eng_cnf.c | 1 - crypto/engine/eng_ctrl.c | 1 - crypto/engine/eng_dyn.c | 1 - crypto/engine/eng_err.c | 1 - crypto/engine/eng_fat.c | 1 - crypto/engine/eng_init.c | 1 - crypto/engine/eng_int.h | 1 - crypto/engine/eng_lib.c | 1 - crypto/engine/eng_list.c | 1 - crypto/engine/eng_openssl.c | 1 - crypto/engine/eng_pkey.c | 1 - crypto/err/err.c | 1 - crypto/err/err_all.c | 1 - crypto/err/err_prn.c | 1 - crypto/evp/bio_b64.c | 1 - crypto/evp/bio_enc.c | 1 - crypto/evp/bio_md.c | 1 - crypto/evp/bio_ok.c | 1 - crypto/evp/c_all.c | 1 - crypto/evp/c_allc.c | 1 - crypto/evp/c_alld.c | 1 - crypto/evp/cmeth_lib.c | 1 - crypto/evp/digest.c | 1 - crypto/evp/e_bf.c | 1 - crypto/evp/e_camellia.c | 1 - crypto/evp/e_cast.c | 1 - crypto/evp/e_des.c | 1 - crypto/evp/e_des3.c | 1 - crypto/evp/e_idea.c | 1 - crypto/evp/e_null.c | 1 - crypto/evp/e_old.c | 1 - crypto/evp/e_rc2.c | 1 - crypto/evp/e_rc4.c | 1 - crypto/evp/e_rc5.c | 1 - crypto/evp/e_seed.c | 1 - crypto/evp/e_xcbc_d.c | 1 - crypto/evp/encode.c | 1 - crypto/evp/evp_acnf.c | 1 - crypto/evp/evp_cnf.c | 1 - crypto/evp/evp_enc.c | 1 - crypto/evp/evp_err.c | 1 - crypto/evp/evp_key.c | 1 - crypto/evp/evp_lib.c | 1 - crypto/evp/evp_locl.h | 1 - crypto/evp/evp_pbe.c | 1 - crypto/evp/evp_pkey.c | 1 - crypto/evp/m_md2.c | 1 - crypto/evp/m_md4.c | 1 - crypto/evp/m_md5.c | 1 - crypto/evp/m_md5_sha1.c | 1 - crypto/evp/m_mdc2.c | 1 - crypto/evp/m_null.c | 1 - crypto/evp/m_ripemd.c | 1 - crypto/evp/m_sha1.c | 1 - crypto/evp/m_sigver.c | 1 - crypto/evp/m_wp.c | 1 - crypto/evp/names.c | 1 - crypto/evp/p5_crpt.c | 1 - crypto/evp/p5_crpt2.c | 1 - crypto/evp/p_dec.c | 1 - crypto/evp/p_enc.c | 1 - crypto/evp/p_lib.c | 1 - crypto/evp/p_open.c | 1 - crypto/evp/p_seal.c | 1 - crypto/evp/p_sign.c | 1 - crypto/evp/p_verify.c | 1 - crypto/evp/pmeth_fn.c | 1 - crypto/evp/pmeth_gn.c | 1 - crypto/evp/pmeth_lib.c | 1 - crypto/evp/scrypt.c | 1 - crypto/fips_err.h | 1 - crypto/hmac/hmac.c | 1 - crypto/hmac/hmac_lcl.h | 1 - crypto/idea/i_cbc.c | 1 - crypto/idea/i_cfb64.c | 1 - crypto/idea/i_ecb.c | 1 - crypto/idea/i_ofb64.c | 1 - crypto/idea/i_skey.c | 1 - crypto/idea/idea_lcl.h | 1 - crypto/include/internal/asn1_int.h | 1 - crypto/include/internal/cryptlib.h | 1 - crypto/include/internal/ct_int.h | 1 - crypto/include/internal/evp_int.h | 1 - crypto/include/internal/md32_common.h | 1 - crypto/include/internal/x509_int.h | 1 - crypto/jpake/jpake_err.c | 1 - crypto/lhash/lh_stats.c | 1 - crypto/lhash/lh_test.c | 1 - crypto/lhash/lhash.c | 1 - crypto/lock.c | 1 - crypto/md2/md2_dgst.c | 1 - crypto/md2/md2_one.c | 1 - crypto/md4/md4_dgst.c | 1 - crypto/md4/md4_locl.h | 1 - crypto/md4/md4_one.c | 1 - crypto/md5/md5_dgst.c | 1 - crypto/md5/md5_locl.h | 1 - crypto/md5/md5_one.c | 1 - crypto/mdc2/mdc2_one.c | 1 - crypto/mdc2/mdc2dgst.c | 1 - crypto/mem.c | 1 - crypto/mem_clr.c | 1 - crypto/mem_dbg.c | 1 - crypto/modes/wrap128.c | 1 - crypto/o_dir.c | 1 - crypto/o_dir_test.c | 1 - crypto/o_init.c | 1 - crypto/o_str.c | 1 - crypto/o_time.c | 1 - crypto/objects/obj_dat.c | 1 - crypto/objects/obj_dat.h | 1 - crypto/objects/obj_err.c | 1 - crypto/objects/obj_lib.c | 1 - crypto/objects/obj_xref.c | 1 - crypto/ocsp/ocsp_asn.c | 1 - crypto/ocsp/ocsp_cl.c | 1 - crypto/ocsp/ocsp_err.c | 1 - crypto/ocsp/ocsp_ext.c | 1 - crypto/ocsp/ocsp_ht.c | 1 - crypto/ocsp/ocsp_lcl.h | 1 - crypto/ocsp/ocsp_lib.c | 1 - crypto/ocsp/ocsp_prn.c | 1 - crypto/ocsp/ocsp_srv.c | 1 - crypto/ocsp/ocsp_vfy.c | 1 - crypto/ocsp/v3_ocsp.c | 1 - crypto/pem/pem_all.c | 1 - crypto/pem/pem_err.c | 1 - crypto/pem/pem_info.c | 1 - crypto/pem/pem_lib.c | 1 - crypto/pem/pem_oth.c | 1 - crypto/pem/pem_pk8.c | 1 - crypto/pem/pem_pkey.c | 1 - crypto/pem/pem_sign.c | 1 - crypto/pem/pem_x509.c | 1 - crypto/pem/pem_xaux.c | 1 - crypto/pkcs12/p12_add.c | 1 - crypto/pkcs12/p12_asn.c | 1 - crypto/pkcs12/p12_attr.c | 1 - crypto/pkcs12/p12_crpt.c | 1 - crypto/pkcs12/p12_crt.c | 1 - crypto/pkcs12/p12_decr.c | 1 - crypto/pkcs12/p12_init.c | 1 - crypto/pkcs12/p12_key.c | 1 - crypto/pkcs12/p12_kiss.c | 1 - crypto/pkcs12/p12_mutl.c | 1 - crypto/pkcs12/p12_npas.c | 1 - crypto/pkcs12/p12_p8d.c | 1 - crypto/pkcs12/p12_p8e.c | 1 - crypto/pkcs12/p12_utl.c | 1 - crypto/pkcs12/pk12err.c | 1 - crypto/pkcs7/bio_pk7.c | 1 - crypto/pkcs7/pk7_asn1.c | 1 - crypto/pkcs7/pk7_attr.c | 1 - crypto/pkcs7/pk7_dgst.c | 1 - crypto/pkcs7/pk7_doit.c | 1 - crypto/pkcs7/pk7_enc.c | 1 - crypto/pkcs7/pk7_lib.c | 1 - crypto/pkcs7/pk7_mime.c | 1 - crypto/pkcs7/pk7_smime.c | 1 - crypto/pkcs7/pkcs7err.c | 1 - crypto/rand/md_rand.c | 1 - crypto/rand/rand_egd.c | 1 - crypto/rand/rand_err.c | 1 - crypto/rand/rand_lcl.h | 1 - crypto/rand/rand_lib.c | 1 - crypto/rand/rand_nw.c | 1 - crypto/rand/rand_os2.c | 1 - crypto/rand/rand_unix.c | 1 - crypto/rand/rand_vms.c | 1 - crypto/rand/rand_win.c | 1 - crypto/rand/randfile.c | 1 - crypto/rc2/rc2_cbc.c | 1 - crypto/rc2/rc2_ecb.c | 1 - crypto/rc2/rc2_locl.h | 1 - crypto/rc2/rc2_skey.c | 1 - crypto/rc2/rc2cfb64.c | 1 - crypto/rc2/rc2ofb64.c | 1 - crypto/rc4/rc4_enc.c | 1 - crypto/rc4/rc4_skey.c | 1 - crypto/rc5/rc5_ecb.c | 1 - crypto/rc5/rc5_enc.c | 1 - crypto/rc5/rc5_locl.h | 1 - crypto/rc5/rc5_skey.c | 1 - crypto/rc5/rc5cfb64.c | 1 - crypto/rc5/rc5ofb64.c | 1 - crypto/ripemd/rmd_dgst.c | 1 - crypto/ripemd/rmd_locl.h | 1 - crypto/ripemd/rmd_one.c | 1 - crypto/ripemd/rmdconst.h | 1 - crypto/rsa/rsa_ameth.c | 1 - crypto/rsa/rsa_asn1.c | 1 - crypto/rsa/rsa_chk.c | 1 - crypto/rsa/rsa_crpt.c | 1 - crypto/rsa/rsa_depr.c | 1 - crypto/rsa/rsa_err.c | 1 - crypto/rsa/rsa_gen.c | 1 - crypto/rsa/rsa_lib.c | 1 - crypto/rsa/rsa_none.c | 1 - crypto/rsa/rsa_null.c | 1 - crypto/rsa/rsa_oaep.c | 1 - crypto/rsa/rsa_pk1.c | 1 - crypto/rsa/rsa_pmeth.c | 1 - crypto/rsa/rsa_prn.c | 1 - crypto/rsa/rsa_pss.c | 1 - crypto/rsa/rsa_saos.c | 1 - crypto/rsa/rsa_sign.c | 1 - crypto/rsa/rsa_ssl.c | 1 - crypto/rsa/rsa_x931.c | 1 - crypto/rsa/rsa_x931g.c | 1 - crypto/seed/seed_cbc.c | 1 - crypto/seed/seed_cfb.c | 1 - crypto/seed/seed_ecb.c | 1 - crypto/seed/seed_ofb.c | 1 - crypto/sha/sha1_one.c | 1 - crypto/sha/sha1dgst.c | 1 - crypto/sha/sha256.c | 1 - crypto/sha/sha512.c | 1 - crypto/sha/sha_locl.h | 1 - crypto/srp/srp_lib.c | 1 - crypto/srp/srp_vfy.c | 1 - crypto/stack/stack.c | 1 - crypto/store/str_err.c | 1 - crypto/store/str_lib.c | 1 - crypto/store/str_locl.h | 1 - crypto/store/str_mem.c | 1 - crypto/store/str_meth.c | 1 - crypto/thr_id.c | 1 - crypto/ts/ts_asn1.c | 1 - crypto/ts/ts_conf.c | 1 - crypto/ts/ts_err.c | 1 - crypto/ts/ts_lib.c | 1 - crypto/ts/ts_req_print.c | 1 - crypto/ts/ts_req_utils.c | 1 - crypto/ts/ts_rsp_print.c | 1 - crypto/ts/ts_rsp_sign.c | 1 - crypto/ts/ts_rsp_utils.c | 1 - crypto/ts/ts_rsp_verify.c | 1 - crypto/ts/ts_verify_ctx.c | 1 - crypto/txt_db/txt_db.c | 1 - crypto/ui/ui_err.c | 1 - crypto/ui/ui_lib.c | 1 - crypto/ui/ui_locl.h | 1 - crypto/ui/ui_openssl.c | 1 - crypto/ui/ui_util.c | 1 - crypto/uid.c | 1 - crypto/x509/by_dir.c | 1 - crypto/x509/by_file.c | 1 - crypto/x509/t_crl.c | 1 - crypto/x509/t_req.c | 1 - crypto/x509/t_x509.c | 1 - crypto/x509/x509_att.c | 1 - crypto/x509/x509_cmp.c | 1 - crypto/x509/x509_d2.c | 1 - crypto/x509/x509_def.c | 1 - crypto/x509/x509_err.c | 1 - crypto/x509/x509_ext.c | 1 - crypto/x509/x509_lcl.h | 1 - crypto/x509/x509_lu.c | 1 - crypto/x509/x509_obj.c | 1 - crypto/x509/x509_r2x.c | 1 - crypto/x509/x509_req.c | 1 - crypto/x509/x509_set.c | 1 - crypto/x509/x509_trs.c | 1 - crypto/x509/x509_txt.c | 1 - crypto/x509/x509_v3.c | 1 - crypto/x509/x509_vfy.c | 1 - crypto/x509/x509_vpm.c | 1 - crypto/x509/x509cset.c | 1 - crypto/x509/x509name.c | 1 - crypto/x509/x509rset.c | 1 - crypto/x509/x509spki.c | 1 - crypto/x509/x509type.c | 1 - crypto/x509/x_all.c | 1 - crypto/x509/x_attrib.c | 1 - crypto/x509/x_crl.c | 1 - crypto/x509/x_exten.c | 1 - crypto/x509/x_name.c | 1 - crypto/x509/x_req.c | 1 - crypto/x509/x_x509.c | 1 - crypto/x509/x_x509a.c | 1 - crypto/x509v3/ext_dat.h | 1 - crypto/x509v3/pcy_cache.c | 1 - crypto/x509v3/pcy_data.c | 1 - crypto/x509v3/pcy_int.h | 1 - crypto/x509v3/pcy_lib.c | 1 - crypto/x509v3/pcy_map.c | 1 - crypto/x509v3/pcy_node.c | 1 - crypto/x509v3/pcy_tree.c | 1 - crypto/x509v3/tabtest.c | 1 - crypto/x509v3/v3_akey.c | 1 - crypto/x509v3/v3_akeya.c | 1 - crypto/x509v3/v3_alt.c | 1 - crypto/x509v3/v3_bcons.c | 1 - crypto/x509v3/v3_bitst.c | 1 - crypto/x509v3/v3_conf.c | 1 - crypto/x509v3/v3_cpols.c | 1 - crypto/x509v3/v3_crld.c | 1 - crypto/x509v3/v3_enum.c | 1 - crypto/x509v3/v3_extku.c | 1 - crypto/x509v3/v3_genn.c | 1 - crypto/x509v3/v3_ia5.c | 1 - crypto/x509v3/v3_info.c | 1 - crypto/x509v3/v3_int.c | 1 - crypto/x509v3/v3_lib.c | 1 - crypto/x509v3/v3_ncons.c | 1 - crypto/x509v3/v3_pci.c | 1 - crypto/x509v3/v3_pcia.c | 1 - crypto/x509v3/v3_pcons.c | 1 - crypto/x509v3/v3_pku.c | 1 - crypto/x509v3/v3_pmaps.c | 1 - crypto/x509v3/v3_prn.c | 1 - crypto/x509v3/v3_purp.c | 1 - crypto/x509v3/v3_scts.c | 1 - crypto/x509v3/v3_skey.c | 1 - crypto/x509v3/v3_sxnet.c | 1 - crypto/x509v3/v3_tlsf.c | 1 - crypto/x509v3/v3_utl.c | 1 - crypto/x509v3/v3conf.c | 1 - crypto/x509v3/v3err.c | 1 - crypto/x509v3/v3prin.c | 1 - demos/bio/saccept.c | 3 --- demos/bio/sconnect.c | 3 --- demos/bio/server-arg.c | 3 --- demos/bio/server-cmod.c | 3 --- demos/bio/server-conf.c | 3 --- demos/easy_tls/test.c | 1 - demos/easy_tls/test.h | 1 - demos/engines/cluster_labs/hw_cluster_labs.c | 1 - demos/engines/cluster_labs/hw_cluster_labs_err.c | 1 - demos/engines/ibmca/hw_ibmca.c | 1 - demos/engines/ibmca/hw_ibmca_err.c | 1 - demos/engines/rsaref/rsaref_err.c | 1 - demos/engines/rsaref/rsaref_err.h | 1 - demos/engines/zencod/hw_zencod.c | 1 - demos/engines/zencod/hw_zencod.h | 1 - demos/engines/zencod/hw_zencod_err.c | 1 - demos/pkcs12/pkread.c | 1 - demos/pkcs12/pkwrite.c | 1 - demos/sign/sign.c | 1 - e_os.h | 1 - engines/e_capi.c | 1 - engines/e_capi_err.c | 1 - engines/e_chil.c | 1 - engines/e_chil_err.c | 1 - engines/e_dasync.c | 1 - engines/e_dasync_err.c | 1 - engines/e_ossltest.c | 1 - engines/e_ossltest_err.c | 1 - engines/e_ubsec.c | 1 - engines/e_ubsec_err.c | 1 - include/internal/constant_time_locl.h | 1 - include/internal/dane.h | 1 - include/internal/o_dir.h | 1 - include/internal/o_str.h | 1 - include/openssl/aes.h | 1 - include/openssl/asn1.h | 1 - include/openssl/asn1t.h | 1 - include/openssl/async.h | 1 - include/openssl/bio.h | 1 - include/openssl/blowfish.h | 1 - include/openssl/bn.h | 1 - include/openssl/buffer.h | 1 - include/openssl/camellia.h | 1 - include/openssl/cast.h | 1 - include/openssl/cmac.h | 1 - include/openssl/cms.h | 1 - include/openssl/conf.h | 1 - include/openssl/conf_api.h | 1 - include/openssl/crypto.h | 1 - include/openssl/des.h | 1 - include/openssl/dh.h | 1 - include/openssl/dsa.h | 1 - include/openssl/dso.h | 1 - include/openssl/dtls1.h | 1 - include/openssl/e_os2.h | 1 - include/openssl/ebcdic.h | 1 - include/openssl/engine.h | 1 - include/openssl/err.h | 1 - include/openssl/evp.h | 1 - include/openssl/hmac.h | 1 - include/openssl/idea.h | 1 - include/openssl/kdf.h | 1 - include/openssl/lhash.h | 1 - include/openssl/md2.h | 1 - include/openssl/md4.h | 1 - include/openssl/md5.h | 1 - include/openssl/mdc2.h | 1 - include/openssl/obj_mac.h | 1 - include/openssl/objects.h | 1 - include/openssl/ocsp.h | 1 - include/openssl/opensslconf.h.in | 1 - include/openssl/pem.h | 1 - include/openssl/pkcs12.h | 1 - include/openssl/pkcs7.h | 1 - include/openssl/rand.h | 1 - include/openssl/rc2.h | 1 - include/openssl/rc4.h | 1 - include/openssl/rc5.h | 1 - include/openssl/ripemd.h | 1 - include/openssl/rsa.h | 1 - include/openssl/sha.h | 1 - include/openssl/srp.h | 1 - include/openssl/srtp.h | 1 - include/openssl/ssl.h | 1 - include/openssl/ssl2.h | 1 - include/openssl/ssl3.h | 1 - include/openssl/stack.h | 1 - include/openssl/store.h | 1 - include/openssl/tls1.h | 1 - include/openssl/ts.h | 1 - include/openssl/txt_db.h | 1 - include/openssl/ui.h | 1 - include/openssl/x509.h | 1 - include/openssl/x509_vfy.h | 1 - include/openssl/x509v3.h | 1 - ssl/bio_ssl.c | 1 - ssl/d1_lib.c | 1 - ssl/d1_msg.c | 1 - ssl/d1_srtp.c | 1 - ssl/methods.c | 1 - ssl/packet_locl.h | 1 - ssl/pqueue.c | 1 - ssl/record/dtls1_bitmap.c | 1 - ssl/record/rec_layer_d1.c | 1 - ssl/record/rec_layer_s3.c | 1 - ssl/record/record.h | 1 - ssl/record/record_locl.h | 1 - ssl/record/ssl3_buffer.c | 1 - ssl/record/ssl3_record.c | 1 - ssl/s3_cbc.c | 1 - ssl/s3_enc.c | 1 - ssl/s3_lib.c | 1 - ssl/s3_msg.c | 1 - ssl/ssl_algs.c | 1 - ssl/ssl_asn1.c | 1 - ssl/ssl_ciph.c | 1 - ssl/ssl_err.c | 1 - ssl/ssl_err2.c | 1 - ssl/ssl_locl.h | 1 - ssl/ssl_mcnf.c | 1 - ssl/ssl_rsa.c | 1 - ssl/ssl_sess.c | 1 - ssl/ssl_stat.c | 1 - ssl/ssl_txt.c | 1 - ssl/ssl_utst.c | 1 - ssl/statem/statem.c | 1 - ssl/statem/statem.h | 1 - ssl/statem/statem_clnt.c | 1 - ssl/statem/statem_dtls.c | 1 - ssl/statem/statem_lib.c | 1 - ssl/statem/statem_locl.h | 1 - ssl/statem/statem_srvr.c | 1 - ssl/t1_enc.c | 1 - ssl/t1_ext.c | 1 - ssl/t1_lib.c | 1 - ssl/t1_reneg.c | 1 - ssl/t1_trce.c | 1 - ssl/tls_srp.c | 1 - test/asynctest.c | 1 - test/bftest.c | 1 - test/bntest.c | 1 - test/casttest.c | 1 - test/constant_time_test.c | 1 - test/danetest.c | 1 - test/destest.c | 1 - test/dhtest.c | 1 - test/dsatest.c | 1 - test/ecdhtest.c | 1 - test/ecdsatest.c | 1 - test/ectest.c | 1 - test/enginetest.c | 1 - test/evp_test.c | 1 - test/exptest.c | 1 - test/heartbeat_test.c | 1 - test/hmactest.c | 1 - test/ideatest.c | 1 - test/igetest.c | 1 - test/md2test.c | 1 - test/md4test.c | 1 - test/md5test.c | 1 - test/mdc2test.c | 1 - test/methtest.c | 1 - test/packettest.c | 1 - test/r160test.c | 1 - test/randtest.c | 1 - test/rc2test.c | 1 - test/rc4test.c | 1 - test/rc5test.c | 1 - test/rmdtest.c | 1 - test/sha1test.c | 1 - test/sha256t.c | 1 - test/sha512t.c | 1 - test/ssltest.c | 1 - test/testutil.c | 1 - test/testutil.h | 1 - 769 files changed, 779 deletions(-) diff --git a/apps/apps.h b/apps/apps.h index e402f3c9ac1..99bcd5098a8 100644 --- a/apps/apps.h +++ b/apps/apps.h @@ -1,4 +1,3 @@ -/* apps/apps.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/apps/s_apps.h b/apps/s_apps.h index 91faf4fe12c..a065da493cf 100644 --- a/apps/s_apps.h +++ b/apps/s_apps.h @@ -1,4 +1,3 @@ -/* apps/s_apps.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/apps/testrsa.h b/apps/testrsa.h index 556f67b3d62..b1633136605 100644 --- a/apps/testrsa.h +++ b/apps/testrsa.h @@ -1,4 +1,3 @@ -/* apps/testrsa.h */ /* used by apps/speed.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. diff --git a/apps/timeouts.h b/apps/timeouts.h index f423010c0c7..dc83e9deec1 100644 --- a/apps/timeouts.h +++ b/apps/timeouts.h @@ -1,4 +1,3 @@ -/* apps/timeouts.h */ /* * DTLS implementation written by Nagendra Modadugu * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. diff --git a/crypto/aes/aes_cbc.c b/crypto/aes/aes_cbc.c index 805d0e260a6..826de68af88 100644 --- a/crypto/aes/aes_cbc.c +++ b/crypto/aes/aes_cbc.c @@ -1,4 +1,3 @@ -/* crypto/aes/aes_cbc.c */ /* ==================================================================== * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. * diff --git a/crypto/aes/aes_cfb.c b/crypto/aes/aes_cfb.c index 1225000963e..3962c3e9213 100644 --- a/crypto/aes/aes_cfb.c +++ b/crypto/aes/aes_cfb.c @@ -1,4 +1,3 @@ -/* crypto/aes/aes_cfb.c */ /* ==================================================================== * Copyright (c) 2002-2006 The OpenSSL Project. All rights reserved. * diff --git a/crypto/aes/aes_core.c b/crypto/aes/aes_core.c index 20c545ec25f..326cc569cae 100644 --- a/crypto/aes/aes_core.c +++ b/crypto/aes/aes_core.c @@ -1,4 +1,3 @@ -/* crypto/aes/aes_core.c */ /** * rijndael-alg-fst.c * diff --git a/crypto/aes/aes_ecb.c b/crypto/aes/aes_ecb.c index 52151a5c70f..61cb0e73584 100644 --- a/crypto/aes/aes_ecb.c +++ b/crypto/aes/aes_ecb.c @@ -1,4 +1,3 @@ -/* crypto/aes/aes_ecb.c */ /* ==================================================================== * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. * diff --git a/crypto/aes/aes_ige.c b/crypto/aes/aes_ige.c index b3ff9822023..f8f4ba57753 100644 --- a/crypto/aes/aes_ige.c +++ b/crypto/aes/aes_ige.c @@ -1,4 +1,3 @@ -/* crypto/aes/aes_ige.c */ /* ==================================================================== * Copyright (c) 2006 The OpenSSL Project. All rights reserved. * diff --git a/crypto/aes/aes_locl.h b/crypto/aes/aes_locl.h index 7acd74ec160..7ab2d19eb05 100644 --- a/crypto/aes/aes_locl.h +++ b/crypto/aes/aes_locl.h @@ -1,4 +1,3 @@ -/* crypto/aes/aes.h */ /* ==================================================================== * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. * diff --git a/crypto/aes/aes_misc.c b/crypto/aes/aes_misc.c index 5af36d5f08d..ca84a6cc33e 100644 --- a/crypto/aes/aes_misc.c +++ b/crypto/aes/aes_misc.c @@ -1,4 +1,3 @@ -/* crypto/aes/aes_misc.c */ /* ==================================================================== * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. * diff --git a/crypto/aes/aes_ofb.c b/crypto/aes/aes_ofb.c index 64a08caaec6..bc240383a8c 100644 --- a/crypto/aes/aes_ofb.c +++ b/crypto/aes/aes_ofb.c @@ -1,4 +1,3 @@ -/* crypto/aes/aes_ofb.c */ /* ==================================================================== * Copyright (c) 2002-2006 The OpenSSL Project. All rights reserved. * diff --git a/crypto/aes/aes_wrap.c b/crypto/aes/aes_wrap.c index b370a4f9a01..c9cd3d3f2b8 100644 --- a/crypto/aes/aes_wrap.c +++ b/crypto/aes/aes_wrap.c @@ -1,4 +1,3 @@ -/* crypto/aes/aes_wrap.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. diff --git a/crypto/aes/aes_x86core.c b/crypto/aes/aes_x86core.c index b5dd6976772..400884aff51 100644 --- a/crypto/aes/aes_x86core.c +++ b/crypto/aes/aes_x86core.c @@ -1,4 +1,3 @@ -/* crypto/aes/aes_core.c */ /** * rijndael-alg-fst.c * diff --git a/crypto/asn1/a_bitstr.c b/crypto/asn1/a_bitstr.c index b4e71fd0f74..00b0854c6b2 100644 --- a/crypto/asn1/a_bitstr.c +++ b/crypto/asn1/a_bitstr.c @@ -1,4 +1,3 @@ -/* crypto/asn1/a_bitstr.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/asn1/a_d2i_fp.c b/crypto/asn1/a_d2i_fp.c index 2e61029a1d1..5ba6e1d1dad 100644 --- a/crypto/asn1/a_d2i_fp.c +++ b/crypto/asn1/a_d2i_fp.c @@ -1,4 +1,3 @@ -/* crypto/asn1/a_d2i_fp.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/asn1/a_digest.c b/crypto/asn1/a_digest.c index 57adcccd499..a2c837c7570 100644 --- a/crypto/asn1/a_digest.c +++ b/crypto/asn1/a_digest.c @@ -1,4 +1,3 @@ -/* crypto/asn1/a_digest.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/asn1/a_dup.c b/crypto/asn1/a_dup.c index 60d3544365f..569fceea94d 100644 --- a/crypto/asn1/a_dup.c +++ b/crypto/asn1/a_dup.c @@ -1,4 +1,3 @@ -/* crypto/asn1/a_dup.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/asn1/a_gentm.c b/crypto/asn1/a_gentm.c index 672c11d971d..7ba5e524157 100644 --- a/crypto/asn1/a_gentm.c +++ b/crypto/asn1/a_gentm.c @@ -1,4 +1,3 @@ -/* crypto/asn1/a_gentm.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/asn1/a_i2d_fp.c b/crypto/asn1/a_i2d_fp.c index 353c2c56059..68eedc41228 100644 --- a/crypto/asn1/a_i2d_fp.c +++ b/crypto/asn1/a_i2d_fp.c @@ -1,4 +1,3 @@ -/* crypto/asn1/a_i2d_fp.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/asn1/a_int.c b/crypto/asn1/a_int.c index 5d5e7f61c0d..af52beb420d 100644 --- a/crypto/asn1/a_int.c +++ b/crypto/asn1/a_int.c @@ -1,4 +1,3 @@ -/* crypto/asn1/a_int.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/asn1/a_mbstr.c b/crypto/asn1/a_mbstr.c index 0892976293c..8c38e19963b 100644 --- a/crypto/asn1/a_mbstr.c +++ b/crypto/asn1/a_mbstr.c @@ -1,4 +1,3 @@ -/* a_mbstr.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/asn1/a_object.c b/crypto/asn1/a_object.c index cabda535195..5d3ebd6ca7a 100644 --- a/crypto/asn1/a_object.c +++ b/crypto/asn1/a_object.c @@ -1,4 +1,3 @@ -/* crypto/asn1/a_object.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/asn1/a_octet.c b/crypto/asn1/a_octet.c index 430f00faee1..7b5bf6fc38d 100644 --- a/crypto/asn1/a_octet.c +++ b/crypto/asn1/a_octet.c @@ -1,4 +1,3 @@ -/* crypto/asn1/a_octet.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/asn1/a_print.c b/crypto/asn1/a_print.c index 9ad4866b040..9c70891c222 100644 --- a/crypto/asn1/a_print.c +++ b/crypto/asn1/a_print.c @@ -1,4 +1,3 @@ -/* crypto/asn1/a_print.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/asn1/a_sign.c b/crypto/asn1/a_sign.c index 5b5d5b7afc7..99124c1bed2 100644 --- a/crypto/asn1/a_sign.c +++ b/crypto/asn1/a_sign.c @@ -1,4 +1,3 @@ -/* crypto/asn1/a_sign.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/asn1/a_strex.c b/crypto/asn1/a_strex.c index 7d37c73d395..977f523fbfe 100644 --- a/crypto/asn1/a_strex.c +++ b/crypto/asn1/a_strex.c @@ -1,4 +1,3 @@ -/* a_strex.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2000. diff --git a/crypto/asn1/a_strnid.c b/crypto/asn1/a_strnid.c index 43252c1cf4f..79748bf7547 100644 --- a/crypto/asn1/a_strnid.c +++ b/crypto/asn1/a_strnid.c @@ -1,4 +1,3 @@ -/* a_strnid.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/asn1/a_time.c b/crypto/asn1/a_time.c index c5e632e3566..ef429da2732 100644 --- a/crypto/asn1/a_time.c +++ b/crypto/asn1/a_time.c @@ -1,4 +1,3 @@ -/* crypto/asn1/a_time.c */ /* ==================================================================== * Copyright (c) 1999 The OpenSSL Project. All rights reserved. * diff --git a/crypto/asn1/a_type.c b/crypto/asn1/a_type.c index 474aecadc6b..8dea2e0e5cb 100644 --- a/crypto/asn1/a_type.c +++ b/crypto/asn1/a_type.c @@ -1,4 +1,3 @@ -/* crypto/asn1/a_type.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/asn1/a_utctm.c b/crypto/asn1/a_utctm.c index cf52c192962..432125bfc40 100644 --- a/crypto/asn1/a_utctm.c +++ b/crypto/asn1/a_utctm.c @@ -1,4 +1,3 @@ -/* crypto/asn1/a_utctm.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/asn1/a_utf8.c b/crypto/asn1/a_utf8.c index 8697c66efde..64e983e79a4 100644 --- a/crypto/asn1/a_utf8.c +++ b/crypto/asn1/a_utf8.c @@ -1,4 +1,3 @@ -/* crypto/asn1/a_utf8.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/asn1/a_verify.c b/crypto/asn1/a_verify.c index 2ec84309b9d..211689b14d5 100644 --- a/crypto/asn1/a_verify.c +++ b/crypto/asn1/a_verify.c @@ -1,4 +1,3 @@ -/* crypto/asn1/a_verify.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/asn1/asn1_err.c b/crypto/asn1/asn1_err.c index 83e4e7567eb..465b2633e66 100644 --- a/crypto/asn1/asn1_err.c +++ b/crypto/asn1/asn1_err.c @@ -1,4 +1,3 @@ -/* crypto/asn1/asn1_err.c */ /* ==================================================================== * Copyright (c) 1999-2015 The OpenSSL Project. All rights reserved. * diff --git a/crypto/asn1/asn1_gen.c b/crypto/asn1/asn1_gen.c index 200d88d1b26..fc69e31987f 100644 --- a/crypto/asn1/asn1_gen.c +++ b/crypto/asn1/asn1_gen.c @@ -1,4 +1,3 @@ -/* asn1_gen.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2002. diff --git a/crypto/asn1/asn1_lib.c b/crypto/asn1/asn1_lib.c index 56fd9bf4c3c..da1ac78e067 100644 --- a/crypto/asn1/asn1_lib.c +++ b/crypto/asn1/asn1_lib.c @@ -1,4 +1,3 @@ -/* crypto/asn1/asn1_lib.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/asn1/asn1_locl.h b/crypto/asn1/asn1_locl.h index c47eb44938f..ea3d20ae384 100644 --- a/crypto/asn1/asn1_locl.h +++ b/crypto/asn1/asn1_locl.h @@ -1,4 +1,3 @@ -/* asn1t.h */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2006. diff --git a/crypto/asn1/asn1_par.c b/crypto/asn1/asn1_par.c index 4698e022e29..e65dacd83ab 100644 --- a/crypto/asn1/asn1_par.c +++ b/crypto/asn1/asn1_par.c @@ -1,4 +1,3 @@ -/* crypto/asn1/asn1_par.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/asn1/asn_mime.c b/crypto/asn1/asn_mime.c index 58d53240afa..0fb51262607 100644 --- a/crypto/asn1/asn_mime.c +++ b/crypto/asn1/asn_mime.c @@ -1,4 +1,3 @@ -/* asn_mime.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. diff --git a/crypto/asn1/asn_moid.c b/crypto/asn1/asn_moid.c index bb334d015e5..168bc46bcfe 100644 --- a/crypto/asn1/asn_moid.c +++ b/crypto/asn1/asn_moid.c @@ -1,4 +1,3 @@ -/* asn_moid.c */ /* * Written by Stephen Henson (steve@openssl.org) for the OpenSSL project * 2001. diff --git a/crypto/asn1/asn_mstbl.c b/crypto/asn1/asn_mstbl.c index b53715783a3..ad1c4cfce6a 100644 --- a/crypto/asn1/asn_mstbl.c +++ b/crypto/asn1/asn_mstbl.c @@ -1,4 +1,3 @@ -/* asn_mstbl.c */ /* * Written by Stephen Henson (steve@openssl.org) for the OpenSSL project * 2012. diff --git a/crypto/asn1/asn_pack.c b/crypto/asn1/asn_pack.c index d8655badb8d..93b7b90215b 100644 --- a/crypto/asn1/asn_pack.c +++ b/crypto/asn1/asn_pack.c @@ -1,4 +1,3 @@ -/* asn_pack.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/asn1/bio_asn1.c b/crypto/asn1/bio_asn1.c index a5bcc265fd9..33998e72648 100644 --- a/crypto/asn1/bio_asn1.c +++ b/crypto/asn1/bio_asn1.c @@ -1,4 +1,3 @@ -/* bio_asn1.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. diff --git a/crypto/asn1/bio_ndef.c b/crypto/asn1/bio_ndef.c index dfbbc68986a..99c0b7ab2f7 100644 --- a/crypto/asn1/bio_ndef.c +++ b/crypto/asn1/bio_ndef.c @@ -1,4 +1,3 @@ -/* bio_ndef.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. diff --git a/crypto/asn1/d2i_pr.c b/crypto/asn1/d2i_pr.c index 02efa835835..bfbe2096ca1 100644 --- a/crypto/asn1/d2i_pr.c +++ b/crypto/asn1/d2i_pr.c @@ -1,4 +1,3 @@ -/* crypto/asn1/d2i_pr.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/asn1/d2i_pu.c b/crypto/asn1/d2i_pu.c index 1b29f1c7f13..9665ae67208 100644 --- a/crypto/asn1/d2i_pu.c +++ b/crypto/asn1/d2i_pu.c @@ -1,4 +1,3 @@ -/* crypto/asn1/d2i_pu.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/asn1/evp_asn1.c b/crypto/asn1/evp_asn1.c index b7e5620ec20..79e7121998a 100644 --- a/crypto/asn1/evp_asn1.c +++ b/crypto/asn1/evp_asn1.c @@ -1,4 +1,3 @@ -/* crypto/asn1/evp_asn1.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/asn1/f_int.c b/crypto/asn1/f_int.c index 1c02cc0a626..0feb7a15b6f 100644 --- a/crypto/asn1/f_int.c +++ b/crypto/asn1/f_int.c @@ -1,4 +1,3 @@ -/* crypto/asn1/f_int.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/asn1/f_string.c b/crypto/asn1/f_string.c index cecbb4a0b24..048f92a5fbf 100644 --- a/crypto/asn1/f_string.c +++ b/crypto/asn1/f_string.c @@ -1,4 +1,3 @@ -/* crypto/asn1/f_string.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/asn1/i2d_pr.c b/crypto/asn1/i2d_pr.c index b7dfb65a31a..7ca643fb584 100644 --- a/crypto/asn1/i2d_pr.c +++ b/crypto/asn1/i2d_pr.c @@ -1,4 +1,3 @@ -/* crypto/asn1/i2d_pr.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/asn1/i2d_pu.c b/crypto/asn1/i2d_pu.c index 94233cb8e9e..db508ac178f 100644 --- a/crypto/asn1/i2d_pu.c +++ b/crypto/asn1/i2d_pu.c @@ -1,4 +1,3 @@ -/* crypto/asn1/i2d_pu.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/asn1/n_pkey.c b/crypto/asn1/n_pkey.c index c42422c248c..90ea32c5270 100644 --- a/crypto/asn1/n_pkey.c +++ b/crypto/asn1/n_pkey.c @@ -1,4 +1,3 @@ -/* crypto/asn1/n_pkey.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/asn1/nsseq.c b/crypto/asn1/nsseq.c index f2f7cba49ee..550fc8eb708 100644 --- a/crypto/asn1/nsseq.c +++ b/crypto/asn1/nsseq.c @@ -1,4 +1,3 @@ -/* nsseq.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/asn1/p5_pbe.c b/crypto/asn1/p5_pbe.c index 4d7a9c61c14..e75ab7e9765 100644 --- a/crypto/asn1/p5_pbe.c +++ b/crypto/asn1/p5_pbe.c @@ -1,4 +1,3 @@ -/* p5_pbe.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/asn1/p5_pbev2.c b/crypto/asn1/p5_pbev2.c index f85096ba939..244706a3dfe 100644 --- a/crypto/asn1/p5_pbev2.c +++ b/crypto/asn1/p5_pbev2.c @@ -1,4 +1,3 @@ -/* p5_pbev2.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999-2004. diff --git a/crypto/asn1/p5_scrypt.c b/crypto/asn1/p5_scrypt.c index af7b902a851..6ee7ef4b3b5 100644 --- a/crypto/asn1/p5_scrypt.c +++ b/crypto/asn1/p5_scrypt.c @@ -1,4 +1,3 @@ -/* p5_scrypt.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2015. diff --git a/crypto/asn1/p8_pkey.c b/crypto/asn1/p8_pkey.c index f4fbc085e75..59f1cd167a6 100644 --- a/crypto/asn1/p8_pkey.c +++ b/crypto/asn1/p8_pkey.c @@ -1,4 +1,3 @@ -/* p8_pkey.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/asn1/t_bitst.c b/crypto/asn1/t_bitst.c index daee7f550c2..2b38e0573c1 100644 --- a/crypto/asn1/t_bitst.c +++ b/crypto/asn1/t_bitst.c @@ -1,4 +1,3 @@ -/* t_bitst.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/asn1/t_pkey.c b/crypto/asn1/t_pkey.c index b137da7cb23..c50d1936083 100644 --- a/crypto/asn1/t_pkey.c +++ b/crypto/asn1/t_pkey.c @@ -1,4 +1,3 @@ -/* crypto/asn1/t_pkey.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/asn1/t_spki.c b/crypto/asn1/t_spki.c index c49f1c7dd27..206bd24e394 100644 --- a/crypto/asn1/t_spki.c +++ b/crypto/asn1/t_spki.c @@ -1,4 +1,3 @@ -/* t_spki.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/asn1/tasn_dec.c b/crypto/asn1/tasn_dec.c index 802f929640e..67dddcf112d 100644 --- a/crypto/asn1/tasn_dec.c +++ b/crypto/asn1/tasn_dec.c @@ -1,4 +1,3 @@ -/* tasn_dec.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2000. diff --git a/crypto/asn1/tasn_enc.c b/crypto/asn1/tasn_enc.c index 50375225b05..0d25cf9d75e 100644 --- a/crypto/asn1/tasn_enc.c +++ b/crypto/asn1/tasn_enc.c @@ -1,4 +1,3 @@ -/* tasn_enc.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2000. diff --git a/crypto/asn1/tasn_fre.c b/crypto/asn1/tasn_fre.c index 1e778858ac1..2fc036fb666 100644 --- a/crypto/asn1/tasn_fre.c +++ b/crypto/asn1/tasn_fre.c @@ -1,4 +1,3 @@ -/* tasn_fre.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2000. diff --git a/crypto/asn1/tasn_new.c b/crypto/asn1/tasn_new.c index 125b26fd7f5..9e8ba9c0b27 100644 --- a/crypto/asn1/tasn_new.c +++ b/crypto/asn1/tasn_new.c @@ -1,4 +1,3 @@ -/* tasn_new.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2000. diff --git a/crypto/asn1/tasn_prn.c b/crypto/asn1/tasn_prn.c index 329ef94db1a..10570ca5763 100644 --- a/crypto/asn1/tasn_prn.c +++ b/crypto/asn1/tasn_prn.c @@ -1,4 +1,3 @@ -/* tasn_prn.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2000. diff --git a/crypto/asn1/tasn_scn.c b/crypto/asn1/tasn_scn.c index f0d37d10447..a7758394b1d 100644 --- a/crypto/asn1/tasn_scn.c +++ b/crypto/asn1/tasn_scn.c @@ -1,4 +1,3 @@ -/* tasn_scn.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2010. diff --git a/crypto/asn1/tasn_typ.c b/crypto/asn1/tasn_typ.c index 1d806dcc683..da9a80a06d2 100644 --- a/crypto/asn1/tasn_typ.c +++ b/crypto/asn1/tasn_typ.c @@ -1,4 +1,3 @@ -/* tasn_typ.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2000. diff --git a/crypto/asn1/tasn_utl.c b/crypto/asn1/tasn_utl.c index 10cc1f9143a..f1807c20f4c 100644 --- a/crypto/asn1/tasn_utl.c +++ b/crypto/asn1/tasn_utl.c @@ -1,4 +1,3 @@ -/* tasn_utl.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2000. diff --git a/crypto/asn1/x_algor.c b/crypto/asn1/x_algor.c index 5ad63eb90db..30c59d850f4 100644 --- a/crypto/asn1/x_algor.c +++ b/crypto/asn1/x_algor.c @@ -1,4 +1,3 @@ -/* x_algor.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2000. diff --git a/crypto/asn1/x_bignum.c b/crypto/asn1/x_bignum.c index e27480bdfb2..c8072e337f9 100644 --- a/crypto/asn1/x_bignum.c +++ b/crypto/asn1/x_bignum.c @@ -1,4 +1,3 @@ -/* x_bignum.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2000. diff --git a/crypto/asn1/x_info.c b/crypto/asn1/x_info.c index 0a75e493614..375e0ae8bd5 100644 --- a/crypto/asn1/x_info.c +++ b/crypto/asn1/x_info.c @@ -1,4 +1,3 @@ -/* crypto/asn1/x_info.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/asn1/x_long.c b/crypto/asn1/x_long.c index d4b75e6b9aa..f804282c51b 100644 --- a/crypto/asn1/x_long.c +++ b/crypto/asn1/x_long.c @@ -1,4 +1,3 @@ -/* x_long.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2000. diff --git a/crypto/asn1/x_pkey.c b/crypto/asn1/x_pkey.c index cb6f21f0c16..5bca68ad1e0 100644 --- a/crypto/asn1/x_pkey.c +++ b/crypto/asn1/x_pkey.c @@ -1,4 +1,3 @@ -/* crypto/asn1/x_pkey.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/asn1/x_pubkey.c b/crypto/asn1/x_pubkey.c index baa34f0c9b9..1d65b20ed61 100644 --- a/crypto/asn1/x_pubkey.c +++ b/crypto/asn1/x_pubkey.c @@ -1,4 +1,3 @@ -/* crypto/asn1/x_pubkey.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/asn1/x_sig.c b/crypto/asn1/x_sig.c index 472174b3c60..8197d2a30a2 100644 --- a/crypto/asn1/x_sig.c +++ b/crypto/asn1/x_sig.c @@ -1,4 +1,3 @@ -/* crypto/asn1/x_sig.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/asn1/x_spki.c b/crypto/asn1/x_spki.c index a2b20fbba76..636f69b3eda 100644 --- a/crypto/asn1/x_spki.c +++ b/crypto/asn1/x_spki.c @@ -1,4 +1,3 @@ -/* crypto/asn1/x_spki.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/asn1/x_val.c b/crypto/asn1/x_val.c index 845a7c30f64..d9ebfe1c7e7 100644 --- a/crypto/asn1/x_val.c +++ b/crypto/asn1/x_val.c @@ -1,4 +1,3 @@ -/* crypto/asn1/x_val.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/async/arch/async_null.c b/crypto/async/arch/async_null.c index baed8840209..d3f686f492f 100644 --- a/crypto/async/arch/async_null.c +++ b/crypto/async/arch/async_null.c @@ -1,4 +1,3 @@ -/* crypto/async/arch/async_null.c */ /* * Written by Matt Caswell (matt@openssl.org) for the OpenSSL project. */ diff --git a/crypto/async/arch/async_null.h b/crypto/async/arch/async_null.h index 72a888a89b6..93887aec19a 100644 --- a/crypto/async/arch/async_null.h +++ b/crypto/async/arch/async_null.h @@ -1,4 +1,3 @@ -/* crypto/async/arch/async_null.h */ /* * Written by Matt Caswell (matt@openssl.org) for the OpenSSL project. */ diff --git a/crypto/async/arch/async_posix.c b/crypto/async/arch/async_posix.c index 30075810bae..1df77cccbe1 100644 --- a/crypto/async/arch/async_posix.c +++ b/crypto/async/arch/async_posix.c @@ -1,4 +1,3 @@ -/* crypto/async/arch/async_posix.c */ /* * Written by Matt Caswell (matt@openssl.org) for the OpenSSL project. */ diff --git a/crypto/async/arch/async_posix.h b/crypto/async/arch/async_posix.h index 475b56faabf..6cc313e16a2 100644 --- a/crypto/async/arch/async_posix.h +++ b/crypto/async/arch/async_posix.h @@ -1,4 +1,3 @@ -/* crypto/async/arch/async_posix.h */ /* * Written by Matt Caswell (matt@openssl.org) for the OpenSSL project. */ diff --git a/crypto/async/arch/async_win.c b/crypto/async/arch/async_win.c index 519476c397a..f3de79a73bc 100644 --- a/crypto/async/arch/async_win.c +++ b/crypto/async/arch/async_win.c @@ -1,4 +1,3 @@ -/* crypto/async/arch/async_win.c */ /* * Written by Matt Caswell (matt@openssl.org) for the OpenSSL project. */ diff --git a/crypto/async/arch/async_win.h b/crypto/async/arch/async_win.h index 31f248216f1..d2054bf665c 100644 --- a/crypto/async/arch/async_win.h +++ b/crypto/async/arch/async_win.h @@ -1,4 +1,3 @@ -/* crypto/async/arch/async_win.h */ /* * Written by Matt Caswell (matt@openssl.org) for the OpenSSL project. */ diff --git a/crypto/async/async.c b/crypto/async/async.c index 031ca039e48..9d68a7c77fc 100644 --- a/crypto/async/async.c +++ b/crypto/async/async.c @@ -1,4 +1,3 @@ -/* crypto/async/async.c */ /* * Written by Matt Caswell (matt@openssl.org) for the OpenSSL project. */ diff --git a/crypto/async/async_err.c b/crypto/async/async_err.c index 6fe1f85dbb0..26b34d4defe 100644 --- a/crypto/async/async_err.c +++ b/crypto/async/async_err.c @@ -1,4 +1,3 @@ -/* crypto/async/async_err.c */ /* ==================================================================== * Copyright (c) 1999-2015 The OpenSSL Project. All rights reserved. * diff --git a/crypto/async/async_locl.h b/crypto/async/async_locl.h index 2f84a78e33f..0710f9e74cf 100644 --- a/crypto/async/async_locl.h +++ b/crypto/async/async_locl.h @@ -1,4 +1,3 @@ -/* crypto/async/async_locl.h */ /* * Written by Matt Caswell (matt@openssl.org) for the OpenSSL project. */ diff --git a/crypto/bf/bf_cbc.c b/crypto/bf/bf_cbc.c index de827a1a3c2..b052951fcd3 100644 --- a/crypto/bf/bf_cbc.c +++ b/crypto/bf/bf_cbc.c @@ -1,4 +1,3 @@ -/* crypto/bf/bf_cbc.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/bf/bf_cfb64.c b/crypto/bf/bf_cfb64.c index ddeab6eb775..cab8bf8e744 100644 --- a/crypto/bf/bf_cfb64.c +++ b/crypto/bf/bf_cfb64.c @@ -1,4 +1,3 @@ -/* crypto/bf/bf_cfb64.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/bf/bf_ecb.c b/crypto/bf/bf_ecb.c index 7a45a02537d..dfee789ffca 100644 --- a/crypto/bf/bf_ecb.c +++ b/crypto/bf/bf_ecb.c @@ -1,4 +1,3 @@ -/* crypto/bf/bf_ecb.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/bf/bf_enc.c b/crypto/bf/bf_enc.c index b268795f5b6..76d427048a3 100644 --- a/crypto/bf/bf_enc.c +++ b/crypto/bf/bf_enc.c @@ -1,4 +1,3 @@ -/* crypto/bf/bf_enc.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/bf/bf_locl.h b/crypto/bf/bf_locl.h index fe2c9db9e0e..ecdf3882413 100644 --- a/crypto/bf/bf_locl.h +++ b/crypto/bf/bf_locl.h @@ -1,4 +1,3 @@ -/* crypto/bf/bf_locl.h */ /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/bf/bf_ofb64.c b/crypto/bf/bf_ofb64.c index a8d190b5dd1..97a58cef6a0 100644 --- a/crypto/bf/bf_ofb64.c +++ b/crypto/bf/bf_ofb64.c @@ -1,4 +1,3 @@ -/* crypto/bf/bf_ofb64.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/bf/bf_pi.h b/crypto/bf/bf_pi.h index 46a26739be5..c3e187363cf 100644 --- a/crypto/bf/bf_pi.h +++ b/crypto/bf/bf_pi.h @@ -1,4 +1,3 @@ -/* crypto/bf/bf_pi.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/bf/bf_skey.c b/crypto/bf/bf_skey.c index 2feff202f5c..3cfc6a1c65e 100644 --- a/crypto/bf/bf_skey.c +++ b/crypto/bf/bf_skey.c @@ -1,4 +1,3 @@ -/* crypto/bf/bf_skey.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/bio/b_dump.c b/crypto/bio/b_dump.c index 3d005e3ff98..77d8c3d96e3 100644 --- a/crypto/bio/b_dump.c +++ b/crypto/bio/b_dump.c @@ -1,4 +1,3 @@ -/* crypto/bio/b_dump.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/bio/b_print.c b/crypto/bio/b_print.c index e0855a6c392..f45fb10deb3 100644 --- a/crypto/bio/b_print.c +++ b/crypto/bio/b_print.c @@ -1,4 +1,3 @@ -/* crypto/bio/b_print.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/bio/b_sock.c b/crypto/bio/b_sock.c index cc090724e80..a7a6aab328d 100644 --- a/crypto/bio/b_sock.c +++ b/crypto/bio/b_sock.c @@ -1,4 +1,3 @@ -/* crypto/bio/b_sock.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/bio/bf_buff.c b/crypto/bio/bf_buff.c index b7a3772979f..1486a183355 100644 --- a/crypto/bio/bf_buff.c +++ b/crypto/bio/bf_buff.c @@ -1,4 +1,3 @@ -/* crypto/bio/bf_buff.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/bio/bf_lbuf.c b/crypto/bio/bf_lbuf.c index cc429813e2f..96ee9206af1 100644 --- a/crypto/bio/bf_lbuf.c +++ b/crypto/bio/bf_lbuf.c @@ -1,4 +1,3 @@ -/* crypto/bio/bf_buff.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/bio/bf_nbio.c b/crypto/bio/bf_nbio.c index 2a2e3146a2d..e78bca50597 100644 --- a/crypto/bio/bf_nbio.c +++ b/crypto/bio/bf_nbio.c @@ -1,4 +1,3 @@ -/* crypto/bio/bf_nbio.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/bio/bf_null.c b/crypto/bio/bf_null.c index 0d55b151503..1481445486f 100644 --- a/crypto/bio/bf_null.c +++ b/crypto/bio/bf_null.c @@ -1,4 +1,3 @@ -/* crypto/bio/bf_null.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/bio/bio_cb.c b/crypto/bio/bio_cb.c index f0dfe8268cf..4d3365e4ecc 100644 --- a/crypto/bio/bio_cb.c +++ b/crypto/bio/bio_cb.c @@ -1,4 +1,3 @@ -/* crypto/bio/bio_cb.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/bio/bio_err.c b/crypto/bio/bio_err.c index 776c1de3c54..308bc3b5f38 100644 --- a/crypto/bio/bio_err.c +++ b/crypto/bio/bio_err.c @@ -1,4 +1,3 @@ -/* crypto/bio/bio_err.c */ /* ==================================================================== * Copyright (c) 1999-2015 The OpenSSL Project. All rights reserved. * diff --git a/crypto/bio/bio_lib.c b/crypto/bio/bio_lib.c index d8d01c7fe95..411619eaba8 100644 --- a/crypto/bio/bio_lib.c +++ b/crypto/bio/bio_lib.c @@ -1,4 +1,3 @@ -/* crypto/bio/bio_lib.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/bio/bss_acpt.c b/crypto/bio/bss_acpt.c index f65ee1a6ef5..a489ba4d2e6 100644 --- a/crypto/bio/bss_acpt.c +++ b/crypto/bio/bss_acpt.c @@ -1,4 +1,3 @@ -/* crypto/bio/bss_acpt.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/bio/bss_bio.c b/crypto/bio/bss_bio.c index 144cde93a3e..ff59780084a 100644 --- a/crypto/bio/bss_bio.c +++ b/crypto/bio/bss_bio.c @@ -1,4 +1,3 @@ -/* crypto/bio/bss_bio.c */ /* ==================================================================== * Copyright (c) 1998-2003 The OpenSSL Project. All rights reserved. * diff --git a/crypto/bio/bss_conn.c b/crypto/bio/bss_conn.c index 929656c882d..2308ad210f8 100644 --- a/crypto/bio/bss_conn.c +++ b/crypto/bio/bss_conn.c @@ -1,4 +1,3 @@ -/* crypto/bio/bss_conn.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/bio/bss_dgram.c b/crypto/bio/bss_dgram.c index 5e934ce93cc..d8e1b942c0a 100644 --- a/crypto/bio/bss_dgram.c +++ b/crypto/bio/bss_dgram.c @@ -1,4 +1,3 @@ -/* crypto/bio/bio_dgram.c */ /* * DTLS implementation written by Nagendra Modadugu * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. diff --git a/crypto/bio/bss_fd.c b/crypto/bio/bss_fd.c index 5bade20e36b..12306c2dc04 100644 --- a/crypto/bio/bss_fd.c +++ b/crypto/bio/bss_fd.c @@ -1,4 +1,3 @@ -/* crypto/bio/bss_fd.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/bio/bss_file.c b/crypto/bio/bss_file.c index c09a9a95f67..1e3f46345f8 100644 --- a/crypto/bio/bss_file.c +++ b/crypto/bio/bss_file.c @@ -1,4 +1,3 @@ -/* crypto/bio/bss_file.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/bio/bss_log.c b/crypto/bio/bss_log.c index a86ea29b678..320ff775f39 100644 --- a/crypto/bio/bss_log.c +++ b/crypto/bio/bss_log.c @@ -1,4 +1,3 @@ -/* crypto/bio/bss_log.c */ /* ==================================================================== * Copyright (c) 1999 The OpenSSL Project. All rights reserved. * diff --git a/crypto/bio/bss_mem.c b/crypto/bio/bss_mem.c index 485a8bf663c..4a0fcdaa8f6 100644 --- a/crypto/bio/bss_mem.c +++ b/crypto/bio/bss_mem.c @@ -1,4 +1,3 @@ -/* crypto/bio/bss_mem.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/bio/bss_null.c b/crypto/bio/bss_null.c index ba39c4c8a15..3a1d77d254e 100644 --- a/crypto/bio/bss_null.c +++ b/crypto/bio/bss_null.c @@ -1,4 +1,3 @@ -/* crypto/bio/bss_null.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/bio/bss_sock.c b/crypto/bio/bss_sock.c index 1673b32b3d6..9988723f8e1 100644 --- a/crypto/bio/bss_sock.c +++ b/crypto/bio/bss_sock.c @@ -1,4 +1,3 @@ -/* crypto/bio/bss_sock.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/bn/bn_add.c b/crypto/bn/bn_add.c index bbb05842452..3e7d86b2dd5 100644 --- a/crypto/bn/bn_add.c +++ b/crypto/bn/bn_add.c @@ -1,4 +1,3 @@ -/* crypto/bn/bn_add.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/bn/bn_asm.c b/crypto/bn/bn_asm.c index 38c10e161c7..9e9bce90528 100644 --- a/crypto/bn/bn_asm.c +++ b/crypto/bn/bn_asm.c @@ -1,4 +1,3 @@ -/* crypto/bn/bn_asm.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/bn/bn_blind.c b/crypto/bn/bn_blind.c index bc2918e99b4..a08d821ac3b 100644 --- a/crypto/bn/bn_blind.c +++ b/crypto/bn/bn_blind.c @@ -1,4 +1,3 @@ -/* crypto/bn/bn_blind.c */ /* ==================================================================== * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. * diff --git a/crypto/bn/bn_const.c b/crypto/bn/bn_const.c index daa80ad4045..12fdf2c84b1 100644 --- a/crypto/bn/bn_const.c +++ b/crypto/bn/bn_const.c @@ -1,4 +1,3 @@ -/* crypto/bn/knownprimes.c */ /* Insert boilerplate */ #include diff --git a/crypto/bn/bn_ctx.c b/crypto/bn/bn_ctx.c index be7a20d6342..88f5ac814fb 100644 --- a/crypto/bn/bn_ctx.c +++ b/crypto/bn/bn_ctx.c @@ -1,4 +1,3 @@ -/* crypto/bn/bn_ctx.c */ /* Written by Ulf Moeller for the OpenSSL project. */ /* ==================================================================== * Copyright (c) 1998-2004 The OpenSSL Project. All rights reserved. diff --git a/crypto/bn/bn_depr.c b/crypto/bn/bn_depr.c index b64aa5fb29b..9e6b08f72c7 100644 --- a/crypto/bn/bn_depr.c +++ b/crypto/bn/bn_depr.c @@ -1,4 +1,3 @@ -/* crypto/bn/bn_depr.c */ /* ==================================================================== * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. * diff --git a/crypto/bn/bn_div.c b/crypto/bn/bn_div.c index cbf27d3e943..2bb9c8c8a18 100644 --- a/crypto/bn/bn_div.c +++ b/crypto/bn/bn_div.c @@ -1,4 +1,3 @@ -/* crypto/bn/bn_div.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/bn/bn_err.c b/crypto/bn/bn_err.c index 060a63d6858..7412859edf3 100644 --- a/crypto/bn/bn_err.c +++ b/crypto/bn/bn_err.c @@ -1,4 +1,3 @@ -/* crypto/bn/bn_err.c */ /* ==================================================================== * Copyright (c) 1999-2015 The OpenSSL Project. All rights reserved. * diff --git a/crypto/bn/bn_exp.c b/crypto/bn/bn_exp.c index e0db6c7cf37..b625c3b42bc 100644 --- a/crypto/bn/bn_exp.c +++ b/crypto/bn/bn_exp.c @@ -1,4 +1,3 @@ -/* crypto/bn/bn_exp.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/bn/bn_exp2.c b/crypto/bn/bn_exp2.c index 517b9610234..f83615805a8 100644 --- a/crypto/bn/bn_exp2.c +++ b/crypto/bn/bn_exp2.c @@ -1,4 +1,3 @@ -/* crypto/bn/bn_exp2.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/bn/bn_gcd.c b/crypto/bn/bn_gcd.c index 84d1df57439..a3e56c85f68 100644 --- a/crypto/bn/bn_gcd.c +++ b/crypto/bn/bn_gcd.c @@ -1,4 +1,3 @@ -/* crypto/bn/bn_gcd.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/bn/bn_gf2m.c b/crypto/bn/bn_gf2m.c index 11d00c6cdaa..84837a0f579 100644 --- a/crypto/bn/bn_gf2m.c +++ b/crypto/bn/bn_gf2m.c @@ -1,4 +1,3 @@ -/* crypto/bn/bn_gf2m.c */ /* ==================================================================== * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. * diff --git a/crypto/bn/bn_kron.c b/crypto/bn/bn_kron.c index 5a0eb7dfd20..20a64a7dd35 100644 --- a/crypto/bn/bn_kron.c +++ b/crypto/bn/bn_kron.c @@ -1,4 +1,3 @@ -/* crypto/bn/bn_kron.c */ /* ==================================================================== * Copyright (c) 1998-2000 The OpenSSL Project. All rights reserved. * diff --git a/crypto/bn/bn_lcl.h b/crypto/bn/bn_lcl.h index 1bdaee8e8f9..013c0b3f865 100644 --- a/crypto/bn/bn_lcl.h +++ b/crypto/bn/bn_lcl.h @@ -1,4 +1,3 @@ -/* crypto/bn/bn_lcl.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/bn/bn_lib.c b/crypto/bn/bn_lib.c index 150f4b80dea..885f48239c8 100644 --- a/crypto/bn/bn_lib.c +++ b/crypto/bn/bn_lib.c @@ -1,4 +1,3 @@ -/* crypto/bn/bn_lib.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/bn/bn_mod.c b/crypto/bn/bn_mod.c index d7e4f9a627f..99789b944ad 100644 --- a/crypto/bn/bn_mod.c +++ b/crypto/bn/bn_mod.c @@ -1,4 +1,3 @@ -/* crypto/bn/bn_mod.c */ /* * Includes code written by Lenka Fibikova * for the OpenSSL project. diff --git a/crypto/bn/bn_mont.c b/crypto/bn/bn_mont.c index 90c718ba591..e0a9a0910ec 100644 --- a/crypto/bn/bn_mont.c +++ b/crypto/bn/bn_mont.c @@ -1,4 +1,3 @@ -/* crypto/bn/bn_mont.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/bn/bn_mpi.c b/crypto/bn/bn_mpi.c index c4c0adfe619..80d105dd553 100644 --- a/crypto/bn/bn_mpi.c +++ b/crypto/bn/bn_mpi.c @@ -1,4 +1,3 @@ -/* crypto/bn/bn_mpi.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/bn/bn_mul.c b/crypto/bn/bn_mul.c index b601923eef8..f30855a263a 100644 --- a/crypto/bn/bn_mul.c +++ b/crypto/bn/bn_mul.c @@ -1,4 +1,3 @@ -/* crypto/bn/bn_mul.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/bn/bn_nist.c b/crypto/bn/bn_nist.c index 621b1424ce3..db8f6876730 100644 --- a/crypto/bn/bn_nist.c +++ b/crypto/bn/bn_nist.c @@ -1,4 +1,3 @@ -/* crypto/bn/bn_nist.c */ /* * Written by Nils Larsch for the OpenSSL project */ diff --git a/crypto/bn/bn_prime.c b/crypto/bn/bn_prime.c index 42d574bb2eb..7d210d37cf1 100644 --- a/crypto/bn/bn_prime.c +++ b/crypto/bn/bn_prime.c @@ -1,4 +1,3 @@ -/* crypto/bn/bn_prime.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/bn/bn_print.c b/crypto/bn/bn_print.c index f528a36ff48..b73ed0a6700 100644 --- a/crypto/bn/bn_print.c +++ b/crypto/bn/bn_print.c @@ -1,4 +1,3 @@ -/* crypto/bn/bn_print.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/bn/bn_rand.c b/crypto/bn/bn_rand.c index 66a175c32a2..ce4a0e17d79 100644 --- a/crypto/bn/bn_rand.c +++ b/crypto/bn/bn_rand.c @@ -1,4 +1,3 @@ -/* crypto/bn/bn_rand.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/bn/bn_recp.c b/crypto/bn/bn_recp.c index ef23a8c7517..7824a6da031 100644 --- a/crypto/bn/bn_recp.c +++ b/crypto/bn/bn_recp.c @@ -1,4 +1,3 @@ -/* crypto/bn/bn_recp.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/bn/bn_shift.c b/crypto/bn/bn_shift.c index 4e43a60b229..4c8527583bb 100644 --- a/crypto/bn/bn_shift.c +++ b/crypto/bn/bn_shift.c @@ -1,4 +1,3 @@ -/* crypto/bn/bn_shift.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/bn/bn_sqr.c b/crypto/bn/bn_sqr.c index 9f5a5dc2d8f..389b7cfab4e 100644 --- a/crypto/bn/bn_sqr.c +++ b/crypto/bn/bn_sqr.c @@ -1,4 +1,3 @@ -/* crypto/bn/bn_sqr.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/bn/bn_sqrt.c b/crypto/bn/bn_sqrt.c index ec18641150a..7ae7536d67a 100644 --- a/crypto/bn/bn_sqrt.c +++ b/crypto/bn/bn_sqrt.c @@ -1,4 +1,3 @@ -/* crypto/bn/bn_sqrt.c */ /* * Written by Lenka Fibikova and Bodo * Moeller for the OpenSSL project. diff --git a/crypto/bn/bn_word.c b/crypto/bn/bn_word.c index 57f0dcd115d..718777b5b83 100644 --- a/crypto/bn/bn_word.c +++ b/crypto/bn/bn_word.c @@ -1,4 +1,3 @@ -/* crypto/bn/bn_word.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/bn/bn_x931p.c b/crypto/bn/bn_x931p.c index 76ce6f67d27..3c8f34ac29a 100644 --- a/crypto/bn/bn_x931p.c +++ b/crypto/bn/bn_x931p.c @@ -1,4 +1,3 @@ -/* bn_x931p.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2005. diff --git a/crypto/bn/vms-helper.c b/crypto/bn/vms-helper.c index c5cf468da5b..cb519c4ecab 100644 --- a/crypto/bn/vms-helper.c +++ b/crypto/bn/vms-helper.c @@ -1,4 +1,3 @@ -/* vms-helper.c */ /* ==================================================================== * Copyright (c) 1999 The OpenSSL Project. All rights reserved. * diff --git a/crypto/buffer/buf_err.c b/crypto/buffer/buf_err.c index e126edd6f16..0fb9d4fcea3 100644 --- a/crypto/buffer/buf_err.c +++ b/crypto/buffer/buf_err.c @@ -1,4 +1,3 @@ -/* crypto/buffer/buf_err.c */ /* ==================================================================== * Copyright (c) 1999-2015 The OpenSSL Project. All rights reserved. * diff --git a/crypto/buffer/buffer.c b/crypto/buffer/buffer.c index 0b15c6be6bb..fb07b9681c1 100644 --- a/crypto/buffer/buffer.c +++ b/crypto/buffer/buffer.c @@ -1,4 +1,3 @@ -/* crypto/buffer/buffer.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/camellia/camellia.c b/crypto/camellia/camellia.c index 5d0a3ceda0e..68651b61b8b 100644 --- a/crypto/camellia/camellia.c +++ b/crypto/camellia/camellia.c @@ -1,4 +1,3 @@ -/* crypto/camellia/camellia.c */ /* ==================================================================== * Copyright 2006 NTT (Nippon Telegraph and Telephone Corporation) . * ALL RIGHTS RESERVED. diff --git a/crypto/camellia/cmll_cbc.c b/crypto/camellia/cmll_cbc.c index 4017e00d927..742af6d679f 100644 --- a/crypto/camellia/cmll_cbc.c +++ b/crypto/camellia/cmll_cbc.c @@ -1,4 +1,3 @@ -/* crypto/camellia/camellia_cbc.c */ /* ==================================================================== * Copyright (c) 2006 The OpenSSL Project. All rights reserved. * diff --git a/crypto/camellia/cmll_cfb.c b/crypto/camellia/cmll_cfb.c index 78f2ae4566b..8f9f8a6fd1b 100644 --- a/crypto/camellia/cmll_cfb.c +++ b/crypto/camellia/cmll_cfb.c @@ -1,4 +1,3 @@ -/* crypto/camellia/camellia_cfb.c */ /* ==================================================================== * Copyright (c) 2006 The OpenSSL Project. All rights reserved. * diff --git a/crypto/camellia/cmll_ctr.c b/crypto/camellia/cmll_ctr.c index 95e26621b7d..b891a044569 100644 --- a/crypto/camellia/cmll_ctr.c +++ b/crypto/camellia/cmll_ctr.c @@ -1,4 +1,3 @@ -/* crypto/camellia/camellia_ctr.c */ /* ==================================================================== * Copyright (c) 2006 The OpenSSL Project. All rights reserved. * diff --git a/crypto/camellia/cmll_ecb.c b/crypto/camellia/cmll_ecb.c index b030791b275..d8dfb2bfc5e 100644 --- a/crypto/camellia/cmll_ecb.c +++ b/crypto/camellia/cmll_ecb.c @@ -1,4 +1,3 @@ -/* crypto/camellia/camellia_ecb.c */ /* ==================================================================== * Copyright (c) 2006 The OpenSSL Project. All rights reserved. * diff --git a/crypto/camellia/cmll_locl.h b/crypto/camellia/cmll_locl.h index c1640309339..0cbcba29d33 100644 --- a/crypto/camellia/cmll_locl.h +++ b/crypto/camellia/cmll_locl.h @@ -1,4 +1,3 @@ -/* crypto/camellia/camellia_locl.h */ /* ==================================================================== * Copyright 2006 NTT (Nippon Telegraph and Telephone Corporation) . * ALL RIGHTS RESERVED. diff --git a/crypto/camellia/cmll_misc.c b/crypto/camellia/cmll_misc.c index e4bbcfd900b..ba9370252dc 100644 --- a/crypto/camellia/cmll_misc.c +++ b/crypto/camellia/cmll_misc.c @@ -1,4 +1,3 @@ -/* crypto/camellia/camellia_misc.c */ /* ==================================================================== * Copyright (c) 2006 The OpenSSL Project. All rights reserved. * diff --git a/crypto/camellia/cmll_ofb.c b/crypto/camellia/cmll_ofb.c index 85eb8921568..8d004b93932 100644 --- a/crypto/camellia/cmll_ofb.c +++ b/crypto/camellia/cmll_ofb.c @@ -1,4 +1,3 @@ -/* crypto/camellia/camellia_ofb.c */ /* ==================================================================== * Copyright (c) 2006 The OpenSSL Project. All rights reserved. * diff --git a/crypto/cast/c_cfb64.c b/crypto/cast/c_cfb64.c index f2f16e5d77a..32641b5a22c 100644 --- a/crypto/cast/c_cfb64.c +++ b/crypto/cast/c_cfb64.c @@ -1,4 +1,3 @@ -/* crypto/cast/c_cfb64.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/cast/c_ecb.c b/crypto/cast/c_ecb.c index 2430bb5faaa..1e736f0664d 100644 --- a/crypto/cast/c_ecb.c +++ b/crypto/cast/c_ecb.c @@ -1,4 +1,3 @@ -/* crypto/cast/c_ecb.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/cast/c_enc.c b/crypto/cast/c_enc.c index 6e1d50f10dd..8fe3b26f9be 100644 --- a/crypto/cast/c_enc.c +++ b/crypto/cast/c_enc.c @@ -1,4 +1,3 @@ -/* crypto/cast/c_enc.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/cast/c_ofb64.c b/crypto/cast/c_ofb64.c index 4e0a7c2e6eb..c7b42591d04 100644 --- a/crypto/cast/c_ofb64.c +++ b/crypto/cast/c_ofb64.c @@ -1,4 +1,3 @@ -/* crypto/cast/c_ofb64.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/cast/c_skey.c b/crypto/cast/c_skey.c index 0b8de76703e..5ce379b6a3f 100644 --- a/crypto/cast/c_skey.c +++ b/crypto/cast/c_skey.c @@ -1,4 +1,3 @@ -/* crypto/cast/c_skey.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/cast/cast_lcl.h b/crypto/cast/cast_lcl.h index b0f08294e37..10a1de3d732 100644 --- a/crypto/cast/cast_lcl.h +++ b/crypto/cast/cast_lcl.h @@ -1,4 +1,3 @@ -/* crypto/cast/cast_lcl.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/cast/cast_s.h b/crypto/cast/cast_s.h index 380dc81aef3..6eb0542d683 100644 --- a/crypto/cast/cast_s.h +++ b/crypto/cast/cast_s.h @@ -1,4 +1,3 @@ -/* crypto/cast/cast_s.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/cmac/cmac.c b/crypto/cmac/cmac.c index 62658680e68..77f4ccbdeaf 100644 --- a/crypto/cmac/cmac.c +++ b/crypto/cmac/cmac.c @@ -1,4 +1,3 @@ -/* crypto/cmac/cmac.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. diff --git a/crypto/cms/cms_asn1.c b/crypto/cms/cms_asn1.c index 017f55c5899..d83993584ca 100644 --- a/crypto/cms/cms_asn1.c +++ b/crypto/cms/cms_asn1.c @@ -1,4 +1,3 @@ -/* crypto/cms/cms_asn1.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. diff --git a/crypto/cms/cms_att.c b/crypto/cms/cms_att.c index 6f59aeb134c..834a254f5da 100644 --- a/crypto/cms/cms_att.c +++ b/crypto/cms/cms_att.c @@ -1,4 +1,3 @@ -/* crypto/cms/cms_att.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. diff --git a/crypto/cms/cms_cd.c b/crypto/cms/cms_cd.c index 1b84309efbf..4854259881b 100644 --- a/crypto/cms/cms_cd.c +++ b/crypto/cms/cms_cd.c @@ -1,4 +1,3 @@ -/* crypto/cms/cms_cd.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. diff --git a/crypto/cms/cms_dd.c b/crypto/cms/cms_dd.c index 9ac45b53e2f..54444b1b65c 100644 --- a/crypto/cms/cms_dd.c +++ b/crypto/cms/cms_dd.c @@ -1,4 +1,3 @@ -/* crypto/cms/cms_dd.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. diff --git a/crypto/cms/cms_enc.c b/crypto/cms/cms_enc.c index a16120fc728..23adc2ffdab 100644 --- a/crypto/cms/cms_enc.c +++ b/crypto/cms/cms_enc.c @@ -1,4 +1,3 @@ -/* crypto/cms/cms_enc.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. diff --git a/crypto/cms/cms_env.c b/crypto/cms/cms_env.c index 9ea5e06695a..3b065ae2500 100644 --- a/crypto/cms/cms_env.c +++ b/crypto/cms/cms_env.c @@ -1,4 +1,3 @@ -/* crypto/cms/cms_env.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. diff --git a/crypto/cms/cms_err.c b/crypto/cms/cms_err.c index f1e47e6484c..8d43bb1ff5e 100644 --- a/crypto/cms/cms_err.c +++ b/crypto/cms/cms_err.c @@ -1,4 +1,3 @@ -/* crypto/cms/cms_err.c */ /* ==================================================================== * Copyright (c) 1999-2015 The OpenSSL Project. All rights reserved. * diff --git a/crypto/cms/cms_ess.c b/crypto/cms/cms_ess.c index 3e35d060d9c..353ec0e858f 100644 --- a/crypto/cms/cms_ess.c +++ b/crypto/cms/cms_ess.c @@ -1,4 +1,3 @@ -/* crypto/cms/cms_ess.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. diff --git a/crypto/cms/cms_io.c b/crypto/cms/cms_io.c index 1d1d4321536..bac583e3ba9 100644 --- a/crypto/cms/cms_io.c +++ b/crypto/cms/cms_io.c @@ -1,4 +1,3 @@ -/* crypto/cms/cms_io.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. diff --git a/crypto/cms/cms_kari.c b/crypto/cms/cms_kari.c index a8dc9ab72e3..e7ebf6cd90e 100644 --- a/crypto/cms/cms_kari.c +++ b/crypto/cms/cms_kari.c @@ -1,4 +1,3 @@ -/* crypto/cms/cms_kari.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. diff --git a/crypto/cms/cms_lcl.h b/crypto/cms/cms_lcl.h index 6926cdd41bc..7f04f20c70c 100644 --- a/crypto/cms/cms_lcl.h +++ b/crypto/cms/cms_lcl.h @@ -1,4 +1,3 @@ -/* crypto/cms/cms_lcl.h */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. diff --git a/crypto/cms/cms_lib.c b/crypto/cms/cms_lib.c index f6de4efd3a6..42ae38ff2b7 100644 --- a/crypto/cms/cms_lib.c +++ b/crypto/cms/cms_lib.c @@ -1,4 +1,3 @@ -/* crypto/cms/cms_lib.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. diff --git a/crypto/cms/cms_pwri.c b/crypto/cms/cms_pwri.c index 750dc51ab57..5ab20e2bfad 100644 --- a/crypto/cms/cms_pwri.c +++ b/crypto/cms/cms_pwri.c @@ -1,4 +1,3 @@ -/* crypto/cms/cms_pwri.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. diff --git a/crypto/cms/cms_sd.c b/crypto/cms/cms_sd.c index b040d28465c..444af0b08bc 100644 --- a/crypto/cms/cms_sd.c +++ b/crypto/cms/cms_sd.c @@ -1,4 +1,3 @@ -/* crypto/cms/cms_sd.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. diff --git a/crypto/cms/cms_smime.c b/crypto/cms/cms_smime.c index 5b55f055f76..621667bdb9c 100644 --- a/crypto/cms/cms_smime.c +++ b/crypto/cms/cms_smime.c @@ -1,4 +1,3 @@ -/* crypto/cms/cms_smime.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. diff --git a/crypto/comp/comp_err.c b/crypto/comp/comp_err.c index f3a772aaac9..96f2a9971bb 100644 --- a/crypto/comp/comp_err.c +++ b/crypto/comp/comp_err.c @@ -1,4 +1,3 @@ -/* crypto/comp/comp_err.c */ /* ==================================================================== * Copyright (c) 1999-2015 The OpenSSL Project. All rights reserved. * diff --git a/crypto/conf/conf_api.c b/crypto/conf/conf_api.c index eeb23494599..78e932e3d7b 100644 --- a/crypto/conf/conf_api.c +++ b/crypto/conf/conf_api.c @@ -1,4 +1,3 @@ -/* conf_api.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/conf/conf_def.c b/crypto/conf/conf_def.c index 5d929f1a00e..0f3f52abd3d 100644 --- a/crypto/conf/conf_def.c +++ b/crypto/conf/conf_def.c @@ -1,4 +1,3 @@ -/* crypto/conf/conf.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/conf/conf_def.h b/crypto/conf/conf_def.h index 07d21064531..3ebb0f7a736 100644 --- a/crypto/conf/conf_def.h +++ b/crypto/conf/conf_def.h @@ -1,4 +1,3 @@ -/* crypto/conf/conf_def.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/conf/conf_err.c b/crypto/conf/conf_err.c index 670778774e7..80ea3ce7986 100644 --- a/crypto/conf/conf_err.c +++ b/crypto/conf/conf_err.c @@ -1,4 +1,3 @@ -/* crypto/conf/conf_err.c */ /* ==================================================================== * Copyright (c) 1999-2015 The OpenSSL Project. All rights reserved. * diff --git a/crypto/conf/conf_lib.c b/crypto/conf/conf_lib.c index 12a061c2631..849b670e100 100644 --- a/crypto/conf/conf_lib.c +++ b/crypto/conf/conf_lib.c @@ -1,4 +1,3 @@ -/* conf_lib.c */ /* * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project * 2000. diff --git a/crypto/conf/conf_mall.c b/crypto/conf/conf_mall.c index 5db7da076d9..0a33368cfdb 100644 --- a/crypto/conf/conf_mall.c +++ b/crypto/conf/conf_mall.c @@ -1,4 +1,3 @@ -/* conf_mall.c */ /* * Written by Stephen Henson (steve@openssl.org) for the OpenSSL project * 2001. diff --git a/crypto/conf/conf_mod.c b/crypto/conf/conf_mod.c index 4fafdeddd33..9f02c774024 100644 --- a/crypto/conf/conf_mod.c +++ b/crypto/conf/conf_mod.c @@ -1,4 +1,3 @@ -/* conf_mod.c */ /* * Written by Stephen Henson (steve@openssl.org) for the OpenSSL project * 2001. diff --git a/crypto/conf/conf_sap.c b/crypto/conf/conf_sap.c index 58b0a1b15cb..fead45134a9 100644 --- a/crypto/conf/conf_sap.c +++ b/crypto/conf/conf_sap.c @@ -1,4 +1,3 @@ -/* conf_sap.c */ /* * Written by Stephen Henson (steve@openssl.org) for the OpenSSL project * 2001. diff --git a/crypto/cpt_err.c b/crypto/cpt_err.c index af505ac5b12..46bd9c82d64 100644 --- a/crypto/cpt_err.c +++ b/crypto/cpt_err.c @@ -1,4 +1,3 @@ -/* crypto/cpt_err.c */ /* ==================================================================== * Copyright (c) 1999-2015 The OpenSSL Project. All rights reserved. * diff --git a/crypto/cryptlib.c b/crypto/cryptlib.c index a9f9697c70e..14a84243c64 100644 --- a/crypto/cryptlib.c +++ b/crypto/cryptlib.c @@ -1,4 +1,3 @@ -/* crypto/cryptlib.c */ /* ==================================================================== * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. * diff --git a/crypto/ct/ct_err.c b/crypto/ct/ct_err.c index df79252449e..16577646176 100644 --- a/crypto/ct/ct_err.c +++ b/crypto/ct/ct_err.c @@ -1,4 +1,3 @@ -/* ct_err.c */ /* ==================================================================== * Copyright (c) 1999-2015 The OpenSSL Project. All rights reserved. * diff --git a/crypto/cversion.c b/crypto/cversion.c index 8e41fcef746..5405e5c8428 100644 --- a/crypto/cversion.c +++ b/crypto/cversion.c @@ -1,4 +1,3 @@ -/* crypto/cversion.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/des/cbc_cksm.c b/crypto/des/cbc_cksm.c index f89b5b98e42..1903765c732 100644 --- a/crypto/des/cbc_cksm.c +++ b/crypto/des/cbc_cksm.c @@ -1,4 +1,3 @@ -/* crypto/des/cbc_cksm.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/des/cbc_enc.c b/crypto/des/cbc_enc.c index 7ee359928c3..5b84e844b42 100644 --- a/crypto/des/cbc_enc.c +++ b/crypto/des/cbc_enc.c @@ -1,4 +1,3 @@ -/* crypto/des/cbc_enc.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/des/cfb64ede.c b/crypto/des/cfb64ede.c index ba4f00b3b5a..49222451bb5 100644 --- a/crypto/des/cfb64ede.c +++ b/crypto/des/cfb64ede.c @@ -1,4 +1,3 @@ -/* crypto/des/cfb64ede.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/des/cfb64enc.c b/crypto/des/cfb64enc.c index 7346774eb2a..f9dce3dd38f 100644 --- a/crypto/des/cfb64enc.c +++ b/crypto/des/cfb64enc.c @@ -1,4 +1,3 @@ -/* crypto/des/cfb64enc.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/des/cfb_enc.c b/crypto/des/cfb_enc.c index bd0e299716c..dd213b0326f 100644 --- a/crypto/des/cfb_enc.c +++ b/crypto/des/cfb_enc.c @@ -1,4 +1,3 @@ -/* crypto/des/cfb_enc.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/des/des_enc.c b/crypto/des/des_enc.c index d9701def40a..613735190fa 100644 --- a/crypto/des/des_enc.c +++ b/crypto/des/des_enc.c @@ -1,4 +1,3 @@ -/* crypto/des/des_enc.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/des/des_locl.h b/crypto/des/des_locl.h index cfd15c3b143..651eb3a61c9 100644 --- a/crypto/des/des_locl.h +++ b/crypto/des/des_locl.h @@ -1,4 +1,3 @@ -/* crypto/des/des_locl.h */ /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/des/ecb3_enc.c b/crypto/des/ecb3_enc.c index c49fbd41e62..e96dd9e507a 100644 --- a/crypto/des/ecb3_enc.c +++ b/crypto/des/ecb3_enc.c @@ -1,4 +1,3 @@ -/* crypto/des/ecb3_enc.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/des/ecb_enc.c b/crypto/des/ecb_enc.c index 4f104eae143..56a6a0b4dad 100644 --- a/crypto/des/ecb_enc.c +++ b/crypto/des/ecb_enc.c @@ -1,4 +1,3 @@ -/* crypto/des/ecb_enc.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/des/enc_read.c b/crypto/des/enc_read.c index e90445441a2..a37e7532408 100644 --- a/crypto/des/enc_read.c +++ b/crypto/des/enc_read.c @@ -1,4 +1,3 @@ -/* crypto/des/enc_read.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/des/enc_writ.c b/crypto/des/enc_writ.c index 0fbef13fccc..dd1c0f9c403 100644 --- a/crypto/des/enc_writ.c +++ b/crypto/des/enc_writ.c @@ -1,4 +1,3 @@ -/* crypto/des/enc_writ.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/des/fcrypt_b.c b/crypto/des/fcrypt_b.c index b9e87383d2f..8fb9350c87b 100644 --- a/crypto/des/fcrypt_b.c +++ b/crypto/des/fcrypt_b.c @@ -1,4 +1,3 @@ -/* crypto/des/fcrypt_b.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/des/ncbc_enc.c b/crypto/des/ncbc_enc.c index ab267cbf381..208615d47b9 100644 --- a/crypto/des/ncbc_enc.c +++ b/crypto/des/ncbc_enc.c @@ -1,4 +1,3 @@ -/* crypto/des/ncbc_enc.c */ /*- * #included by: * cbc_enc.c (DES_cbc_encrypt) diff --git a/crypto/des/ofb64ede.c b/crypto/des/ofb64ede.c index 215b38dff54..97d4f611f41 100644 --- a/crypto/des/ofb64ede.c +++ b/crypto/des/ofb64ede.c @@ -1,4 +1,3 @@ -/* crypto/des/ofb64ede.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/des/ofb64enc.c b/crypto/des/ofb64enc.c index 8e72dece512..53c558f4012 100644 --- a/crypto/des/ofb64enc.c +++ b/crypto/des/ofb64enc.c @@ -1,4 +1,3 @@ -/* crypto/des/ofb64enc.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/des/ofb_enc.c b/crypto/des/ofb_enc.c index 02a787752ef..a988630a24e 100644 --- a/crypto/des/ofb_enc.c +++ b/crypto/des/ofb_enc.c @@ -1,4 +1,3 @@ -/* crypto/des/ofb_enc.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/des/pcbc_enc.c b/crypto/des/pcbc_enc.c index 144d5ed88f5..91a6caf0bea 100644 --- a/crypto/des/pcbc_enc.c +++ b/crypto/des/pcbc_enc.c @@ -1,4 +1,3 @@ -/* crypto/des/pcbc_enc.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/des/qud_cksm.c b/crypto/des/qud_cksm.c index 10aa98f2449..1ff0b7592d5 100644 --- a/crypto/des/qud_cksm.c +++ b/crypto/des/qud_cksm.c @@ -1,4 +1,3 @@ -/* crypto/des/qud_cksm.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/des/rand_key.c b/crypto/des/rand_key.c index b75cc5f9b0f..da95bfebae2 100644 --- a/crypto/des/rand_key.c +++ b/crypto/des/rand_key.c @@ -1,4 +1,3 @@ -/* crypto/des/rand_key.c */ /* ==================================================================== * Copyright (c) 1998-2000 The OpenSSL Project. All rights reserved. * diff --git a/crypto/des/read2pwd.c b/crypto/des/read2pwd.c index 76331396048..db31adb526c 100644 --- a/crypto/des/read2pwd.c +++ b/crypto/des/read2pwd.c @@ -1,4 +1,3 @@ -/* crypto/des/read2pwd.c */ /* ==================================================================== * Copyright (c) 2001-2002 The OpenSSL Project. All rights reserved. * diff --git a/crypto/des/rpc_des.h b/crypto/des/rpc_des.h index 986ac55348e..727e28596c3 100644 --- a/crypto/des/rpc_des.h +++ b/crypto/des/rpc_des.h @@ -1,4 +1,3 @@ -/* crypto/des/rpc_des.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/des/rpc_enc.c b/crypto/des/rpc_enc.c index 2245bca7f6c..76cdd0c7be2 100644 --- a/crypto/des/rpc_enc.c +++ b/crypto/des/rpc_enc.c @@ -1,4 +1,3 @@ -/* crypto/des/rpc_enc.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/des/set_key.c b/crypto/des/set_key.c index 5c631647476..d9fc921f830 100644 --- a/crypto/des/set_key.c +++ b/crypto/des/set_key.c @@ -1,4 +1,3 @@ -/* crypto/des/set_key.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/des/spr.h b/crypto/des/spr.h index e85d3100524..cd55a452472 100644 --- a/crypto/des/spr.h +++ b/crypto/des/spr.h @@ -1,4 +1,3 @@ -/* crypto/des/spr.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/des/str2key.c b/crypto/des/str2key.c index 38a478cf435..cd426c6b470 100644 --- a/crypto/des/str2key.c +++ b/crypto/des/str2key.c @@ -1,4 +1,3 @@ -/* crypto/des/str2key.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/des/xcbc_enc.c b/crypto/des/xcbc_enc.c index 201ef70b7cf..11ee004590c 100644 --- a/crypto/des/xcbc_enc.c +++ b/crypto/des/xcbc_enc.c @@ -1,4 +1,3 @@ -/* crypto/des/xcbc_enc.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/dh/dh_asn1.c b/crypto/dh/dh_asn1.c index 860feaaf9c6..2a6411ae662 100644 --- a/crypto/dh/dh_asn1.c +++ b/crypto/dh/dh_asn1.c @@ -1,4 +1,3 @@ -/* dh_asn1.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2000. diff --git a/crypto/dh/dh_check.c b/crypto/dh/dh_check.c index 7521180d2b8..d85696b4628 100644 --- a/crypto/dh/dh_check.c +++ b/crypto/dh/dh_check.c @@ -1,4 +1,3 @@ -/* crypto/dh/dh_check.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/dh/dh_depr.c b/crypto/dh/dh_depr.c index 78875fbc6be..4b38570d5e8 100644 --- a/crypto/dh/dh_depr.c +++ b/crypto/dh/dh_depr.c @@ -1,4 +1,3 @@ -/* crypto/dh/dh_depr.c */ /* ==================================================================== * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. * diff --git a/crypto/dh/dh_err.c b/crypto/dh/dh_err.c index 6a5380044af..4778b8d8751 100644 --- a/crypto/dh/dh_err.c +++ b/crypto/dh/dh_err.c @@ -1,4 +1,3 @@ -/* crypto/dh/dh_err.c */ /* ==================================================================== * Copyright (c) 1999-2015 The OpenSSL Project. All rights reserved. * diff --git a/crypto/dh/dh_gen.c b/crypto/dh/dh_gen.c index 778f8a99c0b..bfa2376c390 100644 --- a/crypto/dh/dh_gen.c +++ b/crypto/dh/dh_gen.c @@ -1,4 +1,3 @@ -/* crypto/dh/dh_gen.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/dh/dh_kdf.c b/crypto/dh/dh_kdf.c index 8ce849896ce..6c31fecd12f 100644 --- a/crypto/dh/dh_kdf.c +++ b/crypto/dh/dh_kdf.c @@ -1,4 +1,3 @@ -/* crypto/dh/dh_kdf.c */ /* * Written by Stephen Henson for the OpenSSL project. */ diff --git a/crypto/dh/dh_key.c b/crypto/dh/dh_key.c index 271c6f4c6af..fcb851c0dde 100644 --- a/crypto/dh/dh_key.c +++ b/crypto/dh/dh_key.c @@ -1,4 +1,3 @@ -/* crypto/dh/dh_key.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/dh/dh_lib.c b/crypto/dh/dh_lib.c index 08aaa1ddb16..013008eafec 100644 --- a/crypto/dh/dh_lib.c +++ b/crypto/dh/dh_lib.c @@ -1,4 +1,3 @@ -/* crypto/dh/dh_lib.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/dh/dh_prn.c b/crypto/dh/dh_prn.c index 7dc71013f35..4c89a142835 100644 --- a/crypto/dh/dh_prn.c +++ b/crypto/dh/dh_prn.c @@ -1,4 +1,3 @@ -/* crypto/asn1/t_pkey.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/dsa/dsa_asn1.c b/crypto/dsa/dsa_asn1.c index 5225a389e61..b83f141bfce 100644 --- a/crypto/dsa/dsa_asn1.c +++ b/crypto/dsa/dsa_asn1.c @@ -1,4 +1,3 @@ -/* dsa_asn1.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2000. diff --git a/crypto/dsa/dsa_depr.c b/crypto/dsa/dsa_depr.c index 90dbd8d18e8..e02c10296c5 100644 --- a/crypto/dsa/dsa_depr.c +++ b/crypto/dsa/dsa_depr.c @@ -1,4 +1,3 @@ -/* crypto/dsa/dsa_depr.c */ /* ==================================================================== * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. * diff --git a/crypto/dsa/dsa_err.c b/crypto/dsa/dsa_err.c index 913ebe7e280..2e292583246 100644 --- a/crypto/dsa/dsa_err.c +++ b/crypto/dsa/dsa_err.c @@ -1,4 +1,3 @@ -/* crypto/dsa/dsa_err.c */ /* ==================================================================== * Copyright (c) 1999-2015 The OpenSSL Project. All rights reserved. * diff --git a/crypto/dsa/dsa_gen.c b/crypto/dsa/dsa_gen.c index d6e36149c70..b3fb27f4f01 100644 --- a/crypto/dsa/dsa_gen.c +++ b/crypto/dsa/dsa_gen.c @@ -1,4 +1,3 @@ -/* crypto/dsa/dsa_gen.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/dsa/dsa_key.c b/crypto/dsa/dsa_key.c index 0cde6d19a30..831c2b1d9b6 100644 --- a/crypto/dsa/dsa_key.c +++ b/crypto/dsa/dsa_key.c @@ -1,4 +1,3 @@ -/* crypto/dsa/dsa_key.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/dsa/dsa_lib.c b/crypto/dsa/dsa_lib.c index 722602cc90d..b8d8e10ddb8 100644 --- a/crypto/dsa/dsa_lib.c +++ b/crypto/dsa/dsa_lib.c @@ -1,4 +1,3 @@ -/* crypto/dsa/dsa_lib.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/dsa/dsa_ossl.c b/crypto/dsa/dsa_ossl.c index b4bb254a17a..cbc1e41bb96 100644 --- a/crypto/dsa/dsa_ossl.c +++ b/crypto/dsa/dsa_ossl.c @@ -1,4 +1,3 @@ -/* crypto/dsa/dsa_ossl.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/dsa/dsa_prn.c b/crypto/dsa/dsa_prn.c index d1aef75b0fe..de3374562cd 100644 --- a/crypto/dsa/dsa_prn.c +++ b/crypto/dsa/dsa_prn.c @@ -1,4 +1,3 @@ -/* crypto/dsa/dsa_prn.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2006. diff --git a/crypto/dsa/dsa_sign.c b/crypto/dsa/dsa_sign.c index e7c8b0cc2ea..ca712cf201b 100644 --- a/crypto/dsa/dsa_sign.c +++ b/crypto/dsa/dsa_sign.c @@ -1,4 +1,3 @@ -/* crypto/dsa/dsa_sign.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/dsa/dsa_vrf.c b/crypto/dsa/dsa_vrf.c index 9f45efa136b..6724b7545fd 100644 --- a/crypto/dsa/dsa_vrf.c +++ b/crypto/dsa/dsa_vrf.c @@ -1,4 +1,3 @@ -/* crypto/dsa/dsa_vrf.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/dso/dso_dl.c b/crypto/dso/dso_dl.c index 221ab7ad9bb..977e177a4a3 100644 --- a/crypto/dso/dso_dl.c +++ b/crypto/dso/dso_dl.c @@ -1,4 +1,3 @@ -/* dso_dl.c */ /* * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project * 2000. diff --git a/crypto/dso/dso_dlfcn.c b/crypto/dso/dso_dlfcn.c index 8feb9d7ed91..8d97cfb2336 100644 --- a/crypto/dso/dso_dlfcn.c +++ b/crypto/dso/dso_dlfcn.c @@ -1,4 +1,3 @@ -/* dso_dlfcn.c */ /* * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project * 2000. diff --git a/crypto/dso/dso_err.c b/crypto/dso/dso_err.c index 546c6160342..2a7c821a864 100644 --- a/crypto/dso/dso_err.c +++ b/crypto/dso/dso_err.c @@ -1,4 +1,3 @@ -/* crypto/dso/dso_err.c */ /* ==================================================================== * Copyright (c) 1999-2015 The OpenSSL Project. All rights reserved. * diff --git a/crypto/dso/dso_lib.c b/crypto/dso/dso_lib.c index dfa738aa0a7..bc3a785940d 100644 --- a/crypto/dso/dso_lib.c +++ b/crypto/dso/dso_lib.c @@ -1,4 +1,3 @@ -/* dso_lib.c */ /* * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project * 2000. diff --git a/crypto/dso/dso_null.c b/crypto/dso/dso_null.c index e27f98e49ee..fffa592ae69 100644 --- a/crypto/dso/dso_null.c +++ b/crypto/dso/dso_null.c @@ -1,4 +1,3 @@ -/* dso_null.c */ /* * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project * 2000. diff --git a/crypto/dso/dso_openssl.c b/crypto/dso/dso_openssl.c index 191cb6a97c0..5aa0536edc8 100644 --- a/crypto/dso/dso_openssl.c +++ b/crypto/dso/dso_openssl.c @@ -1,4 +1,3 @@ -/* dso_openssl.c */ /* * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project * 2000. diff --git a/crypto/dso/dso_vms.c b/crypto/dso/dso_vms.c index de3102abbda..a36234d0a2e 100644 --- a/crypto/dso/dso_vms.c +++ b/crypto/dso/dso_vms.c @@ -1,4 +1,3 @@ -/* dso_vms.c */ /* * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project * 2000. diff --git a/crypto/dso/dso_win32.c b/crypto/dso/dso_win32.c index 244c755899f..3d9ee8a5580 100644 --- a/crypto/dso/dso_win32.c +++ b/crypto/dso/dso_win32.c @@ -1,4 +1,3 @@ -/* dso_win32.c */ /* * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project * 2000. diff --git a/crypto/ebcdic.c b/crypto/ebcdic.c index fd6df92b468..c16c0f824f0 100644 --- a/crypto/ebcdic.c +++ b/crypto/ebcdic.c @@ -1,4 +1,3 @@ -/* crypto/ebcdic.c */ #ifndef CHARSET_EBCDIC diff --git a/crypto/ec/ec2_mult.c b/crypto/ec/ec2_mult.c index 2049dc57f86..c9723bff8e2 100644 --- a/crypto/ec/ec2_mult.c +++ b/crypto/ec/ec2_mult.c @@ -1,4 +1,3 @@ -/* crypto/ec/ec2_mult.c */ /* ==================================================================== * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. * diff --git a/crypto/ec/ec2_oct.c b/crypto/ec/ec2_oct.c index 33f703b168b..8c88607213e 100644 --- a/crypto/ec/ec2_oct.c +++ b/crypto/ec/ec2_oct.c @@ -1,4 +1,3 @@ -/* crypto/ec/ec2_oct.c */ /* ==================================================================== * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. * diff --git a/crypto/ec/ec2_smpl.c b/crypto/ec/ec2_smpl.c index 6d6be307943..c2ff3f65dda 100644 --- a/crypto/ec/ec2_smpl.c +++ b/crypto/ec/ec2_smpl.c @@ -1,4 +1,3 @@ -/* crypto/ec/ec2_smpl.c */ /* ==================================================================== * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. * diff --git a/crypto/ec/ec_asn1.c b/crypto/ec/ec_asn1.c index 05cdfbf64ba..ab68e1ea5a1 100644 --- a/crypto/ec/ec_asn1.c +++ b/crypto/ec/ec_asn1.c @@ -1,4 +1,3 @@ -/* crypto/ec/ec_asn1.c */ /* * Written by Nils Larsch for the OpenSSL project. */ diff --git a/crypto/ec/ec_check.c b/crypto/ec/ec_check.c index bdbf91c4707..c168ab4e068 100644 --- a/crypto/ec/ec_check.c +++ b/crypto/ec/ec_check.c @@ -1,4 +1,3 @@ -/* crypto/ec/ec_check.c */ /* ==================================================================== * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. * diff --git a/crypto/ec/ec_curve.c b/crypto/ec/ec_curve.c index f42fe3a1752..e8e991458d8 100644 --- a/crypto/ec/ec_curve.c +++ b/crypto/ec/ec_curve.c @@ -1,4 +1,3 @@ -/* crypto/ec/ec_curve.c */ /* * Written by Nils Larsch for the OpenSSL project. */ diff --git a/crypto/ec/ec_cvt.c b/crypto/ec/ec_cvt.c index 07206158027..c9951414c99 100644 --- a/crypto/ec/ec_cvt.c +++ b/crypto/ec/ec_cvt.c @@ -1,4 +1,3 @@ -/* crypto/ec/ec_cvt.c */ /* * Originally written by Bodo Moeller for the OpenSSL project. */ diff --git a/crypto/ec/ec_err.c b/crypto/ec/ec_err.c index a826109e469..4811fa25dc0 100644 --- a/crypto/ec/ec_err.c +++ b/crypto/ec/ec_err.c @@ -1,4 +1,3 @@ -/* crypto/ec/ec_err.c */ /* ==================================================================== * Copyright (c) 1999-2015 The OpenSSL Project. All rights reserved. * diff --git a/crypto/ec/ec_key.c b/crypto/ec/ec_key.c index 2469edcd2f7..970aeca63b4 100644 --- a/crypto/ec/ec_key.c +++ b/crypto/ec/ec_key.c @@ -1,4 +1,3 @@ -/* crypto/ec/ec_key.c */ /* * Written by Nils Larsch for the OpenSSL project. */ diff --git a/crypto/ec/ec_kmeth.c b/crypto/ec/ec_kmeth.c index 5d77cbea360..51992aff433 100644 --- a/crypto/ec/ec_kmeth.c +++ b/crypto/ec/ec_kmeth.c @@ -1,4 +1,3 @@ -/* crypto/ec/ec_kmeth.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. diff --git a/crypto/ec/ec_lcl.h b/crypto/ec/ec_lcl.h index 2c5e1d901df..5190b91109b 100644 --- a/crypto/ec/ec_lcl.h +++ b/crypto/ec/ec_lcl.h @@ -1,4 +1,3 @@ -/* crypto/ec/ec_lcl.h */ /* * Originally written by Bodo Moeller for the OpenSSL project. */ diff --git a/crypto/ec/ec_lib.c b/crypto/ec/ec_lib.c index 6fb4268b8c8..f81489d20d3 100644 --- a/crypto/ec/ec_lib.c +++ b/crypto/ec/ec_lib.c @@ -1,4 +1,3 @@ -/* crypto/ec/ec_lib.c */ /* * Originally written by Bodo Moeller for the OpenSSL project. */ diff --git a/crypto/ec/ec_mult.c b/crypto/ec/ec_mult.c index 5908f594f10..1bbb7da7299 100644 --- a/crypto/ec/ec_mult.c +++ b/crypto/ec/ec_mult.c @@ -1,4 +1,3 @@ -/* crypto/ec/ec_mult.c */ /* * Originally written by Bodo Moeller and Nils Larsch for the OpenSSL project. */ diff --git a/crypto/ec/ec_oct.c b/crypto/ec/ec_oct.c index fca50dc6bfb..d6bb62af157 100644 --- a/crypto/ec/ec_oct.c +++ b/crypto/ec/ec_oct.c @@ -1,4 +1,3 @@ -/* crypto/ec/ec_lib.c */ /* * Originally written by Bodo Moeller for the OpenSSL project. */ diff --git a/crypto/ec/ec_print.c b/crypto/ec/ec_print.c index 7bc0760c5b4..b80ce384fcb 100644 --- a/crypto/ec/ec_print.c +++ b/crypto/ec/ec_print.c @@ -1,4 +1,3 @@ -/* crypto/ec/ec_print.c */ /* ==================================================================== * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. * diff --git a/crypto/ec/ecdh_kdf.c b/crypto/ec/ecdh_kdf.c index 8bb141e035b..e60574f5f53 100644 --- a/crypto/ec/ecdh_kdf.c +++ b/crypto/ec/ecdh_kdf.c @@ -1,4 +1,3 @@ -/* crypto/ec/ecdh_kdf.c */ /* * Written by Stephen Henson for the OpenSSL project. */ diff --git a/crypto/ec/ecdh_ossl.c b/crypto/ec/ecdh_ossl.c index b7f09eba176..beb3fc20b8d 100644 --- a/crypto/ec/ecdh_ossl.c +++ b/crypto/ec/ecdh_ossl.c @@ -1,4 +1,3 @@ -/* crypto/ecdh/ech_ossl.c */ /* ==================================================================== * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. * diff --git a/crypto/ec/ecdsa_ossl.c b/crypto/ec/ecdsa_ossl.c index e48d100e048..b4e37adccef 100644 --- a/crypto/ec/ecdsa_ossl.c +++ b/crypto/ec/ecdsa_ossl.c @@ -1,4 +1,3 @@ -/* crypto/ec/ecdsa_ossl.c */ /* * Written by Nils Larsch for the OpenSSL project */ diff --git a/crypto/ec/ecdsa_sign.c b/crypto/ec/ecdsa_sign.c index ebef4a14d58..df901759801 100644 --- a/crypto/ec/ecdsa_sign.c +++ b/crypto/ec/ecdsa_sign.c @@ -1,4 +1,3 @@ -/* crypto/ec/ecdsa_sign.c */ /* ==================================================================== * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. * diff --git a/crypto/ec/ecdsa_vrf.c b/crypto/ec/ecdsa_vrf.c index 8a550bc7863..0441bc0c59c 100644 --- a/crypto/ec/ecdsa_vrf.c +++ b/crypto/ec/ecdsa_vrf.c @@ -1,4 +1,3 @@ -/* crypto/ecdsa/ecdsa_vrf.c */ /* * Written by Nils Larsch for the OpenSSL project */ diff --git a/crypto/ec/eck_prn.c b/crypto/ec/eck_prn.c index b9653ac9f9c..6449bc441c6 100644 --- a/crypto/ec/eck_prn.c +++ b/crypto/ec/eck_prn.c @@ -1,4 +1,3 @@ -/* crypto/ec/eck_prn.c */ /* * Written by Nils Larsch for the OpenSSL project. */ diff --git a/crypto/ec/ecp_mont.c b/crypto/ec/ecp_mont.c index af914aa5975..799aade01e7 100644 --- a/crypto/ec/ecp_mont.c +++ b/crypto/ec/ecp_mont.c @@ -1,4 +1,3 @@ -/* crypto/ec/ecp_mont.c */ /* * Originally written by Bodo Moeller for the OpenSSL project. */ diff --git a/crypto/ec/ecp_nist.c b/crypto/ec/ecp_nist.c index 2efb69e8e6a..a484be442dd 100644 --- a/crypto/ec/ecp_nist.c +++ b/crypto/ec/ecp_nist.c @@ -1,4 +1,3 @@ -/* crypto/ec/ecp_nist.c */ /* * Written by Nils Larsch for the OpenSSL project. */ diff --git a/crypto/ec/ecp_nistp224.c b/crypto/ec/ecp_nistp224.c index e17ac18255d..42cf5351430 100644 --- a/crypto/ec/ecp_nistp224.c +++ b/crypto/ec/ecp_nistp224.c @@ -1,4 +1,3 @@ -/* crypto/ec/ecp_nistp224.c */ /* * Written by Emilia Kasper (Google) for the OpenSSL project. */ diff --git a/crypto/ec/ecp_nistp256.c b/crypto/ec/ecp_nistp256.c index 9db5ffa7f21..4e2f23709a6 100644 --- a/crypto/ec/ecp_nistp256.c +++ b/crypto/ec/ecp_nistp256.c @@ -1,4 +1,3 @@ -/* crypto/ec/ecp_nistp256.c */ /* * Written by Adam Langley (Google) for the OpenSSL project */ diff --git a/crypto/ec/ecp_nistp521.c b/crypto/ec/ecp_nistp521.c index ee9c07e885b..3122f3f8ee4 100644 --- a/crypto/ec/ecp_nistp521.c +++ b/crypto/ec/ecp_nistp521.c @@ -1,4 +1,3 @@ -/* crypto/ec/ecp_nistp521.c */ /* * Written by Adam Langley (Google) for the OpenSSL project */ diff --git a/crypto/ec/ecp_nistputil.c b/crypto/ec/ecp_nistputil.c index 8ba2a25e938..67808e2a6dd 100644 --- a/crypto/ec/ecp_nistputil.c +++ b/crypto/ec/ecp_nistputil.c @@ -1,4 +1,3 @@ -/* crypto/ec/ecp_nistputil.c */ /* * Written by Bodo Moeller for the OpenSSL project. */ diff --git a/crypto/ec/ecp_oct.c b/crypto/ec/ecp_oct.c index 8bb7aa30907..14f62522cb5 100644 --- a/crypto/ec/ecp_oct.c +++ b/crypto/ec/ecp_oct.c @@ -1,4 +1,3 @@ -/* crypto/ec/ecp_oct.c */ /* * Includes code written by Lenka Fibikova * for the OpenSSL project. Includes code written by Bodo Moeller for the diff --git a/crypto/ec/ecp_smpl.c b/crypto/ec/ecp_smpl.c index a4830cb0067..2a1b15d3a5c 100644 --- a/crypto/ec/ecp_smpl.c +++ b/crypto/ec/ecp_smpl.c @@ -1,4 +1,3 @@ -/* crypto/ec/ecp_smpl.c */ /* * Includes code written by Lenka Fibikova * for the OpenSSL project. Includes code written by Bodo Moeller for the diff --git a/crypto/engine/eng_all.c b/crypto/engine/eng_all.c index 74cde879ae6..285ce955b18 100644 --- a/crypto/engine/eng_all.c +++ b/crypto/engine/eng_all.c @@ -1,4 +1,3 @@ -/* crypto/engine/eng_all.c */ /* * Written by Richard Levitte for the OpenSSL project * 2000. diff --git a/crypto/engine/eng_cnf.c b/crypto/engine/eng_cnf.c index ca45af564fe..ec8c4493f91 100644 --- a/crypto/engine/eng_cnf.c +++ b/crypto/engine/eng_cnf.c @@ -1,4 +1,3 @@ -/* eng_cnf.c */ /* * Written by Stephen Henson (steve@openssl.org) for the OpenSSL project * 2001. diff --git a/crypto/engine/eng_ctrl.c b/crypto/engine/eng_ctrl.c index e6c0dfb0116..2757755d278 100644 --- a/crypto/engine/eng_ctrl.c +++ b/crypto/engine/eng_ctrl.c @@ -1,4 +1,3 @@ -/* crypto/engine/eng_ctrl.c */ /* ==================================================================== * Copyright (c) 1999-2001 The OpenSSL Project. All rights reserved. * diff --git a/crypto/engine/eng_dyn.c b/crypto/engine/eng_dyn.c index bdd0a1aeb6d..25365256c3c 100644 --- a/crypto/engine/eng_dyn.c +++ b/crypto/engine/eng_dyn.c @@ -1,4 +1,3 @@ -/* crypto/engine/eng_dyn.c */ /* * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project * 2001. diff --git a/crypto/engine/eng_err.c b/crypto/engine/eng_err.c index da212c67361..9a9337af5e5 100644 --- a/crypto/engine/eng_err.c +++ b/crypto/engine/eng_err.c @@ -1,4 +1,3 @@ -/* crypto/engine/eng_err.c */ /* ==================================================================== * Copyright (c) 1999-2015 The OpenSSL Project. All rights reserved. * diff --git a/crypto/engine/eng_fat.c b/crypto/engine/eng_fat.c index 79d30bc8f52..b331608a6ea 100644 --- a/crypto/engine/eng_fat.c +++ b/crypto/engine/eng_fat.c @@ -1,4 +1,3 @@ -/* crypto/engine/eng_fat.c */ /* ==================================================================== * Copyright (c) 1999-2001 The OpenSSL Project. All rights reserved. * diff --git a/crypto/engine/eng_init.c b/crypto/engine/eng_init.c index 4ea7fe633ce..9a57e079ee7 100644 --- a/crypto/engine/eng_init.c +++ b/crypto/engine/eng_init.c @@ -1,4 +1,3 @@ -/* crypto/engine/eng_init.c */ /* ==================================================================== * Copyright (c) 1999-2001 The OpenSSL Project. All rights reserved. * diff --git a/crypto/engine/eng_int.h b/crypto/engine/eng_int.h index 7062bda8893..d75ba5fd0ac 100644 --- a/crypto/engine/eng_int.h +++ b/crypto/engine/eng_int.h @@ -1,4 +1,3 @@ -/* crypto/engine/eng_int.h */ /* * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project * 2000. diff --git a/crypto/engine/eng_lib.c b/crypto/engine/eng_lib.c index ed1034dc3bc..f684e8fc9b3 100644 --- a/crypto/engine/eng_lib.c +++ b/crypto/engine/eng_lib.c @@ -1,4 +1,3 @@ -/* crypto/engine/eng_lib.c */ /* * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project * 2000. diff --git a/crypto/engine/eng_list.c b/crypto/engine/eng_list.c index f7739bae5ee..1c152c73a2c 100644 --- a/crypto/engine/eng_list.c +++ b/crypto/engine/eng_list.c @@ -1,4 +1,3 @@ -/* crypto/engine/eng_list.c */ /* * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project * 2000. diff --git a/crypto/engine/eng_openssl.c b/crypto/engine/eng_openssl.c index 67aa7a95fc3..8540673bd14 100644 --- a/crypto/engine/eng_openssl.c +++ b/crypto/engine/eng_openssl.c @@ -1,4 +1,3 @@ -/* crypto/engine/eng_openssl.c */ /* * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project * 2000. diff --git a/crypto/engine/eng_pkey.c b/crypto/engine/eng_pkey.c index 23580d9ec80..e581ac31138 100644 --- a/crypto/engine/eng_pkey.c +++ b/crypto/engine/eng_pkey.c @@ -1,4 +1,3 @@ -/* crypto/engine/eng_pkey.c */ /* ==================================================================== * Copyright (c) 1999-2001 The OpenSSL Project. All rights reserved. * diff --git a/crypto/err/err.c b/crypto/err/err.c index c78e810cdfa..2b2ecf4bf23 100644 --- a/crypto/err/err.c +++ b/crypto/err/err.c @@ -1,4 +1,3 @@ -/* crypto/err/err.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/err/err_all.c b/crypto/err/err_all.c index 6de9c214b5f..6309733fb65 100644 --- a/crypto/err/err_all.c +++ b/crypto/err/err_all.c @@ -1,4 +1,3 @@ -/* crypto/err/err_all.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/err/err_prn.c b/crypto/err/err_prn.c index 7a74fea7e50..955decd2d95 100644 --- a/crypto/err/err_prn.c +++ b/crypto/err/err_prn.c @@ -1,4 +1,3 @@ -/* crypto/err/err_prn.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/evp/bio_b64.c b/crypto/evp/bio_b64.c index 8df0d3f8d0a..097b0958f1e 100644 --- a/crypto/evp/bio_b64.c +++ b/crypto/evp/bio_b64.c @@ -1,4 +1,3 @@ -/* crypto/evp/bio_b64.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/evp/bio_enc.c b/crypto/evp/bio_enc.c index c4daf8b6910..9754031e2bd 100644 --- a/crypto/evp/bio_enc.c +++ b/crypto/evp/bio_enc.c @@ -1,4 +1,3 @@ -/* crypto/evp/bio_enc.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/evp/bio_md.c b/crypto/evp/bio_md.c index 24c7dc3bea3..30a506ebbaa 100644 --- a/crypto/evp/bio_md.c +++ b/crypto/evp/bio_md.c @@ -1,4 +1,3 @@ -/* crypto/evp/bio_md.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/evp/bio_ok.c b/crypto/evp/bio_ok.c index 5f3f2dea9fe..ec5d7199f52 100644 --- a/crypto/evp/bio_ok.c +++ b/crypto/evp/bio_ok.c @@ -1,4 +1,3 @@ -/* crypto/evp/bio_ok.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/evp/c_all.c b/crypto/evp/c_all.c index e56f5adcb72..6dd2bc764cb 100644 --- a/crypto/evp/c_all.c +++ b/crypto/evp/c_all.c @@ -1,4 +1,3 @@ -/* crypto/evp/c_all.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/evp/c_allc.c b/crypto/evp/c_allc.c index 49f4c66a676..b59c33e2cc0 100644 --- a/crypto/evp/c_allc.c +++ b/crypto/evp/c_allc.c @@ -1,4 +1,3 @@ -/* crypto/evp/c_allc.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/evp/c_alld.c b/crypto/evp/c_alld.c index 70e462da412..4309a0c814a 100644 --- a/crypto/evp/c_alld.c +++ b/crypto/evp/c_alld.c @@ -1,4 +1,3 @@ -/* crypto/evp/c_alld.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/evp/cmeth_lib.c b/crypto/evp/cmeth_lib.c index e56e2c9f729..1e7cac81575 100644 --- a/crypto/evp/cmeth_lib.c +++ b/crypto/evp/cmeth_lib.c @@ -1,4 +1,3 @@ -/* cmeth_lib.c */ /* * Written by Richard Levitte (levitte@openssl.org) for the OpenSSL project * 2015. diff --git a/crypto/evp/digest.c b/crypto/evp/digest.c index 33688f99e43..52ff05f8f16 100644 --- a/crypto/evp/digest.c +++ b/crypto/evp/digest.c @@ -1,4 +1,3 @@ -/* crypto/evp/digest.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/evp/e_bf.c b/crypto/evp/e_bf.c index 01194b3ffd4..108a80b17c0 100644 --- a/crypto/evp/e_bf.c +++ b/crypto/evp/e_bf.c @@ -1,4 +1,3 @@ -/* crypto/evp/e_bf.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/evp/e_camellia.c b/crypto/evp/e_camellia.c index 70627754774..924df8d0ec2 100644 --- a/crypto/evp/e_camellia.c +++ b/crypto/evp/e_camellia.c @@ -1,4 +1,3 @@ -/* crypto/evp/e_camellia.c */ /* ==================================================================== * Copyright (c) 2006 The OpenSSL Project. All rights reserved. * diff --git a/crypto/evp/e_cast.c b/crypto/evp/e_cast.c index c3b778d36d5..e4df25f0588 100644 --- a/crypto/evp/e_cast.c +++ b/crypto/evp/e_cast.c @@ -1,4 +1,3 @@ -/* crypto/evp/e_cast.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/evp/e_des.c b/crypto/evp/e_des.c index 929151c3c7c..c083e3f7d36 100644 --- a/crypto/evp/e_des.c +++ b/crypto/evp/e_des.c @@ -1,4 +1,3 @@ -/* crypto/evp/e_des.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/evp/e_des3.c b/crypto/evp/e_des3.c index 8b6c2b590dd..0a16b486e1d 100644 --- a/crypto/evp/e_des3.c +++ b/crypto/evp/e_des3.c @@ -1,4 +1,3 @@ -/* crypto/evp/e_des3.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/evp/e_idea.c b/crypto/evp/e_idea.c index 261fbeb1755..598dd3f1725 100644 --- a/crypto/evp/e_idea.c +++ b/crypto/evp/e_idea.c @@ -1,4 +1,3 @@ -/* crypto/evp/e_idea.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/evp/e_null.c b/crypto/evp/e_null.c index 3f422cf3f31..78431964558 100644 --- a/crypto/evp/e_null.c +++ b/crypto/evp/e_null.c @@ -1,4 +1,3 @@ -/* crypto/evp/e_null.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/evp/e_old.c b/crypto/evp/e_old.c index d5c4b4e09d2..759856a8eba 100644 --- a/crypto/evp/e_old.c +++ b/crypto/evp/e_old.c @@ -1,4 +1,3 @@ -/* crypto/evp/e_old.c */ /* * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project * 2004. diff --git a/crypto/evp/e_rc2.c b/crypto/evp/e_rc2.c index 03a5a73c941..8a56723c7e3 100644 --- a/crypto/evp/e_rc2.c +++ b/crypto/evp/e_rc2.c @@ -1,4 +1,3 @@ -/* crypto/evp/e_rc2.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/evp/e_rc4.c b/crypto/evp/e_rc4.c index e27dd7f2d03..ab3cc908ea2 100644 --- a/crypto/evp/e_rc4.c +++ b/crypto/evp/e_rc4.c @@ -1,4 +1,3 @@ -/* crypto/evp/e_rc4.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/evp/e_rc5.c b/crypto/evp/e_rc5.c index a97f2a08bd6..58980f56def 100644 --- a/crypto/evp/e_rc5.c +++ b/crypto/evp/e_rc5.c @@ -1,4 +1,3 @@ -/* crypto/evp/e_rc5.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/evp/e_seed.c b/crypto/evp/e_seed.c index c7a95e4f161..f8523c38d90 100644 --- a/crypto/evp/e_seed.c +++ b/crypto/evp/e_seed.c @@ -1,4 +1,3 @@ -/* crypto/evp/e_seed.c */ /* ==================================================================== * Copyright (c) 2007 The OpenSSL Project. All rights reserved. * diff --git a/crypto/evp/e_xcbc_d.c b/crypto/evp/e_xcbc_d.c index 1da331d995b..92fe893d7e4 100644 --- a/crypto/evp/e_xcbc_d.c +++ b/crypto/evp/e_xcbc_d.c @@ -1,4 +1,3 @@ -/* crypto/evp/e_xcbc_d.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/evp/encode.c b/crypto/evp/encode.c index 91160adec06..de52ae4c2f7 100644 --- a/crypto/evp/encode.c +++ b/crypto/evp/encode.c @@ -1,4 +1,3 @@ -/* crypto/evp/encode.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/evp/evp_acnf.c b/crypto/evp/evp_acnf.c index 44070bc9c60..285be1fb751 100644 --- a/crypto/evp/evp_acnf.c +++ b/crypto/evp/evp_acnf.c @@ -1,4 +1,3 @@ -/* evp_acnf.c */ /* * Written by Stephen Henson (steve@openssl.org) for the OpenSSL project * 2001. diff --git a/crypto/evp/evp_cnf.c b/crypto/evp/evp_cnf.c index 03f34a011d3..7a365276e84 100644 --- a/crypto/evp/evp_cnf.c +++ b/crypto/evp/evp_cnf.c @@ -1,4 +1,3 @@ -/* evp_cnf.c */ /* * Written by Stephen Henson (steve@openssl.org) for the OpenSSL project * 2007. diff --git a/crypto/evp/evp_enc.c b/crypto/evp/evp_enc.c index 32e124e6500..1b45a941978 100644 --- a/crypto/evp/evp_enc.c +++ b/crypto/evp/evp_enc.c @@ -1,4 +1,3 @@ -/* crypto/evp/evp_enc.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/evp/evp_err.c b/crypto/evp/evp_err.c index c008d2b5103..add74cadd3c 100644 --- a/crypto/evp/evp_err.c +++ b/crypto/evp/evp_err.c @@ -1,4 +1,3 @@ -/* crypto/evp/evp_err.c */ /* ==================================================================== * Copyright (c) 1999-2015 The OpenSSL Project. All rights reserved. * diff --git a/crypto/evp/evp_key.c b/crypto/evp/evp_key.c index d2e6d8c669f..ccd9280d925 100644 --- a/crypto/evp/evp_key.c +++ b/crypto/evp/evp_key.c @@ -1,4 +1,3 @@ -/* crypto/evp/evp_key.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/evp/evp_lib.c b/crypto/evp/evp_lib.c index 50f12b43236..ff2a1d253ad 100644 --- a/crypto/evp/evp_lib.c +++ b/crypto/evp/evp_lib.c @@ -1,4 +1,3 @@ -/* crypto/evp/evp_lib.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/evp/evp_locl.h b/crypto/evp/evp_locl.h index d93ea34fb3d..c85a46a4c81 100644 --- a/crypto/evp/evp_locl.h +++ b/crypto/evp/evp_locl.h @@ -1,4 +1,3 @@ -/* evp_locl.h */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2000. diff --git a/crypto/evp/evp_pbe.c b/crypto/evp/evp_pbe.c index da7c7d335f0..ddf9bff93e5 100644 --- a/crypto/evp/evp_pbe.c +++ b/crypto/evp/evp_pbe.c @@ -1,4 +1,3 @@ -/* evp_pbe.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/evp/evp_pkey.c b/crypto/evp/evp_pkey.c index 65ccd5bac4f..530f724033e 100644 --- a/crypto/evp/evp_pkey.c +++ b/crypto/evp/evp_pkey.c @@ -1,4 +1,3 @@ -/* evp_pkey.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/evp/m_md2.c b/crypto/evp/m_md2.c index ed2dfd88ea4..5c1ac38624a 100644 --- a/crypto/evp/m_md2.c +++ b/crypto/evp/m_md2.c @@ -1,4 +1,3 @@ -/* crypto/evp/m_md2.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/evp/m_md4.c b/crypto/evp/m_md4.c index 8987c42d3a3..e63db4e1f92 100644 --- a/crypto/evp/m_md4.c +++ b/crypto/evp/m_md4.c @@ -1,4 +1,3 @@ -/* crypto/evp/m_md4.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/evp/m_md5.c b/crypto/evp/m_md5.c index ad266045954..adaa8577ebc 100644 --- a/crypto/evp/m_md5.c +++ b/crypto/evp/m_md5.c @@ -1,4 +1,3 @@ -/* crypto/evp/m_md5.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/evp/m_md5_sha1.c b/crypto/evp/m_md5_sha1.c index f5472a37770..949b0e5a16d 100644 --- a/crypto/evp/m_md5_sha1.c +++ b/crypto/evp/m_md5_sha1.c @@ -1,4 +1,3 @@ -/* crypto/evp/m_md5_sha1.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. diff --git a/crypto/evp/m_mdc2.c b/crypto/evp/m_mdc2.c index 8934b549e86..dbe71dffaf8 100644 --- a/crypto/evp/m_mdc2.c +++ b/crypto/evp/m_mdc2.c @@ -1,4 +1,3 @@ -/* crypto/evp/m_mdc2.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/evp/m_null.c b/crypto/evp/m_null.c index b64911587fd..0fc8c9916e6 100644 --- a/crypto/evp/m_null.c +++ b/crypto/evp/m_null.c @@ -1,4 +1,3 @@ -/* crypto/evp/m_null.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/evp/m_ripemd.c b/crypto/evp/m_ripemd.c index faf09a15f28..67aa3cf202f 100644 --- a/crypto/evp/m_ripemd.c +++ b/crypto/evp/m_ripemd.c @@ -1,4 +1,3 @@ -/* crypto/evp/m_ripemd.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/evp/m_sha1.c b/crypto/evp/m_sha1.c index 2f30c3c7334..fb674aee5d7 100644 --- a/crypto/evp/m_sha1.c +++ b/crypto/evp/m_sha1.c @@ -1,4 +1,3 @@ -/* crypto/evp/m_sha1.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/evp/m_sigver.c b/crypto/evp/m_sigver.c index 067d3301441..0fe223fd3fe 100644 --- a/crypto/evp/m_sigver.c +++ b/crypto/evp/m_sigver.c @@ -1,4 +1,3 @@ -/* m_sigver.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2006. diff --git a/crypto/evp/m_wp.c b/crypto/evp/m_wp.c index 0a4a3a98c24..12b7765ece6 100644 --- a/crypto/evp/m_wp.c +++ b/crypto/evp/m_wp.c @@ -1,4 +1,3 @@ -/* crypto/evp/m_wp.c */ #include #include "internal/cryptlib.h" diff --git a/crypto/evp/names.c b/crypto/evp/names.c index 8d132e9af0e..610e0f5bebc 100644 --- a/crypto/evp/names.c +++ b/crypto/evp/names.c @@ -1,4 +1,3 @@ -/* crypto/evp/names.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/evp/p5_crpt.c b/crypto/evp/p5_crpt.c index d27d83f7eee..7900e2873f1 100644 --- a/crypto/evp/p5_crpt.c +++ b/crypto/evp/p5_crpt.c @@ -1,4 +1,3 @@ -/* p5_crpt.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/evp/p5_crpt2.c b/crypto/evp/p5_crpt2.c index 0f5b82b1aa7..b9ff5de07a4 100644 --- a/crypto/evp/p5_crpt2.c +++ b/crypto/evp/p5_crpt2.c @@ -1,4 +1,3 @@ -/* p5_crpt2.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/evp/p_dec.c b/crypto/evp/p_dec.c index 218c674bc37..37f6822be46 100644 --- a/crypto/evp/p_dec.c +++ b/crypto/evp/p_dec.c @@ -1,4 +1,3 @@ -/* crypto/evp/p_dec.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/evp/p_enc.c b/crypto/evp/p_enc.c index d2069c9c7d3..d3bcaa0b7e4 100644 --- a/crypto/evp/p_enc.c +++ b/crypto/evp/p_enc.c @@ -1,4 +1,3 @@ -/* crypto/evp/p_enc.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/evp/p_lib.c b/crypto/evp/p_lib.c index c7a0b5ac4c1..0626c27e154 100644 --- a/crypto/evp/p_lib.c +++ b/crypto/evp/p_lib.c @@ -1,4 +1,3 @@ -/* crypto/evp/p_lib.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/evp/p_open.c b/crypto/evp/p_open.c index 0f2bc02ad2e..41a721eea57 100644 --- a/crypto/evp/p_open.c +++ b/crypto/evp/p_open.c @@ -1,4 +1,3 @@ -/* crypto/evp/p_open.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/evp/p_seal.c b/crypto/evp/p_seal.c index 71231f4780d..52436d1244c 100644 --- a/crypto/evp/p_seal.c +++ b/crypto/evp/p_seal.c @@ -1,4 +1,3 @@ -/* crypto/evp/p_seal.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/evp/p_sign.c b/crypto/evp/p_sign.c index c5e479e8bdc..46d2dccffce 100644 --- a/crypto/evp/p_sign.c +++ b/crypto/evp/p_sign.c @@ -1,4 +1,3 @@ -/* crypto/evp/p_sign.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/evp/p_verify.c b/crypto/evp/p_verify.c index 32ec0de1211..631ce352f72 100644 --- a/crypto/evp/p_verify.c +++ b/crypto/evp/p_verify.c @@ -1,4 +1,3 @@ -/* crypto/evp/p_verify.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/evp/pmeth_fn.c b/crypto/evp/pmeth_fn.c index d86110b4e77..11c319dd41f 100644 --- a/crypto/evp/pmeth_fn.c +++ b/crypto/evp/pmeth_fn.c @@ -1,4 +1,3 @@ -/* pmeth_fn.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2006. diff --git a/crypto/evp/pmeth_gn.c b/crypto/evp/pmeth_gn.c index 368c687e2f2..6d58f1b05e0 100644 --- a/crypto/evp/pmeth_gn.c +++ b/crypto/evp/pmeth_gn.c @@ -1,4 +1,3 @@ -/* pmeth_gn.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2006. diff --git a/crypto/evp/pmeth_lib.c b/crypto/evp/pmeth_lib.c index 1d7d57697c6..b7b6e35a5ee 100644 --- a/crypto/evp/pmeth_lib.c +++ b/crypto/evp/pmeth_lib.c @@ -1,4 +1,3 @@ -/* pmeth_lib.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2006. diff --git a/crypto/evp/scrypt.c b/crypto/evp/scrypt.c index e609594a91e..158816c9d92 100644 --- a/crypto/evp/scrypt.c +++ b/crypto/evp/scrypt.c @@ -1,4 +1,3 @@ -/* scrypt.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2015. diff --git a/crypto/fips_err.h b/crypto/fips_err.h index 340bf4393f9..b2fcabd5504 100644 --- a/crypto/fips_err.h +++ b/crypto/fips_err.h @@ -1,4 +1,3 @@ -/* crypto/fips_err.h */ /* ==================================================================== * Copyright (c) 1999-2011 The OpenSSL Project. All rights reserved. * diff --git a/crypto/hmac/hmac.c b/crypto/hmac/hmac.c index 72daed13dd9..0a3b09fadb6 100644 --- a/crypto/hmac/hmac.c +++ b/crypto/hmac/hmac.c @@ -1,4 +1,3 @@ -/* crypto/hmac/hmac.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/hmac/hmac_lcl.h b/crypto/hmac/hmac_lcl.h index f6ce8f9f3f0..b95c8673f9a 100644 --- a/crypto/hmac/hmac_lcl.h +++ b/crypto/hmac/hmac_lcl.h @@ -1,4 +1,3 @@ -/* crypto/hmac/hmac.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/idea/i_cbc.c b/crypto/idea/i_cbc.c index 950df98c954..e1c5b2d719a 100644 --- a/crypto/idea/i_cbc.c +++ b/crypto/idea/i_cbc.c @@ -1,4 +1,3 @@ -/* crypto/idea/i_cbc.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/idea/i_cfb64.c b/crypto/idea/i_cfb64.c index a1547ed5d7b..557cd4d2ac6 100644 --- a/crypto/idea/i_cfb64.c +++ b/crypto/idea/i_cfb64.c @@ -1,4 +1,3 @@ -/* crypto/idea/i_cfb64.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/idea/i_ecb.c b/crypto/idea/i_ecb.c index 4ed206ecd1e..c018c1504fa 100644 --- a/crypto/idea/i_ecb.c +++ b/crypto/idea/i_ecb.c @@ -1,4 +1,3 @@ -/* crypto/idea/i_ecb.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/idea/i_ofb64.c b/crypto/idea/i_ofb64.c index aa5948801b0..64f128eff48 100644 --- a/crypto/idea/i_ofb64.c +++ b/crypto/idea/i_ofb64.c @@ -1,4 +1,3 @@ -/* crypto/idea/i_ofb64.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/idea/i_skey.c b/crypto/idea/i_skey.c index 2bbd43a5e1b..c30547795f1 100644 --- a/crypto/idea/i_skey.c +++ b/crypto/idea/i_skey.c @@ -1,4 +1,3 @@ -/* crypto/idea/i_skey.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/idea/idea_lcl.h b/crypto/idea/idea_lcl.h index ffb06a146f1..9be76cdc530 100644 --- a/crypto/idea/idea_lcl.h +++ b/crypto/idea/idea_lcl.h @@ -1,4 +1,3 @@ -/* crypto/idea/idea_lcl.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/include/internal/asn1_int.h b/crypto/include/internal/asn1_int.h index 43b541c4932..0b38eaa3807 100644 --- a/crypto/include/internal/asn1_int.h +++ b/crypto/include/internal/asn1_int.h @@ -1,4 +1,3 @@ -/* asn1_int.h */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2015. diff --git a/crypto/include/internal/cryptlib.h b/crypto/include/internal/cryptlib.h index 45a4d7a0e78..9e620e64285 100644 --- a/crypto/include/internal/cryptlib.h +++ b/crypto/include/internal/cryptlib.h @@ -1,4 +1,3 @@ -/* crypto/cryptlib.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/include/internal/ct_int.h b/crypto/include/internal/ct_int.h index 31411b62be7..1aa3745c9dc 100644 --- a/crypto/include/internal/ct_int.h +++ b/crypto/include/internal/ct_int.h @@ -1,4 +1,3 @@ -/* crypto/ct/ct_locl.h */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2015. diff --git a/crypto/include/internal/evp_int.h b/crypto/include/internal/evp_int.h index 614ccca3f6d..24c6870628c 100644 --- a/crypto/include/internal/evp_int.h +++ b/crypto/include/internal/evp_int.h @@ -1,4 +1,3 @@ -/* evp_int.h */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2015. diff --git a/crypto/include/internal/md32_common.h b/crypto/include/internal/md32_common.h index 46c088cdf0b..156fa3aeba4 100644 --- a/crypto/include/internal/md32_common.h +++ b/crypto/include/internal/md32_common.h @@ -1,4 +1,3 @@ -/* crypto/md32_common.h */ /* ==================================================================== * Copyright (c) 1999-2007 The OpenSSL Project. All rights reserved. * diff --git a/crypto/include/internal/x509_int.h b/crypto/include/internal/x509_int.h index c11d3b372e0..7d3a7dfb585 100644 --- a/crypto/include/internal/x509_int.h +++ b/crypto/include/internal/x509_int.h @@ -1,4 +1,3 @@ -/* x509_int.h */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2015. diff --git a/crypto/jpake/jpake_err.c b/crypto/jpake/jpake_err.c index 177bcc2692a..d45f86c6435 100644 --- a/crypto/jpake/jpake_err.c +++ b/crypto/jpake/jpake_err.c @@ -1,4 +1,3 @@ -/* crypto/jpake/jpake_err.c */ /* ==================================================================== * Copyright (c) 1999-2015 The OpenSSL Project. All rights reserved. * diff --git a/crypto/lhash/lh_stats.c b/crypto/lhash/lh_stats.c index b7d95244b7f..cad3a616aba 100644 --- a/crypto/lhash/lh_stats.c +++ b/crypto/lhash/lh_stats.c @@ -1,4 +1,3 @@ -/* crypto/lhash/lh_stats.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/lhash/lh_test.c b/crypto/lhash/lh_test.c index 52010d9131c..c1d457806cd 100644 --- a/crypto/lhash/lh_test.c +++ b/crypto/lhash/lh_test.c @@ -1,4 +1,3 @@ -/* crypto/lhash/lh_test.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/lhash/lhash.c b/crypto/lhash/lhash.c index 4642bda3223..60e9223b59d 100644 --- a/crypto/lhash/lhash.c +++ b/crypto/lhash/lhash.c @@ -1,4 +1,3 @@ -/* crypto/lhash/lhash.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/lock.c b/crypto/lock.c index 12210da96b5..2ac74b566cd 100644 --- a/crypto/lock.c +++ b/crypto/lock.c @@ -1,4 +1,3 @@ -/* crypto/cryptlib.c */ /* ==================================================================== * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. * diff --git a/crypto/md2/md2_dgst.c b/crypto/md2/md2_dgst.c index bb0a7a34d26..80dec2325f2 100644 --- a/crypto/md2/md2_dgst.c +++ b/crypto/md2/md2_dgst.c @@ -1,4 +1,3 @@ -/* crypto/md2/md2_dgst.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/md2/md2_one.c b/crypto/md2/md2_one.c index ff648b5b98f..ad643eee153 100644 --- a/crypto/md2/md2_one.c +++ b/crypto/md2/md2_one.c @@ -1,4 +1,3 @@ -/* crypto/md2/md2_one.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/md4/md4_dgst.c b/crypto/md4/md4_dgst.c index 2b7881ee80e..ab1e55b64a6 100644 --- a/crypto/md4/md4_dgst.c +++ b/crypto/md4/md4_dgst.c @@ -1,4 +1,3 @@ -/* crypto/md4/md4_dgst.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/md4/md4_locl.h b/crypto/md4/md4_locl.h index c6dd348545b..7e9701c1daf 100644 --- a/crypto/md4/md4_locl.h +++ b/crypto/md4/md4_locl.h @@ -1,4 +1,3 @@ -/* crypto/md4/md4_locl.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/md4/md4_one.c b/crypto/md4/md4_one.c index 32ebd5facfc..efcf2c6c5f2 100644 --- a/crypto/md4/md4_one.c +++ b/crypto/md4/md4_one.c @@ -1,4 +1,3 @@ -/* crypto/md4/md4_one.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/md5/md5_dgst.c b/crypto/md5/md5_dgst.c index f73ca7c07c2..18a3262d23a 100644 --- a/crypto/md5/md5_dgst.c +++ b/crypto/md5/md5_dgst.c @@ -1,4 +1,3 @@ -/* crypto/md5/md5_dgst.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/md5/md5_locl.h b/crypto/md5/md5_locl.h index 22ae9b3e348..f2d80a035c5 100644 --- a/crypto/md5/md5_locl.h +++ b/crypto/md5/md5_locl.h @@ -1,4 +1,3 @@ -/* crypto/md5/md5_locl.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/md5/md5_one.c b/crypto/md5/md5_one.c index 4ac882e739f..9771dcfe295 100644 --- a/crypto/md5/md5_one.c +++ b/crypto/md5/md5_one.c @@ -1,4 +1,3 @@ -/* crypto/md5/md5_one.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/mdc2/mdc2_one.c b/crypto/mdc2/mdc2_one.c index d30305b3536..ee94bbe08fc 100644 --- a/crypto/mdc2/mdc2_one.c +++ b/crypto/mdc2/mdc2_one.c @@ -1,4 +1,3 @@ -/* crypto/mdc2/mdc2_one.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/mdc2/mdc2dgst.c b/crypto/mdc2/mdc2dgst.c index 17b994e95b9..abfba5afdd0 100644 --- a/crypto/mdc2/mdc2dgst.c +++ b/crypto/mdc2/mdc2dgst.c @@ -1,4 +1,3 @@ -/* crypto/mdc2/mdc2dgst.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/mem.c b/crypto/mem.c index 096b1919b75..1e34904dabc 100644 --- a/crypto/mem.c +++ b/crypto/mem.c @@ -1,4 +1,3 @@ -/* crypto/mem.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/mem_clr.c b/crypto/mem_clr.c index 52342ec23c7..e6450a12fe5 100644 --- a/crypto/mem_clr.c +++ b/crypto/mem_clr.c @@ -1,4 +1,3 @@ -/* crypto/mem_clr.c */ /* * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project * 2002. diff --git a/crypto/mem_dbg.c b/crypto/mem_dbg.c index 67a48001ec0..3568efd7919 100644 --- a/crypto/mem_dbg.c +++ b/crypto/mem_dbg.c @@ -1,4 +1,3 @@ -/* crypto/mem_dbg.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/modes/wrap128.c b/crypto/modes/wrap128.c index a3f397edbec..b9268444eab 100644 --- a/crypto/modes/wrap128.c +++ b/crypto/modes/wrap128.c @@ -1,4 +1,3 @@ -/* crypto/modes/wrap128.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. Mode with padding contributed by Petr Spacek diff --git a/crypto/o_dir.c b/crypto/o_dir.c index 560d689293a..b3fcb9173f8 100644 --- a/crypto/o_dir.c +++ b/crypto/o_dir.c @@ -1,4 +1,3 @@ -/* crypto/o_dir.c */ /* * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project * 2004. diff --git a/crypto/o_dir_test.c b/crypto/o_dir_test.c index 5dd9d21a2bf..686c132f412 100644 --- a/crypto/o_dir_test.c +++ b/crypto/o_dir_test.c @@ -1,4 +1,3 @@ -/* crypto/o_dir.h */ /* * Copied from Richard Levitte's (richard@levitte.org) LP library. All * symbol names have been changed, with permission from the author. diff --git a/crypto/o_init.c b/crypto/o_init.c index b7b969b00b5..128f70bd84d 100644 --- a/crypto/o_init.c +++ b/crypto/o_init.c @@ -1,4 +1,3 @@ -/* o_init.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. diff --git a/crypto/o_str.c b/crypto/o_str.c index 3afa5f7e03b..269d60614ba 100644 --- a/crypto/o_str.c +++ b/crypto/o_str.c @@ -1,4 +1,3 @@ -/* crypto/o_str.c */ /* * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project * 2003. diff --git a/crypto/o_time.c b/crypto/o_time.c index 96292992682..fdd82827627 100644 --- a/crypto/o_time.c +++ b/crypto/o_time.c @@ -1,4 +1,3 @@ -/* crypto/o_time.c */ /* * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project * 2001. diff --git a/crypto/objects/obj_dat.c b/crypto/objects/obj_dat.c index 3983ebe770e..82b44949b22 100644 --- a/crypto/objects/obj_dat.c +++ b/crypto/objects/obj_dat.c @@ -1,4 +1,3 @@ -/* crypto/objects/obj_dat.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/objects/obj_dat.h b/crypto/objects/obj_dat.h index 1f139924620..c8bfc97c7b4 100644 --- a/crypto/objects/obj_dat.h +++ b/crypto/objects/obj_dat.h @@ -1,4 +1,3 @@ -/* crypto/objects/obj_dat.h */ /* THIS FILE IS GENERATED FROM objects.h by obj_dat.pl via the * following command: diff --git a/crypto/objects/obj_err.c b/crypto/objects/obj_err.c index 33a95ff8aff..396b6c26e5c 100644 --- a/crypto/objects/obj_err.c +++ b/crypto/objects/obj_err.c @@ -1,4 +1,3 @@ -/* crypto/objects/obj_err.c */ /* ==================================================================== * Copyright (c) 1999-2015 The OpenSSL Project. All rights reserved. * diff --git a/crypto/objects/obj_lib.c b/crypto/objects/obj_lib.c index d3c2ed046ab..3b1c5584398 100644 --- a/crypto/objects/obj_lib.c +++ b/crypto/objects/obj_lib.c @@ -1,4 +1,3 @@ -/* crypto/objects/obj_lib.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/objects/obj_xref.c b/crypto/objects/obj_xref.c index 62ff882125a..34d6448094b 100644 --- a/crypto/objects/obj_xref.c +++ b/crypto/objects/obj_xref.c @@ -1,4 +1,3 @@ -/* crypto/objects/obj_xref.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2006. diff --git a/crypto/ocsp/ocsp_asn.c b/crypto/ocsp/ocsp_asn.c index 00be995ba61..3ee6f94dcad 100644 --- a/crypto/ocsp/ocsp_asn.c +++ b/crypto/ocsp/ocsp_asn.c @@ -1,4 +1,3 @@ -/* ocsp_asn.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2000. diff --git a/crypto/ocsp/ocsp_cl.c b/crypto/ocsp/ocsp_cl.c index 218e12cbdbd..0e6810a6afe 100644 --- a/crypto/ocsp/ocsp_cl.c +++ b/crypto/ocsp/ocsp_cl.c @@ -1,4 +1,3 @@ -/* ocsp_cl.c */ /* * Written by Tom Titchener for the OpenSSL * project. diff --git a/crypto/ocsp/ocsp_err.c b/crypto/ocsp/ocsp_err.c index 8f099d94ce6..16960a7cd3e 100644 --- a/crypto/ocsp/ocsp_err.c +++ b/crypto/ocsp/ocsp_err.c @@ -1,4 +1,3 @@ -/* crypto/ocsp/ocsp_err.c */ /* ==================================================================== * Copyright (c) 1999-2015 The OpenSSL Project. All rights reserved. * diff --git a/crypto/ocsp/ocsp_ext.c b/crypto/ocsp/ocsp_ext.c index f9553f0b61b..b0127441dfc 100644 --- a/crypto/ocsp/ocsp_ext.c +++ b/crypto/ocsp/ocsp_ext.c @@ -1,4 +1,3 @@ -/* ocsp_ext.c */ /* * Written by Tom Titchener for the OpenSSL * project. diff --git a/crypto/ocsp/ocsp_ht.c b/crypto/ocsp/ocsp_ht.c index 8f1cb08c334..f69d4df3b7d 100644 --- a/crypto/ocsp/ocsp_ht.c +++ b/crypto/ocsp/ocsp_ht.c @@ -1,4 +1,3 @@ -/* ocsp_ht.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2006. diff --git a/crypto/ocsp/ocsp_lcl.h b/crypto/ocsp/ocsp_lcl.h index c60d956099a..d626a3e3a4e 100644 --- a/crypto/ocsp/ocsp_lcl.h +++ b/crypto/ocsp/ocsp_lcl.h @@ -1,4 +1,3 @@ -/* ocsp_lcl.h */ /* * Written by Tom Titchener for the OpenSSL * project. diff --git a/crypto/ocsp/ocsp_lib.c b/crypto/ocsp/ocsp_lib.c index 092cc3727c7..54cacfb2874 100644 --- a/crypto/ocsp/ocsp_lib.c +++ b/crypto/ocsp/ocsp_lib.c @@ -1,4 +1,3 @@ -/* ocsp_lib.c */ /* * Written by Tom Titchener for the OpenSSL * project. diff --git a/crypto/ocsp/ocsp_prn.c b/crypto/ocsp/ocsp_prn.c index 1137d61b228..7524576eb34 100644 --- a/crypto/ocsp/ocsp_prn.c +++ b/crypto/ocsp/ocsp_prn.c @@ -1,4 +1,3 @@ -/* ocsp_prn.c */ /* * Written by Tom Titchener for the OpenSSL * project. diff --git a/crypto/ocsp/ocsp_srv.c b/crypto/ocsp/ocsp_srv.c index a39fa486489..e98c6491b2a 100644 --- a/crypto/ocsp/ocsp_srv.c +++ b/crypto/ocsp/ocsp_srv.c @@ -1,4 +1,3 @@ -/* ocsp_srv.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2001. diff --git a/crypto/ocsp/ocsp_vfy.c b/crypto/ocsp/ocsp_vfy.c index 87b5144b390..5601feb5f3c 100644 --- a/crypto/ocsp/ocsp_vfy.c +++ b/crypto/ocsp/ocsp_vfy.c @@ -1,4 +1,3 @@ -/* ocsp_vfy.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2000. diff --git a/crypto/ocsp/v3_ocsp.c b/crypto/ocsp/v3_ocsp.c index 9a49422df72..142deac54e4 100644 --- a/crypto/ocsp/v3_ocsp.c +++ b/crypto/ocsp/v3_ocsp.c @@ -1,4 +1,3 @@ -/* v3_ocsp.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/pem/pem_all.c b/crypto/pem/pem_all.c index 2f36c25ba3c..9a08c028320 100644 --- a/crypto/pem/pem_all.c +++ b/crypto/pem/pem_all.c @@ -1,4 +1,3 @@ -/* crypto/pem/pem_all.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/pem/pem_err.c b/crypto/pem/pem_err.c index 49b8a91043f..793a0a343dd 100644 --- a/crypto/pem/pem_err.c +++ b/crypto/pem/pem_err.c @@ -1,4 +1,3 @@ -/* crypto/pem/pem_err.c */ /* ==================================================================== * Copyright (c) 1999-2015 The OpenSSL Project. All rights reserved. * diff --git a/crypto/pem/pem_info.c b/crypto/pem/pem_info.c index 982dc161b9f..50a5051dadf 100644 --- a/crypto/pem/pem_info.c +++ b/crypto/pem/pem_info.c @@ -1,4 +1,3 @@ -/* crypto/pem/pem_info.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/pem/pem_lib.c b/crypto/pem/pem_lib.c index 439bb146cc9..eb03acce10b 100644 --- a/crypto/pem/pem_lib.c +++ b/crypto/pem/pem_lib.c @@ -1,4 +1,3 @@ -/* crypto/pem/pem_lib.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/pem/pem_oth.c b/crypto/pem/pem_oth.c index 63f42b29fa1..fbdff0aadf2 100644 --- a/crypto/pem/pem_oth.c +++ b/crypto/pem/pem_oth.c @@ -1,4 +1,3 @@ -/* crypto/pem/pem_oth.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/pem/pem_pk8.c b/crypto/pem/pem_pk8.c index e238b95865f..f6f03634dba 100644 --- a/crypto/pem/pem_pk8.c +++ b/crypto/pem/pem_pk8.c @@ -1,4 +1,3 @@ -/* crypto/pem/pem_pkey.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/pem/pem_pkey.c b/crypto/pem/pem_pkey.c index e90f201bfa4..8eb398d55da 100644 --- a/crypto/pem/pem_pkey.c +++ b/crypto/pem/pem_pkey.c @@ -1,4 +1,3 @@ -/* crypto/pem/pem_pkey.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/pem/pem_sign.c b/crypto/pem/pem_sign.c index 824ff480e53..fb8c9dd053b 100644 --- a/crypto/pem/pem_sign.c +++ b/crypto/pem/pem_sign.c @@ -1,4 +1,3 @@ -/* crypto/pem/pem_sign.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/pem/pem_x509.c b/crypto/pem/pem_x509.c index 9dbd6932792..26117b57bdb 100644 --- a/crypto/pem/pem_x509.c +++ b/crypto/pem/pem_x509.c @@ -1,4 +1,3 @@ -/* pem_x509.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2001. diff --git a/crypto/pem/pem_xaux.c b/crypto/pem/pem_xaux.c index 6f37416ae79..eb66fb62933 100644 --- a/crypto/pem/pem_xaux.c +++ b/crypto/pem/pem_xaux.c @@ -1,4 +1,3 @@ -/* pem_xaux.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2001. diff --git a/crypto/pkcs12/p12_add.c b/crypto/pkcs12/p12_add.c index 648b16b210b..4f2070e9416 100644 --- a/crypto/pkcs12/p12_add.c +++ b/crypto/pkcs12/p12_add.c @@ -1,4 +1,3 @@ -/* p12_add.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/pkcs12/p12_asn.c b/crypto/pkcs12/p12_asn.c index ef2e851a6f4..5a432613bff 100644 --- a/crypto/pkcs12/p12_asn.c +++ b/crypto/pkcs12/p12_asn.c @@ -1,4 +1,3 @@ -/* p12_asn.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/pkcs12/p12_attr.c b/crypto/pkcs12/p12_attr.c index 80abf66d414..792e3811ff2 100644 --- a/crypto/pkcs12/p12_attr.c +++ b/crypto/pkcs12/p12_attr.c @@ -1,4 +1,3 @@ -/* p12_attr.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/pkcs12/p12_crpt.c b/crypto/pkcs12/p12_crpt.c index e7d5ac9f6bd..666b5006a8a 100644 --- a/crypto/pkcs12/p12_crpt.c +++ b/crypto/pkcs12/p12_crpt.c @@ -1,4 +1,3 @@ -/* p12_crpt.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/pkcs12/p12_crt.c b/crypto/pkcs12/p12_crt.c index 189e7c7559e..ae52d9ec4b4 100644 --- a/crypto/pkcs12/p12_crt.c +++ b/crypto/pkcs12/p12_crt.c @@ -1,4 +1,3 @@ -/* p12_crt.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. diff --git a/crypto/pkcs12/p12_decr.c b/crypto/pkcs12/p12_decr.c index 33831e92374..953d9387421 100644 --- a/crypto/pkcs12/p12_decr.c +++ b/crypto/pkcs12/p12_decr.c @@ -1,4 +1,3 @@ -/* p12_decr.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/pkcs12/p12_init.c b/crypto/pkcs12/p12_init.c index 3f1a07c000e..3597e132048 100644 --- a/crypto/pkcs12/p12_init.c +++ b/crypto/pkcs12/p12_init.c @@ -1,4 +1,3 @@ -/* p12_init.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/pkcs12/p12_key.c b/crypto/pkcs12/p12_key.c index 6963a9796ac..4256452cd2b 100644 --- a/crypto/pkcs12/p12_key.c +++ b/crypto/pkcs12/p12_key.c @@ -1,4 +1,3 @@ -/* p12_key.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/pkcs12/p12_kiss.c b/crypto/pkcs12/p12_kiss.c index fdddffbab41..c53736d183c 100644 --- a/crypto/pkcs12/p12_kiss.c +++ b/crypto/pkcs12/p12_kiss.c @@ -1,4 +1,3 @@ -/* p12_kiss.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/pkcs12/p12_mutl.c b/crypto/pkcs12/p12_mutl.c index fda2bc9ea4d..8ed9ac520b2 100644 --- a/crypto/pkcs12/p12_mutl.c +++ b/crypto/pkcs12/p12_mutl.c @@ -1,4 +1,3 @@ -/* p12_mutl.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/pkcs12/p12_npas.c b/crypto/pkcs12/p12_npas.c index c402428f573..d670624b4eb 100644 --- a/crypto/pkcs12/p12_npas.c +++ b/crypto/pkcs12/p12_npas.c @@ -1,4 +1,3 @@ -/* p12_npas.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/pkcs12/p12_p8d.c b/crypto/pkcs12/p12_p8d.c index 983eadf43e1..9bdfd3f77f9 100644 --- a/crypto/pkcs12/p12_p8d.c +++ b/crypto/pkcs12/p12_p8d.c @@ -1,4 +1,3 @@ -/* p12_p8d.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2001. diff --git a/crypto/pkcs12/p12_p8e.c b/crypto/pkcs12/p12_p8e.c index c60d124fcb6..a6255155ba8 100644 --- a/crypto/pkcs12/p12_p8e.c +++ b/crypto/pkcs12/p12_p8e.c @@ -1,4 +1,3 @@ -/* p12_p8e.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2001. diff --git a/crypto/pkcs12/p12_utl.c b/crypto/pkcs12/p12_utl.c index 5656cdc20a8..8b7e52f08e7 100644 --- a/crypto/pkcs12/p12_utl.c +++ b/crypto/pkcs12/p12_utl.c @@ -1,4 +1,3 @@ -/* p12_utl.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/pkcs12/pk12err.c b/crypto/pkcs12/pk12err.c index 4e6c7dd57b2..c3c0d59f3b6 100644 --- a/crypto/pkcs12/pk12err.c +++ b/crypto/pkcs12/pk12err.c @@ -1,4 +1,3 @@ -/* crypto/pkcs12/pk12err.c */ /* ==================================================================== * Copyright (c) 1999-2015 The OpenSSL Project. All rights reserved. * diff --git a/crypto/pkcs7/bio_pk7.c b/crypto/pkcs7/bio_pk7.c index 31aef83d5f6..d0e5d61c703 100644 --- a/crypto/pkcs7/bio_pk7.c +++ b/crypto/pkcs7/bio_pk7.c @@ -1,4 +1,3 @@ -/* bio_pk7.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. diff --git a/crypto/pkcs7/pk7_asn1.c b/crypto/pkcs7/pk7_asn1.c index bc107ccf426..485e676cff5 100644 --- a/crypto/pkcs7/pk7_asn1.c +++ b/crypto/pkcs7/pk7_asn1.c @@ -1,4 +1,3 @@ -/* pk7_asn.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2000. diff --git a/crypto/pkcs7/pk7_attr.c b/crypto/pkcs7/pk7_attr.c index 31585258d2c..84c59aa5bf0 100644 --- a/crypto/pkcs7/pk7_attr.c +++ b/crypto/pkcs7/pk7_attr.c @@ -1,4 +1,3 @@ -/* pk7_attr.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2001. diff --git a/crypto/pkcs7/pk7_dgst.c b/crypto/pkcs7/pk7_dgst.c index cb2b2936d7b..4b1376eebed 100644 --- a/crypto/pkcs7/pk7_dgst.c +++ b/crypto/pkcs7/pk7_dgst.c @@ -1,4 +1,3 @@ -/* crypto/pkcs7/pk7_dgst.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/pkcs7/pk7_doit.c b/crypto/pkcs7/pk7_doit.c index b2df65980b3..9d66fc40072 100644 --- a/crypto/pkcs7/pk7_doit.c +++ b/crypto/pkcs7/pk7_doit.c @@ -1,4 +1,3 @@ -/* crypto/pkcs7/pk7_doit.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/pkcs7/pk7_enc.c b/crypto/pkcs7/pk7_enc.c index 10f59c4fa05..cf478434fd1 100644 --- a/crypto/pkcs7/pk7_enc.c +++ b/crypto/pkcs7/pk7_enc.c @@ -1,4 +1,3 @@ -/* crypto/pkcs7/pk7_enc.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/pkcs7/pk7_lib.c b/crypto/pkcs7/pk7_lib.c index 8c840a6fd5a..cdf73028a3b 100644 --- a/crypto/pkcs7/pk7_lib.c +++ b/crypto/pkcs7/pk7_lib.c @@ -1,4 +1,3 @@ -/* crypto/pkcs7/pk7_lib.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/pkcs7/pk7_mime.c b/crypto/pkcs7/pk7_mime.c index 7d8b8e75135..19130eefc7e 100644 --- a/crypto/pkcs7/pk7_mime.c +++ b/crypto/pkcs7/pk7_mime.c @@ -1,4 +1,3 @@ -/* pk7_mime.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. diff --git a/crypto/pkcs7/pk7_smime.c b/crypto/pkcs7/pk7_smime.c index ea5eb1b704e..ed5268fd0fd 100644 --- a/crypto/pkcs7/pk7_smime.c +++ b/crypto/pkcs7/pk7_smime.c @@ -1,4 +1,3 @@ -/* pk7_smime.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. diff --git a/crypto/pkcs7/pkcs7err.c b/crypto/pkcs7/pkcs7err.c index 797bd56501d..d897cfb54ce 100644 --- a/crypto/pkcs7/pkcs7err.c +++ b/crypto/pkcs7/pkcs7err.c @@ -1,4 +1,3 @@ -/* crypto/pkcs7/pkcs7err.c */ /* ==================================================================== * Copyright (c) 1999-2015 The OpenSSL Project. All rights reserved. * diff --git a/crypto/rand/md_rand.c b/crypto/rand/md_rand.c index 13ad774d8a2..f8db4430c11 100644 --- a/crypto/rand/md_rand.c +++ b/crypto/rand/md_rand.c @@ -1,4 +1,3 @@ -/* crypto/rand/md_rand.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/rand/rand_egd.c b/crypto/rand/rand_egd.c index e65dc0917a7..f0d2e55a48b 100644 --- a/crypto/rand/rand_egd.c +++ b/crypto/rand/rand_egd.c @@ -1,4 +1,3 @@ -/* crypto/rand/rand_egd.c */ /* Written by Ulf Moeller and Lutz Jaenicke for the OpenSSL project. */ /* ==================================================================== * Copyright (c) 1998-2000 The OpenSSL Project. All rights reserved. diff --git a/crypto/rand/rand_err.c b/crypto/rand/rand_err.c index c22677e2075..d01393add1a 100644 --- a/crypto/rand/rand_err.c +++ b/crypto/rand/rand_err.c @@ -1,4 +1,3 @@ -/* crypto/rand/rand_err.c */ /* ==================================================================== * Copyright (c) 1999-2015 The OpenSSL Project. All rights reserved. * diff --git a/crypto/rand/rand_lcl.h b/crypto/rand/rand_lcl.h index 3ced44d803c..daa48dd9f4e 100644 --- a/crypto/rand/rand_lcl.h +++ b/crypto/rand/rand_lcl.h @@ -1,4 +1,3 @@ -/* crypto/rand/rand_lcl.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/rand/rand_lib.c b/crypto/rand/rand_lib.c index 4a425d7e580..b43660b1fef 100644 --- a/crypto/rand/rand_lib.c +++ b/crypto/rand/rand_lib.c @@ -1,4 +1,3 @@ -/* crypto/rand/rand_lib.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/rand/rand_nw.c b/crypto/rand/rand_nw.c index e4c04147211..e49498ec242 100644 --- a/crypto/rand/rand_nw.c +++ b/crypto/rand/rand_nw.c @@ -1,4 +1,3 @@ -/* crypto/rand/rand_nw.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/rand/rand_os2.c b/crypto/rand/rand_os2.c index d95cd24a3bc..b3700553ef7 100644 --- a/crypto/rand/rand_os2.c +++ b/crypto/rand/rand_os2.c @@ -1,4 +1,3 @@ -/* crypto/rand/rand_os2.c */ /* ==================================================================== * Copyright (c) 1998-2000 The OpenSSL Project. All rights reserved. * diff --git a/crypto/rand/rand_unix.c b/crypto/rand/rand_unix.c index 38f157b674c..87a436d8eed 100644 --- a/crypto/rand/rand_unix.c +++ b/crypto/rand/rand_unix.c @@ -1,4 +1,3 @@ -/* crypto/rand/rand_unix.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/rand/rand_vms.c b/crypto/rand/rand_vms.c index 0e10c363e2b..5919f48c175 100644 --- a/crypto/rand/rand_vms.c +++ b/crypto/rand/rand_vms.c @@ -1,4 +1,3 @@ -/* crypto/rand/rand_vms.c */ /* * Written by Richard Levitte for the OpenSSL project * 2000. diff --git a/crypto/rand/rand_win.c b/crypto/rand/rand_win.c index 7bf41616a6a..75bf33ab622 100644 --- a/crypto/rand/rand_win.c +++ b/crypto/rand/rand_win.c @@ -1,4 +1,3 @@ -/* crypto/rand/rand_win.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/rand/randfile.c b/crypto/rand/randfile.c index a1b0c4dcfe7..8490ec33407 100644 --- a/crypto/rand/randfile.c +++ b/crypto/rand/randfile.c @@ -1,4 +1,3 @@ -/* crypto/rand/randfile.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/rc2/rc2_cbc.c b/crypto/rc2/rc2_cbc.c index 5eaf01d2e08..b574c96c124 100644 --- a/crypto/rc2/rc2_cbc.c +++ b/crypto/rc2/rc2_cbc.c @@ -1,4 +1,3 @@ -/* crypto/rc2/rc2_cbc.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/rc2/rc2_ecb.c b/crypto/rc2/rc2_ecb.c index 4cb1a80aa70..047c0fc04da 100644 --- a/crypto/rc2/rc2_ecb.c +++ b/crypto/rc2/rc2_ecb.c @@ -1,4 +1,3 @@ -/* crypto/rc2/rc2_ecb.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/rc2/rc2_locl.h b/crypto/rc2/rc2_locl.h index e72a20c0ca9..ba1880c52fe 100644 --- a/crypto/rc2/rc2_locl.h +++ b/crypto/rc2/rc2_locl.h @@ -1,4 +1,3 @@ -/* crypto/rc2/rc2_locl.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/rc2/rc2_skey.c b/crypto/rc2/rc2_skey.c index bcc156a29b5..52a371030dc 100644 --- a/crypto/rc2/rc2_skey.c +++ b/crypto/rc2/rc2_skey.c @@ -1,4 +1,3 @@ -/* crypto/rc2/rc2_skey.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/rc2/rc2cfb64.c b/crypto/rc2/rc2cfb64.c index 8b5929fde3f..bb3df006558 100644 --- a/crypto/rc2/rc2cfb64.c +++ b/crypto/rc2/rc2cfb64.c @@ -1,4 +1,3 @@ -/* crypto/rc2/rc2cfb64.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/rc2/rc2ofb64.c b/crypto/rc2/rc2ofb64.c index b9f4d8c35bb..aec7ba303a5 100644 --- a/crypto/rc2/rc2ofb64.c +++ b/crypto/rc2/rc2ofb64.c @@ -1,4 +1,3 @@ -/* crypto/rc2/rc2ofb64.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/rc4/rc4_enc.c b/crypto/rc4/rc4_enc.c index 0f0a2487a7f..79f00e71293 100644 --- a/crypto/rc4/rc4_enc.c +++ b/crypto/rc4/rc4_enc.c @@ -1,4 +1,3 @@ -/* crypto/rc4/rc4_enc.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/rc4/rc4_skey.c b/crypto/rc4/rc4_skey.c index 7b198bb0911..2e6cc2ddcb4 100644 --- a/crypto/rc4/rc4_skey.c +++ b/crypto/rc4/rc4_skey.c @@ -1,4 +1,3 @@ -/* crypto/rc4/rc4_skey.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/rc5/rc5_ecb.c b/crypto/rc5/rc5_ecb.c index 2b5fa2a82da..b762b1e3672 100644 --- a/crypto/rc5/rc5_ecb.c +++ b/crypto/rc5/rc5_ecb.c @@ -1,4 +1,3 @@ -/* crypto/rc5/rc5_ecb.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/rc5/rc5_enc.c b/crypto/rc5/rc5_enc.c index 06b89d83a1a..8bcbad9c5ef 100644 --- a/crypto/rc5/rc5_enc.c +++ b/crypto/rc5/rc5_enc.c @@ -1,4 +1,3 @@ -/* crypto/rc5/rc5_enc.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/rc5/rc5_locl.h b/crypto/rc5/rc5_locl.h index ee757e64776..99444403340 100644 --- a/crypto/rc5/rc5_locl.h +++ b/crypto/rc5/rc5_locl.h @@ -1,4 +1,3 @@ -/* crypto/rc5/rc5_locl.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/rc5/rc5_skey.c b/crypto/rc5/rc5_skey.c index 5dd4a527431..bfbb419e09b 100644 --- a/crypto/rc5/rc5_skey.c +++ b/crypto/rc5/rc5_skey.c @@ -1,4 +1,3 @@ -/* crypto/rc5/rc5_skey.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/rc5/rc5cfb64.c b/crypto/rc5/rc5cfb64.c index a3813e030b9..70d8d23661d 100644 --- a/crypto/rc5/rc5cfb64.c +++ b/crypto/rc5/rc5cfb64.c @@ -1,4 +1,3 @@ -/* crypto/rc5/rc5cfb64.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/rc5/rc5ofb64.c b/crypto/rc5/rc5ofb64.c index d3c63067b75..81c2005dcbd 100644 --- a/crypto/rc5/rc5ofb64.c +++ b/crypto/rc5/rc5ofb64.c @@ -1,4 +1,3 @@ -/* crypto/rc5/rc5ofb64.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/ripemd/rmd_dgst.c b/crypto/ripemd/rmd_dgst.c index f351df1d084..fc50d5c8b3e 100644 --- a/crypto/ripemd/rmd_dgst.c +++ b/crypto/ripemd/rmd_dgst.c @@ -1,4 +1,3 @@ -/* crypto/ripemd/rmd_dgst.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/ripemd/rmd_locl.h b/crypto/ripemd/rmd_locl.h index d7e5c573063..c08178c0eb0 100644 --- a/crypto/ripemd/rmd_locl.h +++ b/crypto/ripemd/rmd_locl.h @@ -1,4 +1,3 @@ -/* crypto/ripemd/rmd_locl.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/ripemd/rmd_one.c b/crypto/ripemd/rmd_one.c index 666e01a41b2..31f052c786a 100644 --- a/crypto/ripemd/rmd_one.c +++ b/crypto/ripemd/rmd_one.c @@ -1,4 +1,3 @@ -/* crypto/ripemd/rmd_one.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/ripemd/rmdconst.h b/crypto/ripemd/rmdconst.h index 8fe33de14ea..f8d8723b107 100644 --- a/crypto/ripemd/rmdconst.h +++ b/crypto/ripemd/rmdconst.h @@ -1,4 +1,3 @@ -/* crypto/ripemd/rmdconst.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/rsa/rsa_ameth.c b/crypto/rsa/rsa_ameth.c index 4433bf47ded..2a1c74a62e8 100644 --- a/crypto/rsa/rsa_ameth.c +++ b/crypto/rsa/rsa_ameth.c @@ -1,4 +1,3 @@ -/* crypto/rsa/rsa_ameth.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2006. diff --git a/crypto/rsa/rsa_asn1.c b/crypto/rsa/rsa_asn1.c index 16c40e38fd9..86a71b7c6bc 100644 --- a/crypto/rsa/rsa_asn1.c +++ b/crypto/rsa/rsa_asn1.c @@ -1,4 +1,3 @@ -/* rsa_asn1.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2000. diff --git a/crypto/rsa/rsa_chk.c b/crypto/rsa/rsa_chk.c index 9c28573d99b..02d3c413404 100644 --- a/crypto/rsa/rsa_chk.c +++ b/crypto/rsa/rsa_chk.c @@ -1,4 +1,3 @@ -/* crypto/rsa/rsa_chk.c */ /* ==================================================================== * Copyright (c) 1999 The OpenSSL Project. All rights reserved. * diff --git a/crypto/rsa/rsa_crpt.c b/crypto/rsa/rsa_crpt.c index d08258e5e70..466eefc6584 100644 --- a/crypto/rsa/rsa_crpt.c +++ b/crypto/rsa/rsa_crpt.c @@ -1,4 +1,3 @@ -/* crypto/rsa/rsa_lib.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/rsa/rsa_depr.c b/crypto/rsa/rsa_depr.c index 59e1e7b38ec..50b0bb697e9 100644 --- a/crypto/rsa/rsa_depr.c +++ b/crypto/rsa/rsa_depr.c @@ -1,4 +1,3 @@ -/* crypto/rsa/rsa_depr.c */ /* ==================================================================== * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. * diff --git a/crypto/rsa/rsa_err.c b/crypto/rsa/rsa_err.c index 50fde508366..811fcfe8599 100644 --- a/crypto/rsa/rsa_err.c +++ b/crypto/rsa/rsa_err.c @@ -1,4 +1,3 @@ -/* crypto/rsa/rsa_err.c */ /* ==================================================================== * Copyright (c) 1999-2015 The OpenSSL Project. All rights reserved. * diff --git a/crypto/rsa/rsa_gen.c b/crypto/rsa/rsa_gen.c index d23d47d03e4..6ec27495e74 100644 --- a/crypto/rsa/rsa_gen.c +++ b/crypto/rsa/rsa_gen.c @@ -1,4 +1,3 @@ -/* crypto/rsa/rsa_gen.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/rsa/rsa_lib.c b/crypto/rsa/rsa_lib.c index c9249ef7f08..62b2854ecc3 100644 --- a/crypto/rsa/rsa_lib.c +++ b/crypto/rsa/rsa_lib.c @@ -1,4 +1,3 @@ -/* crypto/rsa/rsa_lib.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/rsa/rsa_none.c b/crypto/rsa/rsa_none.c index 9f954b4a8f3..c426bd33918 100644 --- a/crypto/rsa/rsa_none.c +++ b/crypto/rsa/rsa_none.c @@ -1,4 +1,3 @@ -/* crypto/rsa/rsa_none.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/rsa/rsa_null.c b/crypto/rsa/rsa_null.c index ecb2f7cc059..6ac22495c92 100644 --- a/crypto/rsa/rsa_null.c +++ b/crypto/rsa/rsa_null.c @@ -1,4 +1,3 @@ -/* rsa_null.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/rsa/rsa_oaep.c b/crypto/rsa/rsa_oaep.c index 0ad1ef32085..355788423bc 100644 --- a/crypto/rsa/rsa_oaep.c +++ b/crypto/rsa/rsa_oaep.c @@ -1,4 +1,3 @@ -/* crypto/rsa/rsa_oaep.c */ /* * Written by Ulf Moeller. This software is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. diff --git a/crypto/rsa/rsa_pk1.c b/crypto/rsa/rsa_pk1.c index 8f8587a3ea6..bba68c62bf3 100644 --- a/crypto/rsa/rsa_pk1.c +++ b/crypto/rsa/rsa_pk1.c @@ -1,4 +1,3 @@ -/* crypto/rsa/rsa_pk1.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/rsa/rsa_pmeth.c b/crypto/rsa/rsa_pmeth.c index f5f8c1f159a..3362f998951 100644 --- a/crypto/rsa/rsa_pmeth.c +++ b/crypto/rsa/rsa_pmeth.c @@ -1,4 +1,3 @@ -/* crypto/rsa/rsa_pmeth.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2006. diff --git a/crypto/rsa/rsa_prn.c b/crypto/rsa/rsa_prn.c index fd292801241..f9e2572f8ce 100644 --- a/crypto/rsa/rsa_prn.c +++ b/crypto/rsa/rsa_prn.c @@ -1,4 +1,3 @@ -/* crypto/rsa/rsa_prn.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2006. diff --git a/crypto/rsa/rsa_pss.c b/crypto/rsa/rsa_pss.c index 5f44dd3ee39..abd915d1d3e 100644 --- a/crypto/rsa/rsa_pss.c +++ b/crypto/rsa/rsa_pss.c @@ -1,4 +1,3 @@ -/* rsa_pss.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2005. diff --git a/crypto/rsa/rsa_saos.c b/crypto/rsa/rsa_saos.c index 6c5f42d52fd..18bf6c984c8 100644 --- a/crypto/rsa/rsa_saos.c +++ b/crypto/rsa/rsa_saos.c @@ -1,4 +1,3 @@ -/* crypto/rsa/rsa_saos.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/rsa/rsa_sign.c b/crypto/rsa/rsa_sign.c index 3aea4e4bdd5..7c9c528ff46 100644 --- a/crypto/rsa/rsa_sign.c +++ b/crypto/rsa/rsa_sign.c @@ -1,4 +1,3 @@ -/* crypto/rsa/rsa_sign.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/rsa/rsa_ssl.c b/crypto/rsa/rsa_ssl.c index 86b40ad98ac..2762ad0ce72 100644 --- a/crypto/rsa/rsa_ssl.c +++ b/crypto/rsa/rsa_ssl.c @@ -1,4 +1,3 @@ -/* crypto/rsa/rsa_ssl.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/rsa/rsa_x931.c b/crypto/rsa/rsa_x931.c index 54d925bf437..d8837a16cbe 100644 --- a/crypto/rsa/rsa_x931.c +++ b/crypto/rsa/rsa_x931.c @@ -1,4 +1,3 @@ -/* rsa_x931.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2005. diff --git a/crypto/rsa/rsa_x931g.c b/crypto/rsa/rsa_x931g.c index 24d3cb9c231..d4c520c429f 100644 --- a/crypto/rsa/rsa_x931g.c +++ b/crypto/rsa/rsa_x931g.c @@ -1,4 +1,3 @@ -/* crypto/rsa/rsa_gen.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/seed/seed_cbc.c b/crypto/seed/seed_cbc.c index ee1115b4c11..470116c5056 100644 --- a/crypto/seed/seed_cbc.c +++ b/crypto/seed/seed_cbc.c @@ -1,4 +1,3 @@ -/* crypto/seed/seed_cbc.c */ /* ==================================================================== * Copyright (c) 1998-2007 The OpenSSL Project. All rights reserved. * diff --git a/crypto/seed/seed_cfb.c b/crypto/seed/seed_cfb.c index b6a5648b35f..6c81a745148 100644 --- a/crypto/seed/seed_cfb.c +++ b/crypto/seed/seed_cfb.c @@ -1,4 +1,3 @@ -/* crypto/seed/seed_cfb.c */ /* ==================================================================== * Copyright (c) 1998-2007 The OpenSSL Project. All rights reserved. * diff --git a/crypto/seed/seed_ecb.c b/crypto/seed/seed_ecb.c index 9363d550804..51d8f8464fc 100644 --- a/crypto/seed/seed_ecb.c +++ b/crypto/seed/seed_ecb.c @@ -1,4 +1,3 @@ -/* crypto/seed/seed_ecb.c */ /* ==================================================================== * Copyright (c) 2007 The OpenSSL Project. All rights reserved. * diff --git a/crypto/seed/seed_ofb.c b/crypto/seed/seed_ofb.c index 48b71224c52..873e6670c96 100644 --- a/crypto/seed/seed_ofb.c +++ b/crypto/seed/seed_ofb.c @@ -1,4 +1,3 @@ -/* crypto/seed/seed_ofb.c */ /* ==================================================================== * Copyright (c) 1998-2007 The OpenSSL Project. All rights reserved. * diff --git a/crypto/sha/sha1_one.c b/crypto/sha/sha1_one.c index 4a591156648..32ec6f184c3 100644 --- a/crypto/sha/sha1_one.c +++ b/crypto/sha/sha1_one.c @@ -1,4 +1,3 @@ -/* crypto/sha/sha1_one.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/sha/sha1dgst.c b/crypto/sha/sha1dgst.c index a6c63382bb6..fb8e8661919 100644 --- a/crypto/sha/sha1dgst.c +++ b/crypto/sha/sha1dgst.c @@ -1,4 +1,3 @@ -/* crypto/sha/sha1dgst.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/sha/sha256.c b/crypto/sha/sha256.c index 096981b1a5d..b30df223e8d 100644 --- a/crypto/sha/sha256.c +++ b/crypto/sha/sha256.c @@ -1,4 +1,3 @@ -/* crypto/sha/sha256.c */ /* ==================================================================== * Copyright (c) 2004 The OpenSSL Project. All rights reserved * according to the OpenSSL license [found in ../../LICENSE]. diff --git a/crypto/sha/sha512.c b/crypto/sha/sha512.c index 427cdf5ea07..2c8954f1c33 100644 --- a/crypto/sha/sha512.c +++ b/crypto/sha/sha512.c @@ -1,4 +1,3 @@ -/* crypto/sha/sha512.c */ /* ==================================================================== * Copyright (c) 2004 The OpenSSL Project. All rights reserved * according to the OpenSSL license [found in ../../LICENSE]. diff --git a/crypto/sha/sha_locl.h b/crypto/sha/sha_locl.h index d3c6c37b438..ae447ff3bca 100644 --- a/crypto/sha/sha_locl.h +++ b/crypto/sha/sha_locl.h @@ -1,4 +1,3 @@ -/* crypto/sha/sha_locl.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/srp/srp_lib.c b/crypto/srp/srp_lib.c index 4b0ae0d1985..457947b23e2 100644 --- a/crypto/srp/srp_lib.c +++ b/crypto/srp/srp_lib.c @@ -1,4 +1,3 @@ -/* crypto/srp/srp_lib.c */ /* * Written by Christophe Renou (christophe.renou@edelweb.fr) with the * precious help of Peter Sylvester (peter.sylvester@edelweb.fr) for the diff --git a/crypto/srp/srp_vfy.c b/crypto/srp/srp_vfy.c index 65c763c929a..0a9de140113 100644 --- a/crypto/srp/srp_vfy.c +++ b/crypto/srp/srp_vfy.c @@ -1,4 +1,3 @@ -/* crypto/srp/srp_vfy.c */ /* * Written by Christophe Renou (christophe.renou@edelweb.fr) with the * precious help of Peter Sylvester (peter.sylvester@edelweb.fr) for the diff --git a/crypto/stack/stack.c b/crypto/stack/stack.c index 9d2d4f4658c..286f290c976 100644 --- a/crypto/stack/stack.c +++ b/crypto/stack/stack.c @@ -1,4 +1,3 @@ -/* crypto/stack/stack.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/store/str_err.c b/crypto/store/str_err.c index 000acbfe5dc..d0bcdbcbdb0 100644 --- a/crypto/store/str_err.c +++ b/crypto/store/str_err.c @@ -1,4 +1,3 @@ -/* crypto/store/str_err.c */ /* ==================================================================== * Copyright (c) 1999-2015 The OpenSSL Project. All rights reserved. * diff --git a/crypto/store/str_lib.c b/crypto/store/str_lib.c index 711eb73caec..881140a1de8 100644 --- a/crypto/store/str_lib.c +++ b/crypto/store/str_lib.c @@ -1,4 +1,3 @@ -/* crypto/store/str_lib.c */ /* * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project * 2003. diff --git a/crypto/store/str_locl.h b/crypto/store/str_locl.h index c0b40f0db67..6ee4b93e34c 100644 --- a/crypto/store/str_locl.h +++ b/crypto/store/str_locl.h @@ -1,4 +1,3 @@ -/* crypto/store/str_locl.h */ /* * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project * 2003. diff --git a/crypto/store/str_mem.c b/crypto/store/str_mem.c index 1ffa4b01a4e..e6424e32eef 100644 --- a/crypto/store/str_mem.c +++ b/crypto/store/str_mem.c @@ -1,4 +1,3 @@ -/* crypto/store/str_mem.c */ /* * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project * 2003. diff --git a/crypto/store/str_meth.c b/crypto/store/str_meth.c index b13409238c9..95fd36659be 100644 --- a/crypto/store/str_meth.c +++ b/crypto/store/str_meth.c @@ -1,4 +1,3 @@ -/* crypto/store/str_meth.c */ /* * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project * 2003. diff --git a/crypto/thr_id.c b/crypto/thr_id.c index 73711d89e3b..5266a8d25eb 100644 --- a/crypto/thr_id.c +++ b/crypto/thr_id.c @@ -1,4 +1,3 @@ -/* crypto/cryptlib.c */ /* ==================================================================== * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. * diff --git a/crypto/ts/ts_asn1.c b/crypto/ts/ts_asn1.c index ba6c8d99d19..5d0c59869c9 100644 --- a/crypto/ts/ts_asn1.c +++ b/crypto/ts/ts_asn1.c @@ -1,4 +1,3 @@ -/* crypto/ts/ts_asn1.c */ /* * Written by Nils Larsch for the OpenSSL project 2004. */ diff --git a/crypto/ts/ts_conf.c b/crypto/ts/ts_conf.c index 1aa1ab6a59a..6adea58840f 100644 --- a/crypto/ts/ts_conf.c +++ b/crypto/ts/ts_conf.c @@ -1,4 +1,3 @@ -/* crypto/ts/ts_conf.c */ /* * Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL project * 2002. diff --git a/crypto/ts/ts_err.c b/crypto/ts/ts_err.c index 54bb366296f..b1dd8a1c2cc 100644 --- a/crypto/ts/ts_err.c +++ b/crypto/ts/ts_err.c @@ -1,4 +1,3 @@ -/* crypto/ts/ts_err.c */ /* ==================================================================== * Copyright (c) 1999-2015 The OpenSSL Project. All rights reserved. * diff --git a/crypto/ts/ts_lib.c b/crypto/ts/ts_lib.c index fb871d2a0ff..087334bcbd4 100644 --- a/crypto/ts/ts_lib.c +++ b/crypto/ts/ts_lib.c @@ -1,4 +1,3 @@ -/* crypto/ts/ts_lib.c */ /* * Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL project * 2002. diff --git a/crypto/ts/ts_req_print.c b/crypto/ts/ts_req_print.c index 2d4ea0eba28..791715cce86 100644 --- a/crypto/ts/ts_req_print.c +++ b/crypto/ts/ts_req_print.c @@ -1,4 +1,3 @@ -/* crypto/ts/ts_req_print.c */ /* * Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL project * 2002. diff --git a/crypto/ts/ts_req_utils.c b/crypto/ts/ts_req_utils.c index 706f4428ff8..5e1114ab9d3 100644 --- a/crypto/ts/ts_req_utils.c +++ b/crypto/ts/ts_req_utils.c @@ -1,4 +1,3 @@ -/* crypto/ts/ts_req_utils.c */ /* * Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL project * 2002. diff --git a/crypto/ts/ts_rsp_print.c b/crypto/ts/ts_rsp_print.c index 007cc86eb2f..643bf4ac0a9 100644 --- a/crypto/ts/ts_rsp_print.c +++ b/crypto/ts/ts_rsp_print.c @@ -1,4 +1,3 @@ -/* crypto/ts/ts_resp_print.c */ /* * Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL project * 2002. diff --git a/crypto/ts/ts_rsp_sign.c b/crypto/ts/ts_rsp_sign.c index aa8ef167f26..e85c4b467dc 100644 --- a/crypto/ts/ts_rsp_sign.c +++ b/crypto/ts/ts_rsp_sign.c @@ -1,4 +1,3 @@ -/* crypto/ts/ts_resp_sign.c */ /* * Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL project * 2002. diff --git a/crypto/ts/ts_rsp_utils.c b/crypto/ts/ts_rsp_utils.c index 55c2221256a..5d0c51a0b14 100644 --- a/crypto/ts/ts_rsp_utils.c +++ b/crypto/ts/ts_rsp_utils.c @@ -1,4 +1,3 @@ -/* crypto/ts/ts_resp_utils.c */ /* * Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL project * 2002. diff --git a/crypto/ts/ts_rsp_verify.c b/crypto/ts/ts_rsp_verify.c index c03f6aced22..e6e213ab126 100644 --- a/crypto/ts/ts_rsp_verify.c +++ b/crypto/ts/ts_rsp_verify.c @@ -1,4 +1,3 @@ -/* crypto/ts/ts_resp_verify.c */ /* * Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL project * 2002. diff --git a/crypto/ts/ts_verify_ctx.c b/crypto/ts/ts_verify_ctx.c index 35335fa43ad..b650a00bb60 100644 --- a/crypto/ts/ts_verify_ctx.c +++ b/crypto/ts/ts_verify_ctx.c @@ -1,4 +1,3 @@ -/* crypto/ts/ts_verify_ctx.c */ /* * Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL project * 2003. diff --git a/crypto/txt_db/txt_db.c b/crypto/txt_db/txt_db.c index 2c4d2cd1be8..219031e507d 100644 --- a/crypto/txt_db/txt_db.c +++ b/crypto/txt_db/txt_db.c @@ -1,4 +1,3 @@ -/* crypto/txt_db/txt_db.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/ui/ui_err.c b/crypto/ui/ui_err.c index 650eed749f2..b43356e126a 100644 --- a/crypto/ui/ui_err.c +++ b/crypto/ui/ui_err.c @@ -1,4 +1,3 @@ -/* crypto/ui/ui_err.c */ /* ==================================================================== * Copyright (c) 1999-2015 The OpenSSL Project. All rights reserved. * diff --git a/crypto/ui/ui_lib.c b/crypto/ui/ui_lib.c index 414a84f6c5e..0823ae880ca 100644 --- a/crypto/ui/ui_lib.c +++ b/crypto/ui/ui_lib.c @@ -1,4 +1,3 @@ -/* crypto/ui/ui_lib.c */ /* * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project * 2001. diff --git a/crypto/ui/ui_locl.h b/crypto/ui/ui_locl.h index bebc13abfc5..5ed77fada0e 100644 --- a/crypto/ui/ui_locl.h +++ b/crypto/ui/ui_locl.h @@ -1,4 +1,3 @@ -/* crypto/ui/ui.h */ /* * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project * 2001. diff --git a/crypto/ui/ui_openssl.c b/crypto/ui/ui_openssl.c index d4ccc627c07..9b4786b3b5c 100644 --- a/crypto/ui/ui_openssl.c +++ b/crypto/ui/ui_openssl.c @@ -1,4 +1,3 @@ -/* crypto/ui/ui_openssl.c */ /* * Written by Richard Levitte (richard@levitte.org) and others for the * OpenSSL project 2001. diff --git a/crypto/ui/ui_util.c b/crypto/ui/ui_util.c index fbad5326f2a..f04ee7c1f4f 100644 --- a/crypto/ui/ui_util.c +++ b/crypto/ui/ui_util.c @@ -1,4 +1,3 @@ -/* crypto/ui/ui_util.c */ /* ==================================================================== * Copyright (c) 2001-2002 The OpenSSL Project. All rights reserved. * diff --git a/crypto/uid.c b/crypto/uid.c index 90694c6725f..6c3cd114a69 100644 --- a/crypto/uid.c +++ b/crypto/uid.c @@ -1,4 +1,3 @@ -/* crypto/uid.c */ /* ==================================================================== * Copyright (c) 2001 The OpenSSL Project. All rights reserved. * diff --git a/crypto/x509/by_dir.c b/crypto/x509/by_dir.c index 717d258c346..130b70e82e2 100644 --- a/crypto/x509/by_dir.c +++ b/crypto/x509/by_dir.c @@ -1,4 +1,3 @@ -/* crypto/x509/by_dir.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/x509/by_file.c b/crypto/x509/by_file.c index 8a156c7422f..51d642dd263 100644 --- a/crypto/x509/by_file.c +++ b/crypto/x509/by_file.c @@ -1,4 +1,3 @@ -/* crypto/x509/by_file.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/x509/t_crl.c b/crypto/x509/t_crl.c index f1440eb29d1..d4d916ed999 100644 --- a/crypto/x509/t_crl.c +++ b/crypto/x509/t_crl.c @@ -1,4 +1,3 @@ -/* t_crl.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/x509/t_req.c b/crypto/x509/t_req.c index 5eea8b9c88c..a0ddd0e40d3 100644 --- a/crypto/x509/t_req.c +++ b/crypto/x509/t_req.c @@ -1,4 +1,3 @@ -/* crypto/x509/t_req.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/x509/t_x509.c b/crypto/x509/t_x509.c index 204aed417c9..996a755ae3d 100644 --- a/crypto/x509/t_x509.c +++ b/crypto/x509/t_x509.c @@ -1,4 +1,3 @@ -/* crypto/x509/t_x509.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/x509/x509_att.c b/crypto/x509/x509_att.c index a102435f107..fb04cdcf68d 100644 --- a/crypto/x509/x509_att.c +++ b/crypto/x509/x509_att.c @@ -1,4 +1,3 @@ -/* crypto/x509/x509_att.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/x509/x509_cmp.c b/crypto/x509/x509_cmp.c index 2641d2e1334..2e3fd6a62e2 100644 --- a/crypto/x509/x509_cmp.c +++ b/crypto/x509/x509_cmp.c @@ -1,4 +1,3 @@ -/* crypto/x509/x509_cmp.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/x509/x509_d2.c b/crypto/x509/x509_d2.c index e3d08630b9c..d8337337eaa 100644 --- a/crypto/x509/x509_d2.c +++ b/crypto/x509/x509_d2.c @@ -1,4 +1,3 @@ -/* crypto/x509/x509_d2.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/x509/x509_def.c b/crypto/x509/x509_def.c index 062b915e6b0..0633caea799 100644 --- a/crypto/x509/x509_def.c +++ b/crypto/x509/x509_def.c @@ -1,4 +1,3 @@ -/* crypto/x509/x509_def.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/x509/x509_err.c b/crypto/x509/x509_err.c index 114affc440e..9754c128c3a 100644 --- a/crypto/x509/x509_err.c +++ b/crypto/x509/x509_err.c @@ -1,4 +1,3 @@ -/* crypto/x509/x509_err.c */ /* ==================================================================== * Copyright (c) 1999-2015 The OpenSSL Project. All rights reserved. * diff --git a/crypto/x509/x509_ext.c b/crypto/x509/x509_ext.c index 5d951f66fac..9691d2dce35 100644 --- a/crypto/x509/x509_ext.c +++ b/crypto/x509/x509_ext.c @@ -1,4 +1,3 @@ -/* crypto/x509/x509_ext.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/x509/x509_lcl.h b/crypto/x509/x509_lcl.h index 724c241e69e..ad29ec3894d 100644 --- a/crypto/x509/x509_lcl.h +++ b/crypto/x509/x509_lcl.h @@ -1,4 +1,3 @@ -/* x509_lcl.h */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2013. diff --git a/crypto/x509/x509_lu.c b/crypto/x509/x509_lu.c index e2cbf51e8e9..cd843941413 100644 --- a/crypto/x509/x509_lu.c +++ b/crypto/x509/x509_lu.c @@ -1,4 +1,3 @@ -/* crypto/x509/x509_lu.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/x509/x509_obj.c b/crypto/x509/x509_obj.c index 93032d1cbce..8b4d4362ba0 100644 --- a/crypto/x509/x509_obj.c +++ b/crypto/x509/x509_obj.c @@ -1,4 +1,3 @@ -/* crypto/x509/x509_obj.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/x509/x509_r2x.c b/crypto/x509/x509_r2x.c index c5c58f5fd35..a6c5941c2d3 100644 --- a/crypto/x509/x509_r2x.c +++ b/crypto/x509/x509_r2x.c @@ -1,4 +1,3 @@ -/* crypto/x509/x509_r2x.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/x509/x509_req.c b/crypto/x509/x509_req.c index 8e60f84f883..c67f609f07e 100644 --- a/crypto/x509/x509_req.c +++ b/crypto/x509/x509_req.c @@ -1,4 +1,3 @@ -/* crypto/x509/x509_req.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/x509/x509_set.c b/crypto/x509/x509_set.c index dbd9057f2ac..9330a544bda 100644 --- a/crypto/x509/x509_set.c +++ b/crypto/x509/x509_set.c @@ -1,4 +1,3 @@ -/* crypto/x509/x509_set.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/x509/x509_trs.c b/crypto/x509/x509_trs.c index 851e745220e..58e7d543398 100644 --- a/crypto/x509/x509_trs.c +++ b/crypto/x509/x509_trs.c @@ -1,4 +1,3 @@ -/* x509_trs.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/x509/x509_txt.c b/crypto/x509/x509_txt.c index 6e8cdaa256d..0e480644e52 100644 --- a/crypto/x509/x509_txt.c +++ b/crypto/x509/x509_txt.c @@ -1,4 +1,3 @@ -/* crypto/x509/x509_txt.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/x509/x509_v3.c b/crypto/x509/x509_v3.c index f192979842d..f3fe3057573 100644 --- a/crypto/x509/x509_v3.c +++ b/crypto/x509/x509_v3.c @@ -1,4 +1,3 @@ -/* crypto/x509/x509_v3.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/x509/x509_vfy.c b/crypto/x509/x509_vfy.c index c9dd6fa60cb..39d37b99a7b 100644 --- a/crypto/x509/x509_vfy.c +++ b/crypto/x509/x509_vfy.c @@ -1,4 +1,3 @@ -/* crypto/x509/x509_vfy.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/x509/x509_vpm.c b/crypto/x509/x509_vpm.c index 8826fecf48c..295ce885a17 100644 --- a/crypto/x509/x509_vpm.c +++ b/crypto/x509/x509_vpm.c @@ -1,4 +1,3 @@ -/* x509_vpm.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2004. diff --git a/crypto/x509/x509cset.c b/crypto/x509/x509cset.c index 899d4925ae3..bc14374d061 100644 --- a/crypto/x509/x509cset.c +++ b/crypto/x509/x509cset.c @@ -1,4 +1,3 @@ -/* crypto/x509/x509cset.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2001. diff --git a/crypto/x509/x509name.c b/crypto/x509/x509name.c index 234ddfee49d..475f5bcb320 100644 --- a/crypto/x509/x509name.c +++ b/crypto/x509/x509name.c @@ -1,4 +1,3 @@ -/* crypto/x509/x509name.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/x509/x509rset.c b/crypto/x509/x509rset.c index 817400c0af4..e8afcacd4a1 100644 --- a/crypto/x509/x509rset.c +++ b/crypto/x509/x509rset.c @@ -1,4 +1,3 @@ -/* crypto/x509/x509rset.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/x509/x509spki.c b/crypto/x509/x509spki.c index df27bf338a8..6efcb96a7b7 100644 --- a/crypto/x509/x509spki.c +++ b/crypto/x509/x509spki.c @@ -1,4 +1,3 @@ -/* x509spki.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/x509/x509type.c b/crypto/x509/x509type.c index 07e5141f14d..870b47f8515 100644 --- a/crypto/x509/x509type.c +++ b/crypto/x509/x509type.c @@ -1,4 +1,3 @@ -/* crypto/x509/x509type.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/x509/x_all.c b/crypto/x509/x_all.c index 5c5f573dbbf..f62a7c86b2a 100644 --- a/crypto/x509/x_all.c +++ b/crypto/x509/x_all.c @@ -1,4 +1,3 @@ -/* crypto/x509/x_all.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/x509/x_attrib.c b/crypto/x509/x_attrib.c index 3eeec444a71..7ee99cafcf8 100644 --- a/crypto/x509/x_attrib.c +++ b/crypto/x509/x_attrib.c @@ -1,4 +1,3 @@ -/* crypto/x509/x_attrib.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/x509/x_crl.c b/crypto/x509/x_crl.c index 435de80810c..af4927109cd 100644 --- a/crypto/x509/x_crl.c +++ b/crypto/x509/x_crl.c @@ -1,4 +1,3 @@ -/* crypto/x509/x_crl.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/x509/x_exten.c b/crypto/x509/x_exten.c index c5b391f948b..3b4dd861656 100644 --- a/crypto/x509/x_exten.c +++ b/crypto/x509/x_exten.c @@ -1,4 +1,3 @@ -/* x_exten.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2000. diff --git a/crypto/x509/x_name.c b/crypto/x509/x_name.c index f151da4b9a6..9cc855a547b 100644 --- a/crypto/x509/x_name.c +++ b/crypto/x509/x_name.c @@ -1,4 +1,3 @@ -/* crypto/x509/x_name.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/x509/x_req.c b/crypto/x509/x_req.c index fcf59048a51..c1caf09c674 100644 --- a/crypto/x509/x_req.c +++ b/crypto/x509/x_req.c @@ -1,4 +1,3 @@ -/* crypto/x509/x_req.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/x509/x_x509.c b/crypto/x509/x_x509.c index 53a5eb77f97..c6ef8409421 100644 --- a/crypto/x509/x_x509.c +++ b/crypto/x509/x_x509.c @@ -1,4 +1,3 @@ -/* crypto/x509/x_x509.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/x509/x_x509a.c b/crypto/x509/x_x509a.c index f79e5e773e1..a274ec98d9f 100644 --- a/crypto/x509/x_x509a.c +++ b/crypto/x509/x_x509a.c @@ -1,4 +1,3 @@ -/* a_x509a.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/x509v3/ext_dat.h b/crypto/x509v3/ext_dat.h index 3f9f7f3efc5..d43b83c1ca6 100644 --- a/crypto/x509v3/ext_dat.h +++ b/crypto/x509v3/ext_dat.h @@ -1,4 +1,3 @@ -/* ext_dat.h */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/x509v3/pcy_cache.c b/crypto/x509v3/pcy_cache.c index 97ebb3602df..64fe3bc598b 100644 --- a/crypto/x509v3/pcy_cache.c +++ b/crypto/x509v3/pcy_cache.c @@ -1,4 +1,3 @@ -/* pcy_cache.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2004. diff --git a/crypto/x509v3/pcy_data.c b/crypto/x509v3/pcy_data.c index 1772e3198b0..03631d7a103 100644 --- a/crypto/x509v3/pcy_data.c +++ b/crypto/x509v3/pcy_data.c @@ -1,4 +1,3 @@ -/* pcy_data.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2004. diff --git a/crypto/x509v3/pcy_int.h b/crypto/x509v3/pcy_int.h index b222557c52f..809dc5e4369 100644 --- a/crypto/x509v3/pcy_int.h +++ b/crypto/x509v3/pcy_int.h @@ -1,4 +1,3 @@ -/* pcy_int.h */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2004. diff --git a/crypto/x509v3/pcy_lib.c b/crypto/x509v3/pcy_lib.c index b048f917a71..f3ec70db8a5 100644 --- a/crypto/x509v3/pcy_lib.c +++ b/crypto/x509v3/pcy_lib.c @@ -1,4 +1,3 @@ -/* pcy_lib.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2004. diff --git a/crypto/x509v3/pcy_map.c b/crypto/x509v3/pcy_map.c index 1c58ad4e249..415e5ddf25f 100644 --- a/crypto/x509v3/pcy_map.c +++ b/crypto/x509v3/pcy_map.c @@ -1,4 +1,3 @@ -/* pcy_map.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2004. diff --git a/crypto/x509v3/pcy_node.c b/crypto/x509v3/pcy_node.c index a71f9b8eefc..e8007c23f99 100644 --- a/crypto/x509v3/pcy_node.c +++ b/crypto/x509v3/pcy_node.c @@ -1,4 +1,3 @@ -/* pcy_node.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2004. diff --git a/crypto/x509v3/pcy_tree.c b/crypto/x509v3/pcy_tree.c index a4603332294..6cf6f4e0890 100644 --- a/crypto/x509v3/pcy_tree.c +++ b/crypto/x509v3/pcy_tree.c @@ -1,4 +1,3 @@ -/* pcy_tree.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2004. diff --git a/crypto/x509v3/tabtest.c b/crypto/x509v3/tabtest.c index 65209db972e..4a3d1033e60 100644 --- a/crypto/x509v3/tabtest.c +++ b/crypto/x509v3/tabtest.c @@ -1,4 +1,3 @@ -/* tabtest.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/x509v3/v3_akey.c b/crypto/x509v3/v3_akey.c index 1aa6268ecc4..4690292cee0 100644 --- a/crypto/x509v3/v3_akey.c +++ b/crypto/x509v3/v3_akey.c @@ -1,4 +1,3 @@ -/* v3_akey.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/x509v3/v3_akeya.c b/crypto/x509v3/v3_akeya.c index 99144727b11..cc0c1edf401 100644 --- a/crypto/x509v3/v3_akeya.c +++ b/crypto/x509v3/v3_akeya.c @@ -1,4 +1,3 @@ -/* v3_akey_asn1.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/x509v3/v3_alt.c b/crypto/x509v3/v3_alt.c index 08614ea4fea..b2914ee6df1 100644 --- a/crypto/x509v3/v3_alt.c +++ b/crypto/x509v3/v3_alt.c @@ -1,4 +1,3 @@ -/* v3_alt.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. diff --git a/crypto/x509v3/v3_bcons.c b/crypto/x509v3/v3_bcons.c index 53a85656132..3c2f88a6215 100644 --- a/crypto/x509v3/v3_bcons.c +++ b/crypto/x509v3/v3_bcons.c @@ -1,4 +1,3 @@ -/* v3_bcons.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/x509v3/v3_bitst.c b/crypto/x509v3/v3_bitst.c index e0787fd2697..a0db610b29e 100644 --- a/crypto/x509v3/v3_bitst.c +++ b/crypto/x509v3/v3_bitst.c @@ -1,4 +1,3 @@ -/* v3_bitst.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/x509v3/v3_conf.c b/crypto/x509v3/v3_conf.c index 0b6ff4f87f7..01a3aa3da16 100644 --- a/crypto/x509v3/v3_conf.c +++ b/crypto/x509v3/v3_conf.c @@ -1,4 +1,3 @@ -/* v3_conf.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/x509v3/v3_cpols.c b/crypto/x509v3/v3_cpols.c index 32686696592..b4dd3ad9feb 100644 --- a/crypto/x509v3/v3_cpols.c +++ b/crypto/x509v3/v3_cpols.c @@ -1,4 +1,3 @@ -/* v3_cpols.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/x509v3/v3_crld.c b/crypto/x509v3/v3_crld.c index 3d61fdd038a..d9442a2a526 100644 --- a/crypto/x509v3/v3_crld.c +++ b/crypto/x509v3/v3_crld.c @@ -1,4 +1,3 @@ -/* v3_crld.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/x509v3/v3_enum.c b/crypto/x509v3/v3_enum.c index dcdd0c674d7..26ef657fe6c 100644 --- a/crypto/x509v3/v3_enum.c +++ b/crypto/x509v3/v3_enum.c @@ -1,4 +1,3 @@ -/* v3_enum.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/x509v3/v3_extku.c b/crypto/x509v3/v3_extku.c index fddcdffcb9d..354b828470d 100644 --- a/crypto/x509v3/v3_extku.c +++ b/crypto/x509v3/v3_extku.c @@ -1,4 +1,3 @@ -/* v3_extku.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/x509v3/v3_genn.c b/crypto/x509v3/v3_genn.c index 4c3ad0567a5..d225d0d5a48 100644 --- a/crypto/x509v3/v3_genn.c +++ b/crypto/x509v3/v3_genn.c @@ -1,4 +1,3 @@ -/* v3_genn.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/x509v3/v3_ia5.c b/crypto/x509v3/v3_ia5.c index ed94a3ecf7b..073a2bbc6e5 100644 --- a/crypto/x509v3/v3_ia5.c +++ b/crypto/x509v3/v3_ia5.c @@ -1,4 +1,3 @@ -/* v3_ia5.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/x509v3/v3_info.c b/crypto/x509v3/v3_info.c index f8888c2dbf3..a7ea19a0388 100644 --- a/crypto/x509v3/v3_info.c +++ b/crypto/x509v3/v3_info.c @@ -1,4 +1,3 @@ -/* v3_info.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/x509v3/v3_int.c b/crypto/x509v3/v3_int.c index 2cab28c7983..fc4dd927f04 100644 --- a/crypto/x509v3/v3_int.c +++ b/crypto/x509v3/v3_int.c @@ -1,4 +1,3 @@ -/* v3_int.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/x509v3/v3_lib.c b/crypto/x509v3/v3_lib.c index e3cd2ae5ee5..0db199c1bd9 100644 --- a/crypto/x509v3/v3_lib.c +++ b/crypto/x509v3/v3_lib.c @@ -1,4 +1,3 @@ -/* v3_lib.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/x509v3/v3_ncons.c b/crypto/x509v3/v3_ncons.c index d3f79baca3f..dcd65905a5e 100644 --- a/crypto/x509v3/v3_ncons.c +++ b/crypto/x509v3/v3_ncons.c @@ -1,4 +1,3 @@ -/* v3_ncons.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. diff --git a/crypto/x509v3/v3_pci.c b/crypto/x509v3/v3_pci.c index c52709d21e5..75bed9f4af7 100644 --- a/crypto/x509v3/v3_pci.c +++ b/crypto/x509v3/v3_pci.c @@ -1,4 +1,3 @@ -/* v3_pci.c */ /* * Contributed to the OpenSSL Project 2004 by Richard Levitte * (richard@levitte.org) diff --git a/crypto/x509v3/v3_pcia.c b/crypto/x509v3/v3_pcia.c index e53c82e8dc7..99bf3250401 100644 --- a/crypto/x509v3/v3_pcia.c +++ b/crypto/x509v3/v3_pcia.c @@ -1,4 +1,3 @@ -/* v3_pcia.c */ /* * Contributed to the OpenSSL Project 2004 by Richard Levitte * (richard@levitte.org) diff --git a/crypto/x509v3/v3_pcons.c b/crypto/x509v3/v3_pcons.c index 18de9e83f18..89960cafe15 100644 --- a/crypto/x509v3/v3_pcons.c +++ b/crypto/x509v3/v3_pcons.c @@ -1,4 +1,3 @@ -/* v3_pcons.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. diff --git a/crypto/x509v3/v3_pku.c b/crypto/x509v3/v3_pku.c index 5b048a3b039..9f0c5da7425 100644 --- a/crypto/x509v3/v3_pku.c +++ b/crypto/x509v3/v3_pku.c @@ -1,4 +1,3 @@ -/* v3_pku.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/x509v3/v3_pmaps.c b/crypto/x509v3/v3_pmaps.c index 001f2641a45..1e7324bb847 100644 --- a/crypto/x509v3/v3_pmaps.c +++ b/crypto/x509v3/v3_pmaps.c @@ -1,4 +1,3 @@ -/* v3_pmaps.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. diff --git a/crypto/x509v3/v3_prn.c b/crypto/x509v3/v3_prn.c index 26619c5ff2b..457bd95bf71 100644 --- a/crypto/x509v3/v3_prn.c +++ b/crypto/x509v3/v3_prn.c @@ -1,4 +1,3 @@ -/* v3_prn.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/x509v3/v3_purp.c b/crypto/x509v3/v3_purp.c index 3724e664ebe..2d5a29fbc87 100644 --- a/crypto/x509v3/v3_purp.c +++ b/crypto/x509v3/v3_purp.c @@ -1,4 +1,3 @@ -/* v3_purp.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2001. diff --git a/crypto/x509v3/v3_scts.c b/crypto/x509v3/v3_scts.c index b5122d249f6..9c6c32090b4 100644 --- a/crypto/x509v3/v3_scts.c +++ b/crypto/x509v3/v3_scts.c @@ -1,4 +1,3 @@ -/* v3_scts.c */ /* * Written by Rob Stradling (rob@comodo.com) for the OpenSSL project 2014. */ diff --git a/crypto/x509v3/v3_skey.c b/crypto/x509v3/v3_skey.c index cf3521304d7..d3fe9ebfb45 100644 --- a/crypto/x509v3/v3_skey.c +++ b/crypto/x509v3/v3_skey.c @@ -1,4 +1,3 @@ -/* v3_skey.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/x509v3/v3_sxnet.c b/crypto/x509v3/v3_sxnet.c index 941566bdd09..0f8ac5e72e3 100644 --- a/crypto/x509v3/v3_sxnet.c +++ b/crypto/x509v3/v3_sxnet.c @@ -1,4 +1,3 @@ -/* v3_sxnet.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/x509v3/v3_tlsf.c b/crypto/x509v3/v3_tlsf.c index 700546f6a67..286db1d1f95 100644 --- a/crypto/x509v3/v3_tlsf.c +++ b/crypto/x509v3/v3_tlsf.c @@ -1,4 +1,3 @@ -/* v3_tlsf.c */ /* * Written by Rob Stradling (rob@comodo.com) for the OpenSSL project 2015. */ diff --git a/crypto/x509v3/v3_utl.c b/crypto/x509v3/v3_utl.c index a5058bea646..24bb1576365 100644 --- a/crypto/x509v3/v3_utl.c +++ b/crypto/x509v3/v3_utl.c @@ -1,4 +1,3 @@ -/* v3_utl.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. diff --git a/crypto/x509v3/v3conf.c b/crypto/x509v3/v3conf.c index 6d2cd6df5c2..95a24a59049 100644 --- a/crypto/x509v3/v3conf.c +++ b/crypto/x509v3/v3conf.c @@ -1,4 +1,3 @@ -/* v3conf.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/x509v3/v3err.c b/crypto/x509v3/v3err.c index 529346b4806..727b5842eb5 100644 --- a/crypto/x509v3/v3err.c +++ b/crypto/x509v3/v3err.c @@ -1,4 +1,3 @@ -/* crypto/x509v3/v3err.c */ /* ==================================================================== * Copyright (c) 1999-2015 The OpenSSL Project. All rights reserved. * diff --git a/crypto/x509v3/v3prin.c b/crypto/x509v3/v3prin.c index 36ca040bc5f..2c8902ee155 100644 --- a/crypto/x509v3/v3prin.c +++ b/crypto/x509v3/v3prin.c @@ -1,4 +1,3 @@ -/* v3prin.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/demos/bio/saccept.c b/demos/bio/saccept.c index b6d0361a9c3..240132cef91 100644 --- a/demos/bio/saccept.c +++ b/demos/bio/saccept.c @@ -1,6 +1,3 @@ -/* NOCW */ -/* demos/bio/saccept.c */ - /*- * A minimal program to serve an SSL connection. * It uses blocking. diff --git a/demos/bio/sconnect.c b/demos/bio/sconnect.c index 2b610cc8b54..16dba40ff57 100644 --- a/demos/bio/sconnect.c +++ b/demos/bio/sconnect.c @@ -1,6 +1,3 @@ -/* NOCW */ -/* demos/bio/sconnect.c */ - /*- * A minimal program to do SSL to a passed host and port. * It is actually using non-blocking IO but in a very simple manner diff --git a/demos/bio/server-arg.c b/demos/bio/server-arg.c index 242ca6c0afc..b2a43a93876 100644 --- a/demos/bio/server-arg.c +++ b/demos/bio/server-arg.c @@ -1,6 +1,3 @@ -/* NOCW */ -/* demos/bio/server-arg.c */ - /* * A minimal program to serve an SSL connection. It uses blocking. It use the * SSL_CONF API with the command line. cc -I../../include server-arg.c diff --git a/demos/bio/server-cmod.c b/demos/bio/server-cmod.c index 4f0b0c0f059..51291da4b88 100644 --- a/demos/bio/server-cmod.c +++ b/demos/bio/server-cmod.c @@ -1,6 +1,3 @@ -/* NOCW */ -/* demos/bio/server-cmod.c */ - /* * A minimal TLS server it ses SSL_CTX_config and a configuration file to * set most server parameters. diff --git a/demos/bio/server-conf.c b/demos/bio/server-conf.c index bf3dd067e52..db624ba1fba 100644 --- a/demos/bio/server-conf.c +++ b/demos/bio/server-conf.c @@ -1,6 +1,3 @@ -/* NOCW */ -/* demos/bio/saccept-conf.c */ - /* * A minimal program to serve an SSL connection. It uses blocking. It uses * the SSL_CONF API with a configuration file. cc -I../../include saccept.c diff --git a/demos/easy_tls/test.c b/demos/easy_tls/test.c index d1dd53d0c5b..713da09063b 100644 --- a/demos/easy_tls/test.c +++ b/demos/easy_tls/test.c @@ -1,4 +1,3 @@ -/* test.c */ /* $Id: test.c,v 1.1 2001/09/17 19:06:59 bodo Exp $ */ #define L_PORT 9999 diff --git a/demos/easy_tls/test.h b/demos/easy_tls/test.h index a7d0130e2fa..b30a60549d1 100644 --- a/demos/easy_tls/test.h +++ b/demos/easy_tls/test.h @@ -1,4 +1,3 @@ -/* test.h */ /* $Id: test.h,v 1.1 2001/09/17 19:07:00 bodo Exp $ */ void test_process_init(int fd, int client_p, void *apparg); diff --git a/demos/engines/cluster_labs/hw_cluster_labs.c b/demos/engines/cluster_labs/hw_cluster_labs.c index e1f251c336a..8353dd902ec 100644 --- a/demos/engines/cluster_labs/hw_cluster_labs.c +++ b/demos/engines/cluster_labs/hw_cluster_labs.c @@ -1,4 +1,3 @@ -/* crypto/engine/hw_cluster_labs.c */ /* * Written by Jan Tschirschwitz (jan.tschirschwitz@cluster-labs.com for the * OpenSSL project 2000. diff --git a/demos/engines/cluster_labs/hw_cluster_labs_err.c b/demos/engines/cluster_labs/hw_cluster_labs_err.c index 9e83325133a..b2cfdd352bc 100644 --- a/demos/engines/cluster_labs/hw_cluster_labs_err.c +++ b/demos/engines/cluster_labs/hw_cluster_labs_err.c @@ -1,4 +1,3 @@ -/* hw_cluster_labs_err.c */ /* ==================================================================== * Copyright (c) 1999-2002 The OpenSSL Project. All rights reserved. * diff --git a/demos/engines/ibmca/hw_ibmca.c b/demos/engines/ibmca/hw_ibmca.c index c0f29822724..0f065b2e5a3 100644 --- a/demos/engines/ibmca/hw_ibmca.c +++ b/demos/engines/ibmca/hw_ibmca.c @@ -1,4 +1,3 @@ -/* crypto/engine/hw_ibmca.c */ /* * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project * 2000. diff --git a/demos/engines/ibmca/hw_ibmca_err.c b/demos/engines/ibmca/hw_ibmca_err.c index 9bcb8004b10..5b1911d1655 100644 --- a/demos/engines/ibmca/hw_ibmca_err.c +++ b/demos/engines/ibmca/hw_ibmca_err.c @@ -1,4 +1,3 @@ -/* hw_ibmca_err.c */ /* ==================================================================== * Copyright (c) 1999-2002 The OpenSSL Project. All rights reserved. * diff --git a/demos/engines/rsaref/rsaref_err.c b/demos/engines/rsaref/rsaref_err.c index 55df08c2585..377dcddd238 100644 --- a/demos/engines/rsaref/rsaref_err.c +++ b/demos/engines/rsaref/rsaref_err.c @@ -1,4 +1,3 @@ -/* rsaref_err.c */ /* ==================================================================== * Copyright (c) 1999 The OpenSSL Project. All rights reserved. * diff --git a/demos/engines/rsaref/rsaref_err.h b/demos/engines/rsaref/rsaref_err.h index 4356815c4df..0804e08d0ad 100644 --- a/demos/engines/rsaref/rsaref_err.h +++ b/demos/engines/rsaref/rsaref_err.h @@ -1,4 +1,3 @@ -/* rsaref_err.h */ /* ==================================================================== * Copyright (c) 1998-2001 The OpenSSL Project. All rights reserved. * diff --git a/demos/engines/zencod/hw_zencod.c b/demos/engines/zencod/hw_zencod.c index 132ece04f0f..1c34677d435 100644 --- a/demos/engines/zencod/hw_zencod.c +++ b/demos/engines/zencod/hw_zencod.c @@ -1,4 +1,3 @@ -/* crypto/engine/hw_zencod.c */ /* * Written by Fred Donnat (frederic.donnat@zencod.com) for "zencod" * engine * integration in order to redirect crypto computing on a crypto * hardware diff --git a/demos/engines/zencod/hw_zencod.h b/demos/engines/zencod/hw_zencod.h index 80baa6f96ff..633a61ac5bc 100644 --- a/demos/engines/zencod/hw_zencod.h +++ b/demos/engines/zencod/hw_zencod.h @@ -1,4 +1,3 @@ -/* File : /crypto/engine/vendor_defns/hw_zencod.h */ /* ==================================================================== * Written by Donnat Frederic (frederic.donnat@zencod.com) from ZENCOD * for "zencod" ENGINE integration in OpenSSL project. diff --git a/demos/engines/zencod/hw_zencod_err.c b/demos/engines/zencod/hw_zencod_err.c index ff2b592d742..db33cc8ff53 100644 --- a/demos/engines/zencod/hw_zencod_err.c +++ b/demos/engines/zencod/hw_zencod_err.c @@ -1,4 +1,3 @@ -/* hw_zencod_err.c */ /* ==================================================================== * Copyright (c) 1999-2002 The OpenSSL Project. All rights reserved. * diff --git a/demos/pkcs12/pkread.c b/demos/pkcs12/pkread.c index 1086dbc4637..373981469d1 100644 --- a/demos/pkcs12/pkread.c +++ b/demos/pkcs12/pkread.c @@ -1,4 +1,3 @@ -/* pkread.c */ #include #include diff --git a/demos/pkcs12/pkwrite.c b/demos/pkcs12/pkwrite.c index 753fbfece85..d04a22b8eb3 100644 --- a/demos/pkcs12/pkwrite.c +++ b/demos/pkcs12/pkwrite.c @@ -1,4 +1,3 @@ -/* pkwrite.c */ #include #include diff --git a/demos/sign/sign.c b/demos/sign/sign.c index f6aab25d149..fb0e03809a0 100644 --- a/demos/sign/sign.c +++ b/demos/sign/sign.c @@ -1,4 +1,3 @@ -/* demos/sign/sign.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/e_os.h b/e_os.h index d46770ece57..9b9bb4f7651 100644 --- a/e_os.h +++ b/e_os.h @@ -1,4 +1,3 @@ -/* e_os.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/engines/e_capi.c b/engines/e_capi.c index 8ef986fd435..d3c9b8b163b 100644 --- a/engines/e_capi.c +++ b/engines/e_capi.c @@ -1,4 +1,3 @@ -/* engines/e_capi.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. diff --git a/engines/e_capi_err.c b/engines/e_capi_err.c index 9aae3401718..1de6f25ab04 100644 --- a/engines/e_capi_err.c +++ b/engines/e_capi_err.c @@ -1,4 +1,3 @@ -/* e_capi_err.c */ /* ==================================================================== * Copyright (c) 1999-2014 The OpenSSL Project. All rights reserved. * diff --git a/engines/e_chil.c b/engines/e_chil.c index 2dda84aeab7..7dc715f9aff 100644 --- a/engines/e_chil.c +++ b/engines/e_chil.c @@ -1,4 +1,3 @@ -/* crypto/engine/e_chil.c */ /* * Written by Richard Levitte (richard@levitte.org), Geoff Thorpe * (geoff@geoffthorpe.net) and Dr Stephen N Henson (steve@openssl.org) for diff --git a/engines/e_chil_err.c b/engines/e_chil_err.c index 00fbf8cd574..2cfcab290d0 100644 --- a/engines/e_chil_err.c +++ b/engines/e_chil_err.c @@ -1,4 +1,3 @@ -/* e_chil_err.c */ /* ==================================================================== * Copyright (c) 1999-2005 The OpenSSL Project. All rights reserved. * diff --git a/engines/e_dasync.c b/engines/e_dasync.c index e22c6149d3c..2f18d07db86 100644 --- a/engines/e_dasync.c +++ b/engines/e_dasync.c @@ -1,4 +1,3 @@ -/* engines/e_dasync.c */ /* * Written by Matt Caswell (matt@openssl.org) for the OpenSSL project. */ diff --git a/engines/e_dasync_err.c b/engines/e_dasync_err.c index a222899e7dd..33d4a90e1a4 100644 --- a/engines/e_dasync_err.c +++ b/engines/e_dasync_err.c @@ -1,4 +1,3 @@ -/* e_dasync_err.c */ /* ==================================================================== * Copyright (c) 1999-2015 The OpenSSL Project. All rights reserved. * diff --git a/engines/e_ossltest.c b/engines/e_ossltest.c index 5aa03528af6..a31e5a9cfa2 100644 --- a/engines/e_ossltest.c +++ b/engines/e_ossltest.c @@ -1,4 +1,3 @@ -/* engines/e_ossltest.c */ /* * Written by Matt Caswell (matt@openssl.org) for the OpenSSL project. */ diff --git a/engines/e_ossltest_err.c b/engines/e_ossltest_err.c index 4abb3959635..5e5355d2143 100644 --- a/engines/e_ossltest_err.c +++ b/engines/e_ossltest_err.c @@ -1,4 +1,3 @@ -/* e_ossltest_err.c */ /* ==================================================================== * Copyright (c) 1999-2015 The OpenSSL Project. All rights reserved. * diff --git a/engines/e_ubsec.c b/engines/e_ubsec.c index f59dfa68722..dab8d12e3fa 100644 --- a/engines/e_ubsec.c +++ b/engines/e_ubsec.c @@ -1,4 +1,3 @@ -/* crypto/engine/hw_ubsec.c */ /* * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project * 2000. Cloned shamelessly by Joe Tardo. diff --git a/engines/e_ubsec_err.c b/engines/e_ubsec_err.c index fefc5b0744d..9819f36ef7b 100644 --- a/engines/e_ubsec_err.c +++ b/engines/e_ubsec_err.c @@ -1,4 +1,3 @@ -/* e_ubsec_err.c */ /* ==================================================================== * Copyright (c) 1999-2005 The OpenSSL Project. All rights reserved. * diff --git a/include/internal/constant_time_locl.h b/include/internal/constant_time_locl.h index 8269a328f7e..81411735101 100644 --- a/include/internal/constant_time_locl.h +++ b/include/internal/constant_time_locl.h @@ -1,4 +1,3 @@ -/* crypto/constant_time_locl.h */ /*- * Utilities for constant-time cryptography. * diff --git a/include/internal/dane.h b/include/internal/dane.h index 0d35cc2405e..e38ee85bcff 100644 --- a/include/internal/dane.h +++ b/include/internal/dane.h @@ -1,4 +1,3 @@ -/* dane.h */ /* * Written by Viktor Dukhovni (viktor@openssl.org) for the OpenSSL project * 2015. diff --git a/include/internal/o_dir.h b/include/internal/o_dir.h index bf45a14d02e..427b37fee8e 100644 --- a/include/internal/o_dir.h +++ b/include/internal/o_dir.h @@ -1,4 +1,3 @@ -/* crypto/o_dir.h */ /* * Copied from Richard Levitte's (richard@levitte.org) LP library. All * symbol names have been changed, with permission from the author. diff --git a/include/internal/o_str.h b/include/internal/o_str.h index fa512eb3978..2db34857519 100644 --- a/include/internal/o_str.h +++ b/include/internal/o_str.h @@ -1,4 +1,3 @@ -/* crypto/o_str.h */ /* * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project * 2003. diff --git a/include/openssl/aes.h b/include/openssl/aes.h index 506ff5ec3b3..8c36a4d64f9 100644 --- a/include/openssl/aes.h +++ b/include/openssl/aes.h @@ -1,4 +1,3 @@ -/* crypto/aes/aes.h */ /* ==================================================================== * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. * diff --git a/include/openssl/asn1.h b/include/openssl/asn1.h index 627f725ac0c..63253d4e6cb 100644 --- a/include/openssl/asn1.h +++ b/include/openssl/asn1.h @@ -1,4 +1,3 @@ -/* crypto/asn1/asn1.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/include/openssl/asn1t.h b/include/openssl/asn1t.h index 4750b34e0c1..46fd086e24e 100644 --- a/include/openssl/asn1t.h +++ b/include/openssl/asn1t.h @@ -1,4 +1,3 @@ -/* asn1t.h */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2000. diff --git a/include/openssl/async.h b/include/openssl/async.h index d130a364a75..5ddfafb5da5 100644 --- a/include/openssl/async.h +++ b/include/openssl/async.h @@ -1,4 +1,3 @@ -/* include/openssl/async.h */ /* * Written by Matt Caswell (matt@openssl.org) for the OpenSSL project. */ diff --git a/include/openssl/bio.h b/include/openssl/bio.h index 6d6fb35f1be..ea1d3b752ec 100644 --- a/include/openssl/bio.h +++ b/include/openssl/bio.h @@ -1,4 +1,3 @@ -/* crypto/bio/bio.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/include/openssl/blowfish.h b/include/openssl/blowfish.h index ae613e88b7e..ee4afa542df 100644 --- a/include/openssl/blowfish.h +++ b/include/openssl/blowfish.h @@ -1,4 +1,3 @@ -/* crypto/bf/blowfish.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/include/openssl/bn.h b/include/openssl/bn.h index 84111b507fe..08cdf79018f 100644 --- a/include/openssl/bn.h +++ b/include/openssl/bn.h @@ -1,4 +1,3 @@ -/* crypto/bn/bn.h */ /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/include/openssl/buffer.h b/include/openssl/buffer.h index 47d68f81c38..b325416f955 100644 --- a/include/openssl/buffer.h +++ b/include/openssl/buffer.h @@ -1,4 +1,3 @@ -/* crypto/buffer/buffer.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/include/openssl/camellia.h b/include/openssl/camellia.h index 3736d3a4533..d04d2a8b3ab 100644 --- a/include/openssl/camellia.h +++ b/include/openssl/camellia.h @@ -1,4 +1,3 @@ -/* crypto/camellia/camellia.h */ /* ==================================================================== * Copyright (c) 2006 The OpenSSL Project. All rights reserved. * diff --git a/include/openssl/cast.h b/include/openssl/cast.h index 7e9c21ac40a..87d1933a9bc 100644 --- a/include/openssl/cast.h +++ b/include/openssl/cast.h @@ -1,4 +1,3 @@ -/* crypto/cast/cast.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/include/openssl/cmac.h b/include/openssl/cmac.h index 175be8348ab..a621923eb0a 100644 --- a/include/openssl/cmac.h +++ b/include/openssl/cmac.h @@ -1,4 +1,3 @@ -/* crypto/cmac/cmac.h */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. diff --git a/include/openssl/cms.h b/include/openssl/cms.h index 92c43a22ebc..f8d55d84d21 100644 --- a/include/openssl/cms.h +++ b/include/openssl/cms.h @@ -1,4 +1,3 @@ -/* crypto/cms/cms.h */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. diff --git a/include/openssl/conf.h b/include/openssl/conf.h index 81b7b950505..65981079144 100644 --- a/include/openssl/conf.h +++ b/include/openssl/conf.h @@ -1,4 +1,3 @@ -/* crypto/conf/conf.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/include/openssl/conf_api.h b/include/openssl/conf_api.h index e478f7df4b1..fd6f32e16d9 100644 --- a/include/openssl/conf_api.h +++ b/include/openssl/conf_api.h @@ -1,4 +1,3 @@ -/* conf_api.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/include/openssl/crypto.h b/include/openssl/crypto.h index dbdf84e0224..2e2c088b185 100644 --- a/include/openssl/crypto.h +++ b/include/openssl/crypto.h @@ -1,4 +1,3 @@ -/* crypto/crypto.h */ /* ==================================================================== * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. * diff --git a/include/openssl/des.h b/include/openssl/des.h index 9bb2e777a26..3d784fa03ae 100644 --- a/include/openssl/des.h +++ b/include/openssl/des.h @@ -1,4 +1,3 @@ -/* crypto/des/des.h */ /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/include/openssl/dh.h b/include/openssl/dh.h index b1192a387fc..528f52794dd 100644 --- a/include/openssl/dh.h +++ b/include/openssl/dh.h @@ -1,4 +1,3 @@ -/* crypto/dh/dh.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/include/openssl/dsa.h b/include/openssl/dsa.h index 14b06ecff6d..643fee4731a 100644 --- a/include/openssl/dsa.h +++ b/include/openssl/dsa.h @@ -1,4 +1,3 @@ -/* crypto/dsa/dsa.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/include/openssl/dso.h b/include/openssl/dso.h index a473e980986..180163fae5d 100644 --- a/include/openssl/dso.h +++ b/include/openssl/dso.h @@ -1,4 +1,3 @@ -/* dso.h */ /* * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project * 2000. diff --git a/include/openssl/dtls1.h b/include/openssl/dtls1.h index 1de5f68b6e3..16df65211b3 100644 --- a/include/openssl/dtls1.h +++ b/include/openssl/dtls1.h @@ -1,4 +1,3 @@ -/* ssl/dtls1.h */ /* * DTLS implementation written by Nagendra Modadugu * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. diff --git a/include/openssl/e_os2.h b/include/openssl/e_os2.h index ceecbfacccb..2cfbe7aa46b 100644 --- a/include/openssl/e_os2.h +++ b/include/openssl/e_os2.h @@ -1,4 +1,3 @@ -/* e_os2.h */ /* ==================================================================== * Copyright (c) 1998-2000 The OpenSSL Project. All rights reserved. * diff --git a/include/openssl/ebcdic.h b/include/openssl/ebcdic.h index 4cbdfeb7aed..e75b60923f3 100644 --- a/include/openssl/ebcdic.h +++ b/include/openssl/ebcdic.h @@ -1,4 +1,3 @@ -/* crypto/ebcdic.h */ #ifndef HEADER_EBCDIC_H # define HEADER_EBCDIC_H diff --git a/include/openssl/engine.h b/include/openssl/engine.h index 6d3fe37d4d2..58b2d7cebc0 100644 --- a/include/openssl/engine.h +++ b/include/openssl/engine.h @@ -1,4 +1,3 @@ -/* openssl/engine.h */ /* * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project * 2000. diff --git a/include/openssl/err.h b/include/openssl/err.h index df9cab21105..dd6f1253fb4 100644 --- a/include/openssl/err.h +++ b/include/openssl/err.h @@ -1,4 +1,3 @@ -/* crypto/err/err.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/include/openssl/evp.h b/include/openssl/evp.h index f6cb867fc3e..2c60050bc9d 100644 --- a/include/openssl/evp.h +++ b/include/openssl/evp.h @@ -1,4 +1,3 @@ -/* crypto/evp/evp.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/include/openssl/hmac.h b/include/openssl/hmac.h index f9a67b53868..71d7d659162 100644 --- a/include/openssl/hmac.h +++ b/include/openssl/hmac.h @@ -1,4 +1,3 @@ -/* crypto/hmac/hmac.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/include/openssl/idea.h b/include/openssl/idea.h index 13feb199bcc..b92d979221e 100644 --- a/include/openssl/idea.h +++ b/include/openssl/idea.h @@ -1,4 +1,3 @@ -/* crypto/idea/idea.h */ /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/include/openssl/kdf.h b/include/openssl/kdf.h index 96ccf923971..b28a3f2c4af 100644 --- a/include/openssl/kdf.h +++ b/include/openssl/kdf.h @@ -1,4 +1,3 @@ -/* kdf.h */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. diff --git a/include/openssl/lhash.h b/include/openssl/lhash.h index f4ea37b8a1b..899544ce049 100644 --- a/include/openssl/lhash.h +++ b/include/openssl/lhash.h @@ -1,4 +1,3 @@ -/* crypto/lhash/lhash.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/include/openssl/md2.h b/include/openssl/md2.h index 74c50529aef..4b42f7e6637 100644 --- a/include/openssl/md2.h +++ b/include/openssl/md2.h @@ -1,4 +1,3 @@ -/* crypto/md/md2.h */ /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/include/openssl/md4.h b/include/openssl/md4.h index 01052f339f5..c937625f932 100644 --- a/include/openssl/md4.h +++ b/include/openssl/md4.h @@ -1,4 +1,3 @@ -/* crypto/md4/md4.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/include/openssl/md5.h b/include/openssl/md5.h index 91f4251ece7..02ea76a54e6 100644 --- a/include/openssl/md5.h +++ b/include/openssl/md5.h @@ -1,4 +1,3 @@ -/* crypto/md5/md5.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/include/openssl/mdc2.h b/include/openssl/mdc2.h index c2438c885de..fc9784fa186 100644 --- a/include/openssl/mdc2.h +++ b/include/openssl/mdc2.h @@ -1,4 +1,3 @@ -/* crypto/mdc2/mdc2.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/include/openssl/obj_mac.h b/include/openssl/obj_mac.h index 04605e07b10..74bdbe6e3d4 100644 --- a/include/openssl/obj_mac.h +++ b/include/openssl/obj_mac.h @@ -1,4 +1,3 @@ -/* crypto/objects/obj_mac.h */ /* * THIS FILE IS GENERATED FROM objects.txt by objects.pl via the following diff --git a/include/openssl/objects.h b/include/openssl/objects.h index 165817fb1a3..05bc9b02486 100644 --- a/include/openssl/objects.h +++ b/include/openssl/objects.h @@ -1,4 +1,3 @@ -/* crypto/objects/objects.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/include/openssl/ocsp.h b/include/openssl/ocsp.h index eb6c6a2c9fe..08b7d478023 100644 --- a/include/openssl/ocsp.h +++ b/include/openssl/ocsp.h @@ -1,4 +1,3 @@ -/* ocsp.h */ /* * Written by Tom Titchener for the OpenSSL * project. diff --git a/include/openssl/opensslconf.h.in b/include/openssl/opensslconf.h.in index f54043acddb..58fb20ee9e8 100644 --- a/include/openssl/opensslconf.h.in +++ b/include/openssl/opensslconf.h.in @@ -1,4 +1,3 @@ -/* opensslconf.h */ {- join("\n",map { "/* $_ */" } @autowarntext) -} #ifdef __cplusplus diff --git a/include/openssl/pem.h b/include/openssl/pem.h index d8efce9f8c6..0206fec68c7 100644 --- a/include/openssl/pem.h +++ b/include/openssl/pem.h @@ -1,4 +1,3 @@ -/* crypto/pem/pem.h */ /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/include/openssl/pkcs12.h b/include/openssl/pkcs12.h index d49cac7e0d9..b164a00d5bb 100644 --- a/include/openssl/pkcs12.h +++ b/include/openssl/pkcs12.h @@ -1,4 +1,3 @@ -/* pkcs12.h */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/include/openssl/pkcs7.h b/include/openssl/pkcs7.h index 46fe45eacb9..74f6c9b441e 100644 --- a/include/openssl/pkcs7.h +++ b/include/openssl/pkcs7.h @@ -1,4 +1,3 @@ -/* crypto/pkcs7/pkcs7.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/include/openssl/rand.h b/include/openssl/rand.h index fbc73a49604..2a9a85c1f16 100644 --- a/include/openssl/rand.h +++ b/include/openssl/rand.h @@ -1,4 +1,3 @@ -/* crypto/rand/rand.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/include/openssl/rc2.h b/include/openssl/rc2.h index cf616513e68..0a433e9eacd 100644 --- a/include/openssl/rc2.h +++ b/include/openssl/rc2.h @@ -1,4 +1,3 @@ -/* crypto/rc2/rc2.h */ /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/include/openssl/rc4.h b/include/openssl/rc4.h index 6f52cc606fc..c938fdb92a4 100644 --- a/include/openssl/rc4.h +++ b/include/openssl/rc4.h @@ -1,4 +1,3 @@ -/* crypto/rc4/rc4.h */ /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/include/openssl/rc5.h b/include/openssl/rc5.h index 38d0b1988e7..026a1147a9c 100644 --- a/include/openssl/rc5.h +++ b/include/openssl/rc5.h @@ -1,4 +1,3 @@ -/* crypto/rc5/rc5.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/include/openssl/ripemd.h b/include/openssl/ripemd.h index 97ad187e5de..8a098f66a6a 100644 --- a/include/openssl/ripemd.h +++ b/include/openssl/ripemd.h @@ -1,4 +1,3 @@ -/* crypto/ripemd/ripemd.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/include/openssl/rsa.h b/include/openssl/rsa.h index 28c851abb52..4f6d44f468f 100644 --- a/include/openssl/rsa.h +++ b/include/openssl/rsa.h @@ -1,4 +1,3 @@ -/* crypto/rsa/rsa.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/include/openssl/sha.h b/include/openssl/sha.h index e35f3289435..27c7cab9361 100644 --- a/include/openssl/sha.h +++ b/include/openssl/sha.h @@ -1,4 +1,3 @@ -/* crypto/sha/sha.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/include/openssl/srp.h b/include/openssl/srp.h index b7f4519fd37..83a3293f7c0 100644 --- a/include/openssl/srp.h +++ b/include/openssl/srp.h @@ -1,4 +1,3 @@ -/* crypto/srp/srp.h */ /* * Written by Christophe Renou (christophe.renou@edelweb.fr) with the * precious help of Peter Sylvester (peter.sylvester@edelweb.fr) for the diff --git a/include/openssl/srtp.h b/include/openssl/srtp.h index 611f5efadef..1f5aed21ff6 100644 --- a/include/openssl/srtp.h +++ b/include/openssl/srtp.h @@ -1,4 +1,3 @@ -/* ssl/srtp.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/include/openssl/ssl.h b/include/openssl/ssl.h index 0d36e17a6c5..2e75ade3a33 100644 --- a/include/openssl/ssl.h +++ b/include/openssl/ssl.h @@ -1,4 +1,3 @@ -/* ssl/ssl.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/include/openssl/ssl2.h b/include/openssl/ssl2.h index 64e1b142ecc..e965dd54a65 100644 --- a/include/openssl/ssl2.h +++ b/include/openssl/ssl2.h @@ -1,4 +1,3 @@ -/* ssl/ssl2.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/include/openssl/ssl3.h b/include/openssl/ssl3.h index 2a2974c3caf..325fa941912 100644 --- a/include/openssl/ssl3.h +++ b/include/openssl/ssl3.h @@ -1,4 +1,3 @@ -/* ssl/ssl3.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/include/openssl/stack.h b/include/openssl/stack.h index 6b8869cd95e..976e6ace56a 100644 --- a/include/openssl/stack.h +++ b/include/openssl/stack.h @@ -1,4 +1,3 @@ -/* crypto/stack/stack.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/include/openssl/store.h b/include/openssl/store.h index 38a2d4b58a7..01fa8461bf8 100644 --- a/include/openssl/store.h +++ b/include/openssl/store.h @@ -1,4 +1,3 @@ -/* crypto/store/store.h */ /* * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project * 2003. diff --git a/include/openssl/tls1.h b/include/openssl/tls1.h index 43a658d52bb..bf21b8e9664 100644 --- a/include/openssl/tls1.h +++ b/include/openssl/tls1.h @@ -1,4 +1,3 @@ -/* ssl/tls1.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/include/openssl/ts.h b/include/openssl/ts.h index 3c5ada1523a..c5bd80a2a90 100644 --- a/include/openssl/ts.h +++ b/include/openssl/ts.h @@ -1,4 +1,3 @@ -/* crypto/ts/ts.h */ /* * Written by Zoltan Glozik (zglozik@opentsa.org) for the OpenSSL project * 2002, 2003, 2004. diff --git a/include/openssl/txt_db.h b/include/openssl/txt_db.h index 948ac3e77f6..e83e725ade1 100644 --- a/include/openssl/txt_db.h +++ b/include/openssl/txt_db.h @@ -1,4 +1,3 @@ -/* crypto/txt_db/txt_db.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/include/openssl/ui.h b/include/openssl/ui.h index 93a93a7baa9..17c2254d88e 100644 --- a/include/openssl/ui.h +++ b/include/openssl/ui.h @@ -1,4 +1,3 @@ -/* crypto/ui/ui.h */ /* * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project * 2001. diff --git a/include/openssl/x509.h b/include/openssl/x509.h index 50a5edd27ef..477bff8eb86 100644 --- a/include/openssl/x509.h +++ b/include/openssl/x509.h @@ -1,4 +1,3 @@ -/* crypto/x509/x509.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/include/openssl/x509_vfy.h b/include/openssl/x509_vfy.h index 7ea11ea3926..ef54208a3c2 100644 --- a/include/openssl/x509_vfy.h +++ b/include/openssl/x509_vfy.h @@ -1,4 +1,3 @@ -/* crypto/x509/x509_vfy.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/include/openssl/x509v3.h b/include/openssl/x509v3.h index b5ea84af9bb..fa2120840a2 100644 --- a/include/openssl/x509v3.h +++ b/include/openssl/x509v3.h @@ -1,4 +1,3 @@ -/* x509v3.h */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/ssl/bio_ssl.c b/ssl/bio_ssl.c index a8260c9c43f..9eec0226af6 100644 --- a/ssl/bio_ssl.c +++ b/ssl/bio_ssl.c @@ -1,4 +1,3 @@ -/* ssl/bio_ssl.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/d1_lib.c b/ssl/d1_lib.c index 88822c06b91..fed13403773 100644 --- a/ssl/d1_lib.c +++ b/ssl/d1_lib.c @@ -1,4 +1,3 @@ -/* ssl/d1_lib.c */ /* * DTLS implementation written by Nagendra Modadugu * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. diff --git a/ssl/d1_msg.c b/ssl/d1_msg.c index 4a2f0dc9805..b9342a2a10a 100644 --- a/ssl/d1_msg.c +++ b/ssl/d1_msg.c @@ -1,4 +1,3 @@ -/* ssl/d1_msg.c */ /* * DTLS implementation written by Nagendra Modadugu * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. diff --git a/ssl/d1_srtp.c b/ssl/d1_srtp.c index 87dbcc63f32..587a592e82a 100644 --- a/ssl/d1_srtp.c +++ b/ssl/d1_srtp.c @@ -1,4 +1,3 @@ -/* ssl/t1_lib.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/methods.c b/ssl/methods.c index c0698abd73b..6cd83dd5dd8 100644 --- a/ssl/methods.c +++ b/ssl/methods.c @@ -1,4 +1,3 @@ -/* ssl/t1_meth.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/packet_locl.h b/ssl/packet_locl.h index ed7c1ca1293..b4337e4682f 100644 --- a/ssl/packet_locl.h +++ b/ssl/packet_locl.h @@ -1,4 +1,3 @@ -/* ssl/packet_locl.h */ /* * Written by Matt Caswell for the OpenSSL project. */ diff --git a/ssl/pqueue.c b/ssl/pqueue.c index 21ee83eccc8..c9f21ca8653 100644 --- a/ssl/pqueue.c +++ b/ssl/pqueue.c @@ -1,4 +1,3 @@ -/* crypto/pqueue/pqueue.c */ /* * DTLS implementation written by Nagendra Modadugu * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. diff --git a/ssl/record/dtls1_bitmap.c b/ssl/record/dtls1_bitmap.c index 9d2d681fbf2..0fa29854854 100644 --- a/ssl/record/dtls1_bitmap.c +++ b/ssl/record/dtls1_bitmap.c @@ -1,4 +1,3 @@ -/* ssl/record/dtls1_bitmap.c */ /* * DTLS implementation written by Nagendra Modadugu * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. diff --git a/ssl/record/rec_layer_d1.c b/ssl/record/rec_layer_d1.c index eabbddb61d8..c53ef9a1ac8 100644 --- a/ssl/record/rec_layer_d1.c +++ b/ssl/record/rec_layer_d1.c @@ -1,4 +1,3 @@ -/* ssl/record/rec_layer_d1.c */ /* * DTLS implementation written by Nagendra Modadugu * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. diff --git a/ssl/record/rec_layer_s3.c b/ssl/record/rec_layer_s3.c index 0ce5b9e618b..d0f17bb0c79 100644 --- a/ssl/record/rec_layer_s3.c +++ b/ssl/record/rec_layer_s3.c @@ -1,4 +1,3 @@ -/* ssl/record/rec_layer_s3.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/record/record.h b/ssl/record/record.h index 36ae3a1021f..a3b50dcfcf7 100644 --- a/ssl/record/record.h +++ b/ssl/record/record.h @@ -1,4 +1,3 @@ -/* ssl/record/record.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/record/record_locl.h b/ssl/record/record_locl.h index f92e89d86f4..2a4b6633076 100644 --- a/ssl/record/record_locl.h +++ b/ssl/record/record_locl.h @@ -1,4 +1,3 @@ -/* ssl/record/record_locl.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/record/ssl3_buffer.c b/ssl/record/ssl3_buffer.c index 17719c2d7a4..3c03499f59c 100644 --- a/ssl/record/ssl3_buffer.c +++ b/ssl/record/ssl3_buffer.c @@ -1,4 +1,3 @@ -/* ssl/record/ssl3_buffer.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/record/ssl3_record.c b/ssl/record/ssl3_record.c index d8c7b1ea05b..60e8042f1d1 100644 --- a/ssl/record/ssl3_record.c +++ b/ssl/record/ssl3_record.c @@ -1,4 +1,3 @@ -/* ssl/record/ssl3_record.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/s3_cbc.c b/ssl/s3_cbc.c index f07a0451a0d..8df32ba326a 100644 --- a/ssl/s3_cbc.c +++ b/ssl/s3_cbc.c @@ -1,4 +1,3 @@ -/* ssl/s3_cbc.c */ /* ==================================================================== * Copyright (c) 2012 The OpenSSL Project. All rights reserved. * diff --git a/ssl/s3_enc.c b/ssl/s3_enc.c index 7a1e201cf40..d4d64d0e5e2 100644 --- a/ssl/s3_enc.c +++ b/ssl/s3_enc.c @@ -1,4 +1,3 @@ -/* ssl/s3_enc.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/s3_lib.c b/ssl/s3_lib.c index 28204bc7b15..f998f723704 100644 --- a/ssl/s3_lib.c +++ b/ssl/s3_lib.c @@ -1,4 +1,3 @@ -/* ssl/s3_lib.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/s3_msg.c b/ssl/s3_msg.c index 8d7f042f83c..8b5fd23880d 100644 --- a/ssl/s3_msg.c +++ b/ssl/s3_msg.c @@ -1,4 +1,3 @@ -/* ssl/s3_msg.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/ssl_algs.c b/ssl/ssl_algs.c index 1bb9cb6c68b..61233a96b47 100644 --- a/ssl/ssl_algs.c +++ b/ssl/ssl_algs.c @@ -1,4 +1,3 @@ -/* ssl/ssl_algs.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/ssl_asn1.c b/ssl/ssl_asn1.c index 69c4d12a90f..a3bbfe4fc7f 100644 --- a/ssl/ssl_asn1.c +++ b/ssl/ssl_asn1.c @@ -1,4 +1,3 @@ -/* ssl/ssl_asn1.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/ssl_ciph.c b/ssl/ssl_ciph.c index 9234364d358..ecefc79b27a 100644 --- a/ssl/ssl_ciph.c +++ b/ssl/ssl_ciph.c @@ -1,4 +1,3 @@ -/* ssl/ssl_ciph.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/ssl_err.c b/ssl/ssl_err.c index a112ad41e89..18c64d997c7 100644 --- a/ssl/ssl_err.c +++ b/ssl/ssl_err.c @@ -1,4 +1,3 @@ -/* ssl/ssl_err.c */ /* ==================================================================== * Copyright (c) 1999-2016 The OpenSSL Project. All rights reserved. * diff --git a/ssl/ssl_err2.c b/ssl/ssl_err2.c index 14e48221f4e..751f6ad6bb6 100644 --- a/ssl/ssl_err2.c +++ b/ssl/ssl_err2.c @@ -1,4 +1,3 @@ -/* ssl/ssl_err2.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h index 3745f0f0e2e..864e21a18e3 100644 --- a/ssl/ssl_locl.h +++ b/ssl/ssl_locl.h @@ -1,4 +1,3 @@ -/* ssl/ssl_locl.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/ssl_mcnf.c b/ssl/ssl_mcnf.c index 9a1cbbdd074..614e0a742dc 100644 --- a/ssl/ssl_mcnf.c +++ b/ssl/ssl_mcnf.c @@ -1,4 +1,3 @@ -/* ssl_mcnf.c */ /* * Written by Stephen Henson (steve@openssl.org) for the OpenSSL project * 2015. diff --git a/ssl/ssl_rsa.c b/ssl/ssl_rsa.c index aa4959916bb..f93db31c772 100644 --- a/ssl/ssl_rsa.c +++ b/ssl/ssl_rsa.c @@ -1,4 +1,3 @@ -/* ssl/ssl_rsa.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/ssl_sess.c b/ssl/ssl_sess.c index 3010bc4d572..1ca0f964a2c 100644 --- a/ssl/ssl_sess.c +++ b/ssl/ssl_sess.c @@ -1,4 +1,3 @@ -/* ssl/ssl_sess.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/ssl_stat.c b/ssl/ssl_stat.c index 3bd78433147..23a54a514e4 100644 --- a/ssl/ssl_stat.c +++ b/ssl/ssl_stat.c @@ -1,4 +1,3 @@ -/* ssl/ssl_stat.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/ssl_txt.c b/ssl/ssl_txt.c index d9d6f397c77..bdd802f6008 100644 --- a/ssl/ssl_txt.c +++ b/ssl/ssl_txt.c @@ -1,4 +1,3 @@ -/* ssl/ssl_txt.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/ssl_utst.c b/ssl/ssl_utst.c index 53bdde330df..5feef6e2f32 100644 --- a/ssl/ssl_utst.c +++ b/ssl/ssl_utst.c @@ -1,4 +1,3 @@ -/* ssl_utst.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. diff --git a/ssl/statem/statem.c b/ssl/statem/statem.c index a03fe320832..576ea181a95 100644 --- a/ssl/statem/statem.c +++ b/ssl/statem/statem.c @@ -1,4 +1,3 @@ -/* ssl/statem/statem.c */ /* * Written by Matt Caswell for the OpenSSL project. */ diff --git a/ssl/statem/statem.h b/ssl/statem/statem.h index 1350967d56d..263a3953922 100644 --- a/ssl/statem/statem.h +++ b/ssl/statem/statem.h @@ -1,4 +1,3 @@ -/* ssl/statem/statem.h */ /* ==================================================================== * Copyright (c) 1998-2015 The OpenSSL Project. All rights reserved. * diff --git a/ssl/statem/statem_clnt.c b/ssl/statem/statem_clnt.c index 047bcf5d5b3..456bbd8a7b5 100644 --- a/ssl/statem/statem_clnt.c +++ b/ssl/statem/statem_clnt.c @@ -1,4 +1,3 @@ -/* ssl/statem/statem_clnt.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/statem/statem_dtls.c b/ssl/statem/statem_dtls.c index 3aa34888b65..765c8e1efc6 100644 --- a/ssl/statem/statem_dtls.c +++ b/ssl/statem/statem_dtls.c @@ -1,4 +1,3 @@ -/* ssl/statem/statem_dtls.c */ /* * DTLS implementation written by Nagendra Modadugu * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. diff --git a/ssl/statem/statem_lib.c b/ssl/statem/statem_lib.c index 70559666b03..49b5e48f505 100644 --- a/ssl/statem/statem_lib.c +++ b/ssl/statem/statem_lib.c @@ -1,4 +1,3 @@ -/* ssl/statem/statem_lib.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/statem/statem_locl.h b/ssl/statem/statem_locl.h index 4c3d7976236..57b7c372c58 100644 --- a/ssl/statem/statem_locl.h +++ b/ssl/statem/statem_locl.h @@ -1,4 +1,3 @@ -/* ssl/statem/statem_locl.h */ /* ==================================================================== * Copyright (c) 1998-2015 The OpenSSL Project. All rights reserved. * diff --git a/ssl/statem/statem_srvr.c b/ssl/statem/statem_srvr.c index 2ac9dc3a595..2f5fdb658af 100644 --- a/ssl/statem/statem_srvr.c +++ b/ssl/statem/statem_srvr.c @@ -1,4 +1,3 @@ -/* ssl/statem/statem_srvr.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/t1_enc.c b/ssl/t1_enc.c index 23b36406345..f3593f12f6e 100644 --- a/ssl/t1_enc.c +++ b/ssl/t1_enc.c @@ -1,4 +1,3 @@ -/* ssl/t1_enc.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/t1_ext.c b/ssl/t1_ext.c index 2ffe271d977..09f10440396 100644 --- a/ssl/t1_ext.c +++ b/ssl/t1_ext.c @@ -1,4 +1,3 @@ -/* ssl/t1_ext.c */ /* ==================================================================== * Copyright (c) 2014 The OpenSSL Project. All rights reserved. * diff --git a/ssl/t1_lib.c b/ssl/t1_lib.c index 6937b45c618..0131dc833c6 100644 --- a/ssl/t1_lib.c +++ b/ssl/t1_lib.c @@ -1,4 +1,3 @@ -/* ssl/t1_lib.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/t1_reneg.c b/ssl/t1_reneg.c index 3fb6a96a4da..0aeaa552633 100644 --- a/ssl/t1_reneg.c +++ b/ssl/t1_reneg.c @@ -1,4 +1,3 @@ -/* ssl/t1_reneg.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/t1_trce.c b/ssl/t1_trce.c index dc718edda80..7d451da7415 100644 --- a/ssl/t1_trce.c +++ b/ssl/t1_trce.c @@ -1,4 +1,3 @@ -/* ssl/t1_trce.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. diff --git a/ssl/tls_srp.c b/ssl/tls_srp.c index e3763b0f67f..cf5ccdca33f 100644 --- a/ssl/tls_srp.c +++ b/ssl/tls_srp.c @@ -1,4 +1,3 @@ -/* ssl/tls_srp.c */ /* * Written by Christophe Renou (christophe.renou@edelweb.fr) with the * precious help of Peter Sylvester (peter.sylvester@edelweb.fr) for the diff --git a/test/asynctest.c b/test/asynctest.c index ace52b93e46..1068e8c3b2f 100644 --- a/test/asynctest.c +++ b/test/asynctest.c @@ -1,4 +1,3 @@ -/* test/asynctest.c */ /* * Written by Matt Caswell for the OpenSSL project. */ diff --git a/test/bftest.c b/test/bftest.c index b19ab8e08c5..657ae90c348 100644 --- a/test/bftest.c +++ b/test/bftest.c @@ -1,4 +1,3 @@ -/* crypto/bf/bftest.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/test/bntest.c b/test/bntest.c index 0d9452f2bb6..6b62c050500 100644 --- a/test/bntest.c +++ b/test/bntest.c @@ -1,4 +1,3 @@ -/* crypto/bn/bntest.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/test/casttest.c b/test/casttest.c index 8063b9c2e11..79472d83e35 100644 --- a/test/casttest.c +++ b/test/casttest.c @@ -1,4 +1,3 @@ -/* crypto/cast/casttest.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/test/constant_time_test.c b/test/constant_time_test.c index 06916ff787a..faadcb79b50 100644 --- a/test/constant_time_test.c +++ b/test/constant_time_test.c @@ -1,4 +1,3 @@ -/* crypto/constant_time_test.c */ /*- * Utilities for constant-time cryptography. * diff --git a/test/danetest.c b/test/danetest.c index 09156a6991b..636f629617d 100644 --- a/test/danetest.c +++ b/test/danetest.c @@ -1,4 +1,3 @@ -/* danetest.c */ /* ==================================================================== * Copyright (c) 2015 The OpenSSL Project. All rights reserved. * diff --git a/test/destest.c b/test/destest.c index 406e6de7bc9..5e4552c8a65 100644 --- a/test/destest.c +++ b/test/destest.c @@ -1,4 +1,3 @@ -/* crypto/des/destest.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/test/dhtest.c b/test/dhtest.c index 93a866c05f6..36bac32c15e 100644 --- a/test/dhtest.c +++ b/test/dhtest.c @@ -1,4 +1,3 @@ -/* crypto/dh/dhtest.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/test/dsatest.c b/test/dsatest.c index 1f2c259fee8..426e443bbcc 100644 --- a/test/dsatest.c +++ b/test/dsatest.c @@ -1,4 +1,3 @@ -/* crypto/dsa/dsatest.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/test/ecdhtest.c b/test/ecdhtest.c index 8be4e500940..636be3ee9d3 100644 --- a/test/ecdhtest.c +++ b/test/ecdhtest.c @@ -1,4 +1,3 @@ -/* crypto/ecdh/ecdhtest.c */ /* ==================================================================== * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. * diff --git a/test/ecdsatest.c b/test/ecdsatest.c index 5a27a38a9a2..d098355be69 100644 --- a/test/ecdsatest.c +++ b/test/ecdsatest.c @@ -1,4 +1,3 @@ -/* crypto/ecdsa/ecdsatest.c */ /* * Written by Nils Larsch for the OpenSSL project. */ diff --git a/test/ectest.c b/test/ectest.c index fbf5081f897..a8d0b55bf4e 100644 --- a/test/ectest.c +++ b/test/ectest.c @@ -1,4 +1,3 @@ -/* crypto/ec/ectest.c */ /* * Originally written by Bodo Moeller for the OpenSSL project. */ diff --git a/test/enginetest.c b/test/enginetest.c index 32df0e45fc2..886bf68dae1 100644 --- a/test/enginetest.c +++ b/test/enginetest.c @@ -1,4 +1,3 @@ -/* crypto/engine/enginetest.c */ /* * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project * 2000. diff --git a/test/evp_test.c b/test/evp_test.c index bc3e6dd97ce..326ed0d1533 100644 --- a/test/evp_test.c +++ b/test/evp_test.c @@ -1,4 +1,3 @@ -/* evp_test.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. diff --git a/test/exptest.c b/test/exptest.c index 5fdcc3800e6..7a155f957db 100644 --- a/test/exptest.c +++ b/test/exptest.c @@ -1,4 +1,3 @@ -/* crypto/bn/exptest.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/test/heartbeat_test.c b/test/heartbeat_test.c index 2fa82e3169c..137aa9b2c60 100644 --- a/test/heartbeat_test.c +++ b/test/heartbeat_test.c @@ -1,4 +1,3 @@ -/* test/heartbeat_test.c */ /*- * Unit test for TLS heartbeats. * diff --git a/test/hmactest.c b/test/hmactest.c index 9fb12ad3da1..47799093bf9 100644 --- a/test/hmactest.c +++ b/test/hmactest.c @@ -1,4 +1,3 @@ -/* crypto/hmac/hmactest.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/test/ideatest.c b/test/ideatest.c index b522013e806..7418a17fa13 100644 --- a/test/ideatest.c +++ b/test/ideatest.c @@ -1,4 +1,3 @@ -/* crypto/idea/ideatest.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/test/igetest.c b/test/igetest.c index 9c8d03c2da3..aca8f859381 100644 --- a/test/igetest.c +++ b/test/igetest.c @@ -1,4 +1,3 @@ -/* test/igetest.c */ /* ==================================================================== * Copyright (c) 2006 The OpenSSL Project. All rights reserved. * diff --git a/test/md2test.c b/test/md2test.c index 49a8a9bc786..b4167352511 100644 --- a/test/md2test.c +++ b/test/md2test.c @@ -1,4 +1,3 @@ -/* crypto/md2/md2test.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/test/md4test.c b/test/md4test.c index 9c82eb07f80..d7168a1f299 100644 --- a/test/md4test.c +++ b/test/md4test.c @@ -1,4 +1,3 @@ -/* crypto/md4/md4test.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/test/md5test.c b/test/md5test.c index 3016ee39d54..35aebf626eb 100644 --- a/test/md5test.c +++ b/test/md5test.c @@ -1,4 +1,3 @@ -/* crypto/md5/md5test.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/test/mdc2test.c b/test/mdc2test.c index 938a3c13b75..d1fe049ab68 100644 --- a/test/mdc2test.c +++ b/test/mdc2test.c @@ -1,4 +1,3 @@ -/* crypto/mdc2/mdc2test.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/test/methtest.c b/test/methtest.c index de66c1063ba..adfb244faf0 100644 --- a/test/methtest.c +++ b/test/methtest.c @@ -1,4 +1,3 @@ -/* test/methtest.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/test/packettest.c b/test/packettest.c index ac360f59bdc..bec780f5bf7 100644 --- a/test/packettest.c +++ b/test/packettest.c @@ -1,4 +1,3 @@ -/* test/packettest.c */ /* * Written by Matt Caswell for the OpenSSL project. */ diff --git a/test/r160test.c b/test/r160test.c index 548fa52045d..b99fa3a3c52 100644 --- a/test/r160test.c +++ b/test/r160test.c @@ -1,4 +1,3 @@ -/* test/r160test.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/test/randtest.c b/test/randtest.c index 67acf700ee2..69f3fd4b8ea 100644 --- a/test/randtest.c +++ b/test/randtest.c @@ -1,4 +1,3 @@ -/* crypto/rand/randtest.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/test/rc2test.c b/test/rc2test.c index ae57e56d39f..5cfbac9d624 100644 --- a/test/rc2test.c +++ b/test/rc2test.c @@ -1,4 +1,3 @@ -/* crypto/rc2/rc2test.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/test/rc4test.c b/test/rc4test.c index a8e5a8e31b7..68f16411801 100644 --- a/test/rc4test.c +++ b/test/rc4test.c @@ -1,4 +1,3 @@ -/* crypto/rc4/rc4test.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/test/rc5test.c b/test/rc5test.c index 5ed4d21105a..bb66154e25c 100644 --- a/test/rc5test.c +++ b/test/rc5test.c @@ -1,4 +1,3 @@ -/* crypto/rc5/rc5test.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/test/rmdtest.c b/test/rmdtest.c index b0ebb12c277..867a20eaae6 100644 --- a/test/rmdtest.c +++ b/test/rmdtest.c @@ -1,4 +1,3 @@ -/* crypto/ripemd/rmdtest.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/test/sha1test.c b/test/sha1test.c index 8cba4b22fd3..903d786ba6d 100644 --- a/test/sha1test.c +++ b/test/sha1test.c @@ -1,4 +1,3 @@ -/* crypto/sha/sha1test.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/test/sha256t.c b/test/sha256t.c index 2ff9ed2a715..d88c805bdb5 100644 --- a/test/sha256t.c +++ b/test/sha256t.c @@ -1,4 +1,3 @@ -/* crypto/sha/sha256t.c */ /* ==================================================================== * Copyright (c) 2004 The OpenSSL Project. All rights reserved. * ==================================================================== diff --git a/test/sha512t.c b/test/sha512t.c index e1f30de2ce6..714fed62cb3 100644 --- a/test/sha512t.c +++ b/test/sha512t.c @@ -1,4 +1,3 @@ -/* crypto/sha/sha512t.c */ /* ==================================================================== * Copyright (c) 2004 The OpenSSL Project. All rights reserved. * ==================================================================== diff --git a/test/ssltest.c b/test/ssltest.c index cccab51f8f8..8451a9e176d 100644 --- a/test/ssltest.c +++ b/test/ssltest.c @@ -1,4 +1,3 @@ -/* ssl/ssltest.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/test/testutil.c b/test/testutil.c index 70087d3ef01..de5598cb28d 100644 --- a/test/testutil.c +++ b/test/testutil.c @@ -1,4 +1,3 @@ -/* test/testutil.c */ /*- * Utilities for writing OpenSSL unit tests. * diff --git a/test/testutil.h b/test/testutil.h index ea38397c91c..3a4429234eb 100644 --- a/test/testutil.h +++ b/test/testutil.h @@ -1,4 +1,3 @@ -/* test/testutil.h */ /*- * Utilities for writing OpenSSL unit tests. * -- 2.47.2