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 e402f3c9ac..99bcd5098a 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 91faf4fe12..a065da493c 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 556f67b3d6..b163313660 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 f423010c0c..dc83e9deec 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 805d0e260a..826de68af8 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 1225000963..3962c3e921 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 20c545ec25..326cc569ca 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 52151a5c70..61cb0e7358 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 b3ff982202..f8f4ba5775 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 7acd74ec16..7ab2d19eb0 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 5af36d5f08..ca84a6cc33 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 64a08caaec..bc240383a8 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 b370a4f9a0..c9cd3d3f2b 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 b5dd697677..400884aff5 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 b4e71fd0f7..00b0854c6b 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 2e61029a1d..5ba6e1d1da 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 57adcccd49..a2c837c757 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 60d3544365..569fceea94 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 672c11d971..7ba5e52415 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 353c2c5605..68eedc4122 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 5d5e7f61c0..af52beb420 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 0892976293..8c38e19963 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 cabda53519..5d3ebd6ca7 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 430f00faee..7b5bf6fc38 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 9ad4866b04..9c70891c22 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 5b5d5b7afc..99124c1bed 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 7d37c73d39..977f523fbf 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 43252c1cf4..79748bf754 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 c5e632e356..ef429da273 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 474aecadc6..8dea2e0e5c 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 cf52c19296..432125bfc4 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 8697c66efd..64e983e79a 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 2ec84309b9..211689b14d 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 83e4e7567e..465b2633e6 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 200d88d1b2..fc69e31987 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 56fd9bf4c3..da1ac78e06 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 c47eb44938..ea3d20ae38 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 4698e022e2..e65dacd83a 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 58d53240af..0fb5126260 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 bb334d015e..168bc46bcf 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 b53715783a..ad1c4cfce6 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 d8655badb8..93b7b90215 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 a5bcc265fd..33998e7264 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 dfbbc68986..99c0b7ab2f 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 02efa83583..bfbe2096ca 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 1b29f1c7f1..9665ae6720 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 b7e5620ec2..79e7121998 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 1c02cc0a62..0feb7a15b6 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 cecbb4a0b2..048f92a5fb 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 b7dfb65a31..7ca643fb58 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 94233cb8e9..db508ac178 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 c42422c248..90ea32c527 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 f2f7cba49e..550fc8eb70 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 4d7a9c61c1..e75ab7e976 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 f85096ba93..244706a3df 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 af7b902a85..6ee7ef4b3b 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 f4fbc085e7..59f1cd167a 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 daee7f550c..2b38e0573c 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 b137da7cb2..c50d193608 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 c49f1c7dd2..206bd24e39 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 802f929640..67dddcf112 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 50375225b0..0d25cf9d75 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 1e778858ac..2fc036fb66 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 125b26fd7f..9e8ba9c0b2 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 329ef94db1..10570ca576 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 f0d37d1044..a7758394b1 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 1d806dcc68..da9a80a06d 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 10cc1f9143..f1807c20f4 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 5ad63eb90d..30c59d850f 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 e27480bdfb..c8072e337f 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 0a75e49361..375e0ae8bd 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 d4b75e6b9a..f804282c51 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 cb6f21f0c1..5bca68ad1e 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 baa34f0c9b..1d65b20ed6 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 472174b3c6..8197d2a30a 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 a2b20fbba7..636f69b3ed 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 845a7c30f6..d9ebfe1c7e 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 baed884020..d3f686f492 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 72a888a89b..93887aec19 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 30075810ba..1df77cccbe 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 475b56faab..6cc313e16a 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 519476c397..f3de79a73b 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 31f248216f..d2054bf665 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 031ca039e4..9d68a7c77f 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 6fe1f85dbb..26b34d4def 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 2f84a78e33..0710f9e74c 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 de827a1a3c..b052951fcd 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 ddeab6eb77..cab8bf8e74 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 7a45a02537..dfee789ffc 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 b268795f5b..76d427048a 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 fe2c9db9e0..ecdf388241 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 a8d190b5dd..97a58cef6a 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 46a26739be..c3e187363c 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 2feff202f5..3cfc6a1c65 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 3d005e3ff9..77d8c3d96e 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 e0855a6c39..f45fb10deb 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 cc090724e8..a7a6aab328 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 b7a3772979..1486a18335 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 cc429813e2..96ee9206af 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 2a2e3146a2..e78bca5059 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 0d55b15150..1481445486 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 f0dfe8268c..4d3365e4ec 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 776c1de3c5..308bc3b5f3 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 d8d01c7fe9..411619eaba 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 f65ee1a6ef..a489ba4d2e 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 144cde93a3..ff59780084 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 929656c882..2308ad210f 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 5e934ce93c..d8e1b942c0 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 5bade20e36..12306c2dc0 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 c09a9a95f6..1e3f46345f 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 a86ea29b67..320ff775f3 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 485a8bf663..4a0fcdaa8f 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 ba39c4c8a1..3a1d77d254 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 1673b32b3d..9988723f8e 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 bbb0584245..3e7d86b2dd 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 38c10e161c..9e9bce9052 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 bc2918e99b..a08d821ac3 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 daa80ad404..12fdf2c84b 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 be7a20d634..88f5ac814f 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 b64aa5fb29..9e6b08f72c 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 cbf27d3e94..2bb9c8c8a1 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 060a63d685..7412859edf 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 e0db6c7cf3..b625c3b42b 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 517b961023..f83615805a 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 84d1df5743..a3e56c85f6 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 11d00c6cda..84837a0f57 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 5a0eb7dfd2..20a64a7dd3 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 1bdaee8e8f..013c0b3f86 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 150f4b80de..885f48239c 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 d7e4f9a627..99789b944a 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 90c718ba59..e0a9a0910e 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 c4c0adfe61..80d105dd55 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 b601923eef..f30855a263 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 621b1424ce..db8f687673 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 42d574bb2e..7d210d37cf 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 f528a36ff4..b73ed0a670 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 66a175c32a..ce4a0e17d7 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 ef23a8c751..7824a6da03 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 4e43a60b22..4c8527583b 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 9f5a5dc2d8..389b7cfab4 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 ec18641150..7ae7536d67 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 57f0dcd115..718777b5b8 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 76ce6f67d2..3c8f34ac29 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 c5cf468da5..cb519c4eca 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 e126edd6f1..0fb9d4fcea 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 0b15c6be6b..fb07b9681c 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 5d0a3ceda0..68651b61b8 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 4017e00d92..742af6d679 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 78f2ae4566..8f9f8a6fd1 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 95e26621b7..b891a04456 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 b030791b27..d8dfb2bfc5 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 c164030933..0cbcba29d3 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 e4bbcfd900..ba9370252d 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 85eb892156..8d004b9393 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 f2f16e5d77..32641b5a22 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 2430bb5faa..1e736f0664 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 6e1d50f10d..8fe3b26f9b 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 4e0a7c2e6e..c7b42591d0 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 0b8de76703..5ce379b6a3 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 b0f08294e3..10a1de3d73 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 380dc81aef..6eb0542d68 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 62658680e6..77f4ccbdea 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 017f55c589..d83993584c 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 6f59aeb134..834a254f5d 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 1b84309efb..4854259881 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 9ac45b53e2..54444b1b65 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 a16120fc72..23adc2ffda 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 9ea5e06695..3b065ae250 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 f1e47e6484..8d43bb1ff5 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 3e35d060d9..353ec0e858 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 1d1d432153..bac583e3ba 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 a8dc9ab72e..e7ebf6cd90 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 6926cdd41b..7f04f20c70 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 f6de4efd3a..42ae38ff2b 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 750dc51ab5..5ab20e2bfa 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 b040d28465..444af0b08b 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 5b55f055f7..621667bdb9 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 f3a772aaac..96f2a9971b 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 eeb2349459..78e932e3d7 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 5d929f1a00..0f3f52abd3 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 07d2106453..3ebb0f7a73 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 670778774e..80ea3ce798 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 12a061c263..849b670e10 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 5db7da076d..0a33368cfd 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 4fafdeddd3..9f02c77402 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 58b0a1b15c..fead45134a 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 af505ac5b1..46bd9c82d6 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 a9f9697c70..14a84243c6 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 df79252449..1657764617 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 8e41fcef74..5405e5c842 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 f89b5b98e4..1903765c73 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 7ee359928c..5b84e844b4 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 ba4f00b3b5..49222451bb 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 7346774eb2..f9dce3dd38 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 bd0e299716..dd213b0326 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 d9701def40..613735190f 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 cfd15c3b14..651eb3a61c 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 c49fbd41e6..e96dd9e507 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 4f104eae14..56a6a0b4da 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 e90445441a..a37e753240 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 0fbef13fcc..dd1c0f9c40 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 b9e87383d2..8fb9350c87 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 ab267cbf38..208615d47b 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 215b38dff5..97d4f611f4 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 8e72dece51..53c558f401 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 02a787752e..a988630a24 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 144d5ed88f..91a6caf0be 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 10aa98f244..1ff0b7592d 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 b75cc5f9b0..da95bfebae 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 7633139604..db31adb526 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 986ac55348..727e28596c 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 2245bca7f6..76cdd0c7be 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 5c63164747..d9fc921f83 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 e85d310052..cd55a45247 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 38a478cf43..cd426c6b47 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 201ef70b7c..11ee004590 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 860feaaf9c..2a6411ae66 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 7521180d2b..d85696b462 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 78875fbc6b..4b38570d5e 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 6a5380044a..4778b8d875 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 778f8a99c0..bfa2376c39 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 8ce849896c..6c31fecd12 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 271c6f4c6a..fcb851c0dd 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 08aaa1ddb1..013008eafe 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 7dc71013f3..4c89a14283 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 5225a389e6..b83f141bfc 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 90dbd8d18e..e02c10296c 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 913ebe7e28..2e29258324 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 d6e36149c7..b3fb27f4f0 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 0cde6d19a3..831c2b1d9b 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 722602cc90..b8d8e10ddb 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 b4bb254a17..cbc1e41bb9 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 d1aef75b0f..de3374562c 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 e7c8b0cc2e..ca712cf201 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 9f45efa136..6724b7545f 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 221ab7ad9b..977e177a4a 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 8feb9d7ed9..8d97cfb233 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 546c616034..2a7c821a86 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 dfa738aa0a..bc3a785940 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 e27f98e49e..fffa592ae6 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 191cb6a97c..5aa0536edc 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 de3102abbd..a36234d0a2 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 244c755899..3d9ee8a558 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 fd6df92b46..c16c0f824f 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 2049dc57f8..c9723bff8e 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 33f703b168..8c88607213 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 6d6be30794..c2ff3f65dd 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 05cdfbf64b..ab68e1ea5a 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 bdbf91c470..c168ab4e06 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 f42fe3a175..e8e991458d 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 0720615802..c9951414c9 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 a826109e46..4811fa25dc 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 2469edcd2f..970aeca63b 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 5d77cbea36..51992aff43 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 2c5e1d901d..5190b91109 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 6fb4268b8c..f81489d20d 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 5908f594f1..1bbb7da729 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 fca50dc6bf..d6bb62af15 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 7bc0760c5b..b80ce384fc 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 8bb141e035..e60574f5f5 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 b7f09eba17..beb3fc20b8 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 e48d100e04..b4e37adcce 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 ebef4a14d5..df90175980 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 8a550bc786..0441bc0c59 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 b9653ac9f9..6449bc441c 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 af914aa597..799aade01e 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 2efb69e8e6..a484be442d 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 e17ac18255..42cf535143 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 9db5ffa7f2..4e2f23709a 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 ee9c07e885..3122f3f8ee 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 8ba2a25e93..67808e2a6d 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 8bb7aa3090..14f62522cb 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 a4830cb006..2a1b15d3a5 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 74cde879ae..285ce955b1 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 ca45af564f..ec8c4493f9 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 e6c0dfb011..2757755d27 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 bdd0a1aeb6..25365256c3 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 da212c6736..9a9337af5e 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 79d30bc8f5..b331608a6e 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 4ea7fe633c..9a57e079ee 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 7062bda889..d75ba5fd0a 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 ed1034dc3b..f684e8fc9b 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 f7739bae5e..1c152c73a2 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 67aa7a95fc..8540673bd1 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 23580d9ec8..e581ac3113 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 c78e810cdf..2b2ecf4bf2 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 6de9c214b5..6309733fb6 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 7a74fea7e5..955decd2d9 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 8df0d3f8d0..097b0958f1 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 c4daf8b691..9754031e2b 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 24c7dc3bea..30a506ebba 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 5f3f2dea9f..ec5d7199f5 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 e56f5adcb7..6dd2bc764c 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 49f4c66a67..b59c33e2cc 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 70e462da41..4309a0c814 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 e56e2c9f72..1e7cac8157 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 33688f99e4..52ff05f8f1 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 01194b3ffd..108a80b17c 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 7062775477..924df8d0ec 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 c3b778d36d..e4df25f058 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 929151c3c7..c083e3f7d3 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 8b6c2b590d..0a16b486e1 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 261fbeb175..598dd3f172 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 3f422cf3f3..7843196455 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 d5c4b4e09d..759856a8eb 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 03a5a73c94..8a56723c7e 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 e27dd7f2d0..ab3cc908ea 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 a97f2a08bd..58980f56de 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 c7a95e4f16..f8523c38d9 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 1da331d995..92fe893d7e 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 91160adec0..de52ae4c2f 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 44070bc9c6..285be1fb75 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 03f34a011d..7a365276e8 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 32e124e650..1b45a94197 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 c008d2b510..add74cadd3 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 d2e6d8c669..ccd9280d92 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 50f12b4323..ff2a1d253a 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 d93ea34fb3..c85a46a4c8 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 da7c7d335f..ddf9bff93e 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 65ccd5bac4..530f724033 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 ed2dfd88ea..5c1ac38624 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 8987c42d3a..e63db4e1f9 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 ad26604595..adaa8577eb 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 f5472a3777..949b0e5a16 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 8934b549e8..dbe71dffaf 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 b64911587f..0fc8c9916e 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 faf09a15f2..67aa3cf202 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 2f30c3c733..fb674aee5d 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 067d330144..0fe223fd3f 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 0a4a3a98c2..12b7765ece 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 8d132e9af0..610e0f5beb 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 d27d83f7ee..7900e2873f 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 0f5b82b1aa..b9ff5de07a 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 218c674bc3..37f6822be4 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 d2069c9c7d..d3bcaa0b7e 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 c7a0b5ac4c..0626c27e15 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 0f2bc02ad2..41a721eea5 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 71231f4780..52436d1244 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 c5e479e8bd..46d2dccffc 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 32ec0de121..631ce352f7 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 d86110b4e7..11c319dd41 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 368c687e2f..6d58f1b05e 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 1d7d57697c..b7b6e35a5e 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 e609594a91..158816c9d9 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 340bf4393f..b2fcabd550 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 72daed13dd..0a3b09fadb 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 f6ce8f9f3f..b95c8673f9 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 950df98c95..e1c5b2d719 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 a1547ed5d7..557cd4d2ac 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 4ed206ecd1..c018c1504f 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 aa5948801b..64f128eff4 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 2bbd43a5e1..c30547795f 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 ffb06a146f..9be76cdc53 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 43b541c493..0b38eaa380 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 45a4d7a0e7..9e620e6428 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 31411b62be..1aa3745c9d 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 614ccca3f6..24c6870628 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 46c088cdf0..156fa3aeba 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 c11d3b372e..7d3a7dfb58 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 177bcc2692..d45f86c643 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 b7d95244b7..cad3a616ab 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 52010d9131..c1d457806c 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 4642bda322..60e9223b59 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 12210da96b..2ac74b566c 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 bb0a7a34d2..80dec2325f 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 ff648b5b98..ad643eee15 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 2b7881ee80..ab1e55b64a 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 c6dd348545..7e9701c1da 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 32ebd5facf..efcf2c6c5f 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 f73ca7c07c..18a3262d23 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 22ae9b3e34..f2d80a035c 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 4ac882e739..9771dcfe29 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 d30305b353..ee94bbe08f 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 17b994e95b..abfba5afdd 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 096b1919b7..1e34904dab 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 52342ec23c..e6450a12fe 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 67a48001ec..3568efd791 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 a3f397edbe..b9268444ea 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 560d689293..b3fcb9173f 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 5dd9d21a2b..686c132f41 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 b7b969b00b..128f70bd84 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 3afa5f7e03..269d60614b 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 9629299268..fdd8282762 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 3983ebe770..82b44949b2 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 1f13992462..c8bfc97c7b 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 33a95ff8af..396b6c26e5 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 d3c2ed046a..3b1c558439 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 62ff882125..34d6448094 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 00be995ba6..3ee6f94dca 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 218e12cbdb..0e6810a6af 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 8f099d94ce..16960a7cd3 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 f9553f0b61..b0127441df 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 8f1cb08c33..f69d4df3b7 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 c60d956099..d626a3e3a4 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 092cc3727c..54cacfb287 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 1137d61b22..7524576eb3 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 a39fa48648..e98c6491b2 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 87b5144b39..5601feb5f3 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 9a49422df7..142deac54e 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 2f36c25ba3..9a08c02832 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 49b8a91043..793a0a343d 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 982dc161b9..50a5051dad 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 439bb146cc..eb03acce10 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 63f42b29fa..fbdff0aadf 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 e238b95865..f6f03634db 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 e90f201bfa..8eb398d55d 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 824ff480e5..fb8c9dd053 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 9dbd693279..26117b57bd 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 6f37416ae7..eb66fb6293 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 648b16b210..4f2070e941 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 ef2e851a6f..5a432613bf 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 80abf66d41..792e3811ff 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 e7d5ac9f6b..666b5006a8 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 189e7c7559..ae52d9ec4b 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 33831e9237..953d938742 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 3f1a07c000..3597e13204 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 6963a9796a..4256452cd2 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 fdddffbab4..c53736d183 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 fda2bc9ea4..8ed9ac520b 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 c402428f57..d670624b4e 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 983eadf43e..9bdfd3f77f 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 c60d124fcb..a6255155ba 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 5656cdc20a..8b7e52f08e 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 4e6c7dd57b..c3c0d59f3b 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 31aef83d5f..d0e5d61c70 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 bc107ccf42..485e676cff 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 31585258d2..84c59aa5bf 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 cb2b2936d7..4b1376eebe 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 b2df65980b..9d66fc4007 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 10f59c4fa0..cf478434fd 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 8c840a6fd5..cdf73028a3 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 7d8b8e7513..19130eefc7 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 ea5eb1b704..ed5268fd0f 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 797bd56501..d897cfb54c 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 13ad774d8a..f8db4430c1 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 e65dc0917a..f0d2e55a48 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 c22677e207..d01393add1 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 3ced44d803..daa48dd9f4 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 4a425d7e58..b43660b1fe 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 e4c0414721..e49498ec24 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 d95cd24a3b..b3700553ef 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 38f157b674..87a436d8ee 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 0e10c363e2..5919f48c17 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 7bf41616a6..75bf33ab62 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 a1b0c4dcfe..8490ec3340 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 5eaf01d2e0..b574c96c12 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 4cb1a80aa7..047c0fc04d 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 e72a20c0ca..ba1880c52f 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 bcc156a29b..52a371030d 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 8b5929fde3..bb3df00655 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 b9f4d8c35b..aec7ba303a 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 0f0a2487a7..79f00e7129 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 7b198bb091..2e6cc2ddcb 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 2b5fa2a82d..b762b1e367 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 06b89d83a1..8bcbad9c5e 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 ee757e6477..9944440334 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 5dd4a52743..bfbb419e09 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 a3813e030b..70d8d23661 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 d3c63067b7..81c2005dcb 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 f351df1d08..fc50d5c8b3 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 d7e5c57306..c08178c0eb 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 666e01a41b..31f052c786 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 8fe33de14e..f8d8723b10 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 4433bf47de..2a1c74a62e 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 16c40e38fd..86a71b7c6b 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 9c28573d99..02d3c41340 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 d08258e5e7..466eefc658 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 59e1e7b38e..50b0bb697e 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 50fde50836..811fcfe859 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 d23d47d03e..6ec27495e7 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 c9249ef7f0..62b2854ecc 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 9f954b4a8f..c426bd3391 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 ecb2f7cc05..6ac22495c9 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 0ad1ef3208..355788423b 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 8f8587a3ea..bba68c62bf 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 f5f8c1f159..3362f99895 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 fd29280124..f9e2572f8c 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 5f44dd3ee3..abd915d1d3 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 6c5f42d52f..18bf6c984c 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 3aea4e4bdd..7c9c528ff4 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 86b40ad98a..2762ad0ce7 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 54d925bf43..d8837a16cb 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 24d3cb9c23..d4c520c429 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 ee1115b4c1..470116c505 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 b6a5648b35..6c81a74514 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 9363d55080..51d8f8464f 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 48b71224c5..873e6670c9 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 4a59115664..32ec6f184c 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 a6c63382bb..fb8e866191 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 096981b1a5..b30df223e8 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 427cdf5ea0..2c8954f1c3 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 d3c6c37b43..ae447ff3bc 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 4b0ae0d198..457947b23e 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 65c763c929..0a9de14011 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 9d2d4f4658..286f290c97 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 000acbfe5d..d0bcdbcbdb 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 711eb73cae..881140a1de 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 c0b40f0db6..6ee4b93e34 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 1ffa4b01a4..e6424e32ee 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 b13409238c..95fd36659b 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 73711d89e3..5266a8d25e 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 ba6c8d99d1..5d0c59869c 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 1aa1ab6a59..6adea58840 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 54bb366296..b1dd8a1c2c 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 fb871d2a0f..087334bcbd 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 2d4ea0eba2..791715cce8 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 706f4428ff..5e1114ab9d 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 007cc86eb2..643bf4ac0a 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 aa8ef167f2..e85c4b467d 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 55c2221256..5d0c51a0b1 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 c03f6aced2..e6e213ab12 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 35335fa43a..b650a00bb6 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 2c4d2cd1be..219031e507 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 650eed749f..b43356e126 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 414a84f6c5..0823ae880c 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 bebc13abfc..5ed77fada0 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 d4ccc627c0..9b4786b3b5 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 fbad5326f2..f04ee7c1f4 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 90694c6725..6c3cd114a6 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 717d258c34..130b70e82e 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 8a156c7422..51d642dd26 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 f1440eb29d..d4d916ed99 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 5eea8b9c88..a0ddd0e40d 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 204aed417c..996a755ae3 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 a102435f10..fb04cdcf68 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 2641d2e133..2e3fd6a62e 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 e3d08630b9..d8337337ea 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 062b915e6b..0633caea79 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 114affc440..9754c128c3 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 5d951f66fa..9691d2dce3 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 724c241e69..ad29ec3894 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 e2cbf51e8e..cd84394141 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 93032d1cbc..8b4d4362ba 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 c5c58f5fd3..a6c5941c2d 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 8e60f84f88..c67f609f07 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 dbd9057f2a..9330a544bd 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 851e745220..58e7d54339 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 6e8cdaa256..0e480644e5 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 f192979842..f3fe305757 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 c9dd6fa60c..39d37b99a7 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 8826fecf48..295ce885a1 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 899d4925ae..bc14374d06 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 234ddfee49..475f5bcb32 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 817400c0af..e8afcacd4a 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 df27bf338a..6efcb96a7b 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 07e5141f14..870b47f851 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 5c5f573dbb..f62a7c86b2 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 3eeec444a7..7ee99cafcf 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 435de80810..af4927109c 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 c5b391f948..3b4dd86165 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 f151da4b9a..9cc855a547 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 fcf59048a5..c1caf09c67 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 53a5eb77f9..c6ef840942 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 f79e5e773e..a274ec98d9 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 3f9f7f3efc..d43b83c1ca 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 97ebb3602d..64fe3bc598 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 1772e3198b..03631d7a10 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 b222557c52..809dc5e436 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 b048f917a7..f3ec70db8a 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 1c58ad4e24..415e5ddf25 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 a71f9b8eef..e8007c23f9 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 a460333229..6cf6f4e089 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 65209db972..4a3d1033e6 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 1aa6268ecc..4690292cee 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 99144727b1..cc0c1edf40 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 08614ea4fe..b2914ee6df 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 53a8565613..3c2f88a621 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 e0787fd269..a0db610b29 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 0b6ff4f87f..01a3aa3da1 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 3268669659..b4dd3ad9fe 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 3d61fdd038..d9442a2a52 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 dcdd0c674d..26ef657fe6 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 fddcdffcb9..354b828470 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 4c3ad0567a..d225d0d5a4 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 ed94a3ecf7..073a2bbc6e 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 f8888c2dbf..a7ea19a038 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 2cab28c798..fc4dd927f0 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 e3cd2ae5ee..0db199c1bd 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 d3f79baca3..dcd65905a5 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 c52709d21e..75bed9f4af 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 e53c82e8dc..99bf325040 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 18de9e83f1..89960cafe1 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 5b048a3b03..9f0c5da742 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 001f2641a4..1e7324bb84 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 26619c5ff2..457bd95bf7 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 3724e664eb..2d5a29fbc8 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 b5122d249f..9c6c32090b 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 cf3521304d..d3fe9ebfb4 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 941566bdd0..0f8ac5e72e 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 700546f6a6..286db1d1f9 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 a5058bea64..24bb157636 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 6d2cd6df5c..95a24a5904 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 529346b480..727b5842eb 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 36ca040bc5..2c8902ee15 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 b6d0361a9c..240132cef9 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 2b610cc8b5..16dba40ff5 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 242ca6c0af..b2a43a9387 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 4f0b0c0f05..51291da4b8 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 bf3dd067e5..db624ba1fb 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 d1dd53d0c5..713da09063 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 a7d0130e2f..b30a60549d 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 e1f251c336..8353dd902e 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 9e83325133..b2cfdd352b 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 c0f2982272..0f065b2e5a 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 9bcb8004b1..5b1911d165 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 55df08c258..377dcddd23 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 4356815c4d..0804e08d0a 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 132ece04f0..1c34677d43 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 80baa6f96f..633a61ac5b 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 ff2b592d74..db33cc8ff5 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 1086dbc463..373981469d 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 753fbfece8..d04a22b8eb 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 f6aab25d14..fb0e03809a 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 d46770ece5..9b9bb4f765 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 8ef986fd43..d3c9b8b163 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 9aae340171..1de6f25ab0 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 2dda84aeab..7dc715f9af 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 00fbf8cd57..2cfcab290d 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 e22c6149d3..2f18d07db8 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 a222899e7d..33d4a90e1a 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 5aa03528af..a31e5a9cfa 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 4abb395963..5e5355d214 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 f59dfa6872..dab8d12e3f 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 fefc5b0744..9819f36ef7 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 8269a328f7..8141173510 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 0d35cc2405..e38ee85bcf 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 bf45a14d02..427b37fee8 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 fa512eb397..2db3485751 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 506ff5ec3b..8c36a4d64f 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 627f725ac0..63253d4e6c 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 4750b34e0c..46fd086e24 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 d130a364a7..5ddfafb5da 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 6d6fb35f1b..ea1d3b752e 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 ae613e88b7..ee4afa542d 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 84111b507f..08cdf79018 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 47d68f81c3..b325416f95 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 3736d3a453..d04d2a8b3a 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 7e9c21ac40..87d1933a9b 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 175be8348a..a621923eb0 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 92c43a22eb..f8d55d84d2 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 81b7b95050..6598107914 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 e478f7df4b..fd6f32e16d 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 dbdf84e022..2e2c088b18 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 9bb2e777a2..3d784fa03a 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 b1192a387f..528f52794d 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 14b06ecff6..643fee4731 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 a473e98098..180163fae5 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 1de5f68b6e..16df65211b 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 ceecbfaccc..2cfbe7aa46 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 4cbdfeb7ae..e75b60923f 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 6d3fe37d4d..58b2d7cebc 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 df9cab2110..dd6f1253fb 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 f6cb867fc3..2c60050bc9 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 f9a67b5386..71d7d65916 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 13feb199bc..b92d979221 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 96ccf92397..b28a3f2c4a 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 f4ea37b8a1..899544ce04 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 74c50529ae..4b42f7e663 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 01052f339f..c937625f93 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 91f4251ece..02ea76a54e 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 c2438c885d..fc9784fa18 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 04605e07b1..74bdbe6e3d 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 165817fb1a..05bc9b0248 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 eb6c6a2c9f..08b7d47802 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 f54043acdd..58fb20ee9e 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 d8efce9f8c..0206fec68c 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 d49cac7e0d..b164a00d5b 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 46fe45eacb..74f6c9b441 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 fbc73a4960..2a9a85c1f1 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 cf616513e6..0a433e9eac 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 6f52cc606f..c938fdb92a 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 38d0b1988e..026a1147a9 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 97ad187e5d..8a098f66a6 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 28c851abb5..4f6d44f468 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 e35f328943..27c7cab936 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 b7f4519fd3..83a3293f7c 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 611f5efade..1f5aed21ff 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 0d36e17a6c..2e75ade3a3 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 64e1b142ec..e965dd54a6 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 2a2974c3ca..325fa94191 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 6b8869cd95..976e6ace56 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 38a2d4b58a..01fa8461bf 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 43a658d52b..bf21b8e966 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 3c5ada1523..c5bd80a2a9 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 948ac3e77f..e83e725ade 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 93a93a7baa..17c2254d88 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 50a5edd27e..477bff8eb8 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 7ea11ea392..ef54208a3c 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 b5ea84af9b..fa2120840a 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 a8260c9c43..9eec0226af 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 88822c06b9..fed1340377 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 4a2f0dc980..b9342a2a10 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 87dbcc63f3..587a592e82 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 c0698abd73..6cd83dd5dd 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 ed7c1ca129..b4337e4682 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 21ee83eccc..c9f21ca865 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 9d2d681fbf..0fa2985485 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 eabbddb61d..c53ef9a1ac 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 0ce5b9e618..d0f17bb0c7 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 36ae3a1021..a3b50dcfcf 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 f92e89d86f..2a4b663307 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 17719c2d7a..3c03499f59 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 d8c7b1ea05..60e8042f1d 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 f07a0451a0..8df32ba326 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 7a1e201cf4..d4d64d0e5e 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 28204bc7b1..f998f72370 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 8d7f042f83..8b5fd23880 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 1bb9cb6c68..61233a96b4 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 69c4d12a90..a3bbfe4fc7 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 9234364d35..ecefc79b27 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 a112ad41e8..18c64d997c 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 14e48221f4..751f6ad6bb 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 3745f0f0e2..864e21a18e 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 9a1cbbdd07..614e0a742d 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 aa4959916b..f93db31c77 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 3010bc4d57..1ca0f964a2 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 3bd7843314..23a54a514e 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 d9d6f397c7..bdd802f600 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 53bdde330d..5feef6e2f3 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 a03fe32083..576ea181a9 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 1350967d56..263a395392 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 047bcf5d5b..456bbd8a7b 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 3aa34888b6..765c8e1efc 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 70559666b0..49b5e48f50 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 4c3d797623..57b7c372c5 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 2ac9dc3a59..2f5fdb658a 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 23b3640634..f3593f12f6 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 2ffe271d97..09f1044039 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 6937b45c61..0131dc833c 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 3fb6a96a4d..0aeaa55263 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 dc718edda8..7d451da741 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 e3763b0f67..cf5ccdca33 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 ace52b93e4..1068e8c3b2 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 b19ab8e08c..657ae90c34 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 0d9452f2bb..6b62c05050 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 8063b9c2e1..79472d83e3 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 06916ff787..faadcb79b5 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 09156a6991..636f629617 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 406e6de7bc..5e4552c8a6 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 93a866c05f..36bac32c15 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 1f2c259fee..426e443bbc 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 8be4e50094..636be3ee9d 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 5a27a38a9a..d098355be6 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 fbf5081f89..a8d0b55bf4 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 32df0e45fc..886bf68dae 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 bc3e6dd97c..326ed0d153 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 5fdcc3800e..7a155f957d 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 2fa82e3169..137aa9b2c6 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 9fb12ad3da..47799093bf 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 b522013e80..7418a17fa1 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 9c8d03c2da..aca8f85938 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 49a8a9bc78..b416735251 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 9c82eb07f8..d7168a1f29 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 3016ee39d5..35aebf626e 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 938a3c13b7..d1fe049ab6 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 de66c1063b..adfb244faf 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 ac360f59bd..bec780f5bf 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 548fa52045..b99fa3a3c5 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 67acf700ee..69f3fd4b8e 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 ae57e56d39..5cfbac9d62 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 a8e5a8e31b..68f1641180 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 5ed4d21105..bb66154e25 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 b0ebb12c27..867a20eaae 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 8cba4b22fd..903d786ba6 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 2ff9ed2a71..d88c805bdb 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 e1f30de2ce..714fed62cb 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 cccab51f8f..8451a9e176 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 70087d3ef0..de5598cb28 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 ea38397c91..3a4429234e 100644 --- a/test/testutil.h +++ b/test/testutil.h @@ -1,4 +1,3 @@ -/* test/testutil.h */ /*- * Utilities for writing OpenSSL unit tests. * -- 2.34.1