From 349807608f31b20af01a342d0072bb92e0b036e2 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Fri, 18 Dec 2015 12:57:23 -0500 Subject: 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_s