Remove /* foo.c */ comments
authorRich Salz <rsalz@akamai.com>
Fri, 18 Dec 2015 17:57:23 +0000 (12:57 -0500)
committerRich Salz <rsalz@openssl.org>
Tue, 26 Jan 2016 21:40:43 +0000 (16:40 -0500)
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 <viktor@openssl.org>
769 files changed:
apps/apps.h
apps/s_apps.h
apps/testrsa.h
apps/timeouts.h
crypto/aes/aes_cbc.c
crypto/aes/aes_cfb.c
crypto/aes/aes_core.c
crypto/aes/aes_ecb.c
crypto/aes/aes_ige.c
crypto/aes/aes_locl.h
crypto/aes/aes_misc.c
crypto/aes/aes_ofb.c
crypto/aes/aes_wrap.c
crypto/aes/aes_x86core.c
crypto/asn1/a_bitstr.c
crypto/asn1/a_d2i_fp.c
crypto/asn1/a_digest.c
crypto/asn1/a_dup.c
crypto/asn1/a_gentm.c
crypto/asn1/a_i2d_fp.c
crypto/asn1/a_int.c
crypto/asn1/a_mbstr.c
crypto/asn1/a_object.c
crypto/asn1/a_octet.c
crypto/asn1/a_print.c
crypto/asn1/a_sign.c
crypto/asn1/a_strex.c
crypto/asn1/a_strnid.c
crypto/asn1/a_time.c
crypto/asn1/a_type.c
crypto/asn1/a_utctm.c
crypto/asn1/a_utf8.c
crypto/asn1/a_verify.c
crypto/asn1/asn1_err.c
crypto/asn1/asn1_gen.c
crypto/asn1/asn1_lib.c
crypto/asn1/asn1_locl.h
crypto/asn1/asn1_par.c
crypto/asn1/asn_mime.c
crypto/asn1/asn_moid.c
crypto/asn1/asn_mstbl.c
crypto/asn1/asn_pack.c
crypto/asn1/bio_asn1.c
crypto/asn1/bio_ndef.c
crypto/asn1/d2i_pr.c
crypto/asn1/d2i_pu.c
crypto/asn1/evp_asn1.c
crypto/asn1/f_int.c
crypto/asn1/f_string.c
crypto/asn1/i2d_pr.c
crypto/asn1/i2d_pu.c
crypto/asn1/n_pkey.c
crypto/asn1/nsseq.c
crypto/asn1/p5_pbe.c
crypto/asn1/p5_pbev2.c
crypto/asn1/p5_scrypt.c
crypto/asn1/p8_pkey.c
crypto/asn1/t_bitst.c
crypto/asn1/t_pkey.c
crypto/asn1/t_spki.c
crypto/asn1/tasn_dec.c
crypto/asn1/tasn_enc.c
crypto/asn1/tasn_fre.c
crypto/asn1/tasn_new.c
crypto/asn1/tasn_prn.c
crypto/asn1/tasn_scn.c
crypto/asn1/tasn_typ.c
crypto/asn1/tasn_utl.c
crypto/asn1/x_algor.c
crypto/asn1/x_bignum.c
crypto/asn1/x_info.c
crypto/asn1/x_long.c
crypto/asn1/x_pkey.c
crypto/asn1/x_pubkey.c
crypto/asn1/x_sig.c
crypto/asn1/x_spki.c
crypto/asn1/x_val.c
crypto/async/arch/async_null.c
crypto/async/arch/async_null.h
crypto/async/arch/async_posix.c
crypto/async/arch/async_posix.h
crypto/async/arch/async_win.c
crypto/async/arch/async_win.h
crypto/async/async.c
crypto/async/async_err.c
crypto/async/async_locl.h
crypto/bf/bf_cbc.c
crypto/bf/bf_cfb64.c
crypto/bf/bf_ecb.c
crypto/bf/bf_enc.c
crypto/bf/bf_locl.h
crypto/bf/bf_ofb64.c
crypto/bf/bf_pi.h
crypto/bf/bf_skey.c
crypto/bio/b_dump.c
crypto/bio/b_print.c
crypto/bio/b_sock.c
crypto/bio/bf_buff.c
crypto/bio/bf_lbuf.c
crypto/bio/bf_nbio.c
crypto/bio/bf_null.c
crypto/bio/bio_cb.c
crypto/bio/bio_err.c
crypto/bio/bio_lib.c
crypto/bio/bss_acpt.c
crypto/bio/bss_bio.c
crypto/bio/bss_conn.c
crypto/bio/bss_dgram.c
crypto/bio/bss_fd.c
crypto/bio/bss_file.c
crypto/bio/bss_log.c
crypto/bio/bss_mem.c
crypto/bio/bss_null.c
crypto/bio/bss_sock.c
crypto/bn/bn_add.c
crypto/bn/bn_asm.c
crypto/bn/bn_blind.c
crypto/bn/bn_const.c
crypto/bn/bn_ctx.c
crypto/bn/bn_depr.c
crypto/bn/bn_div.c
crypto/bn/bn_err.c
crypto/bn/bn_exp.c
crypto/bn/bn_exp2.c
crypto/bn/bn_gcd.c
crypto/bn/bn_gf2m.c
crypto/bn/bn_kron.c
crypto/bn/bn_lcl.h
crypto/bn/bn_lib.c
crypto/bn/bn_mod.c
crypto/bn/bn_mont.c
crypto/bn/bn_mpi.c
crypto/bn/bn_mul.c
crypto/bn/bn_nist.c
crypto/bn/bn_prime.c
crypto/bn/bn_print.c
crypto/bn/bn_rand.c
crypto/bn/bn_recp.c
crypto/bn/bn_shift.c
crypto/bn/bn_sqr.c
crypto/bn/bn_sqrt.c
crypto/bn/bn_word.c
crypto/bn/bn_x931p.c
crypto/bn/vms-helper.c
crypto/buffer/buf_err.c
crypto/buffer/buffer.c
crypto/camellia/camellia.c
crypto/camellia/cmll_cbc.c
crypto/camellia/cmll_cfb.c
crypto/camellia/cmll_ctr.c
crypto/camellia/cmll_ecb.c
crypto/camellia/cmll_locl.h
crypto/camellia/cmll_misc.c
crypto/camellia/cmll_ofb.c
crypto/cast/c_cfb64.c
crypto/cast/c_ecb.c
crypto/cast/c_enc.c
crypto/cast/c_ofb64.c
crypto/cast/c_skey.c
crypto/cast/cast_lcl.h
crypto/cast/cast_s.h
crypto/cmac/cmac.c
crypto/cms/cms_asn1.c
crypto/cms/cms_att.c
crypto/cms/cms_cd.c
crypto/cms/cms_dd.c
crypto/cms/cms_enc.c
crypto/cms/cms_env.c
crypto/cms/cms_err.c
crypto/cms/cms_ess.c
crypto/cms/cms_io.c
crypto/cms/cms_kari.c
crypto/cms/cms_lcl.h
crypto/cms/cms_lib.c
crypto/cms/cms_pwri.c
crypto/cms/cms_sd.c
crypto/cms/cms_smime.c
crypto/comp/comp_err.c
crypto/conf/conf_api.c
crypto/conf/conf_def.c
crypto/conf/conf_def.h
crypto/conf/conf_err.c
crypto/conf/conf_lib.c
crypto/conf/conf_mall.c
crypto/conf/conf_mod.c
crypto/conf/conf_sap.c
crypto/cpt_err.c
crypto/cryptlib.c
crypto/ct/ct_err.c
crypto/cversion.c
crypto/des/cbc_cksm.c
crypto/des/cbc_enc.c
crypto/des/cfb64ede.c
crypto/des/cfb64enc.c
crypto/des/cfb_enc.c
crypto/des/des_enc.c
crypto/des/des_locl.h
crypto/des/ecb3_enc.c
crypto/des/ecb_enc.c
crypto/des/enc_read.c
crypto/des/enc_writ.c
crypto/des/fcrypt_b.c
crypto/des/ncbc_enc.c
crypto/des/ofb64ede.c
crypto/des/ofb64enc.c
crypto/des/ofb_enc.c
crypto/des/pcbc_enc.c
crypto/des/qud_cksm.c
crypto/des/rand_key.c
crypto/des/read2pwd.c
crypto/des/rpc_des.h
crypto/des/rpc_enc.c
crypto/des/set_key.c
crypto/des/spr.h
crypto/des/str2key.c
crypto/des/xcbc_enc.c
crypto/dh/dh_asn1.c
crypto/dh/dh_check.c
crypto/dh/dh_depr.c
crypto/dh/dh_err.c
crypto/dh/dh_gen.c
crypto/dh/dh_kdf.c
crypto/dh/dh_key.c
crypto/dh/dh_lib.c
crypto/dh/dh_prn.c
crypto/dsa/dsa_asn1.c
crypto/dsa/dsa_depr.c
crypto/dsa/dsa_err.c
crypto/dsa/dsa_gen.c
crypto/dsa/dsa_key.c
crypto/dsa/dsa_lib.c
crypto/dsa/dsa_ossl.c
crypto/dsa/dsa_prn.c
crypto/dsa/dsa_sign.c
crypto/dsa/dsa_vrf.c
crypto/dso/dso_dl.c
crypto/dso/dso_dlfcn.c
crypto/dso/dso_err.c
crypto/dso/dso_lib.c
crypto/dso/dso_null.c
crypto/dso/dso_openssl.c
crypto/dso/dso_vms.c
crypto/dso/dso_win32.c
crypto/ebcdic.c
crypto/ec/ec2_mult.c
crypto/ec/ec2_oct.c
crypto/ec/ec2_smpl.c
crypto/ec/ec_asn1.c
crypto/ec/ec_check.c
crypto/ec/ec_curve.c
crypto/ec/ec_cvt.c
crypto/ec/ec_err.c
crypto/ec/ec_key.c
crypto/ec/ec_kmeth.c
crypto/ec/ec_lcl.h
crypto/ec/ec_lib.c
crypto/ec/ec_mult.c
crypto/ec/ec_oct.c
crypto/ec/ec_print.c
crypto/ec/ecdh_kdf.c
crypto/ec/ecdh_ossl.c
crypto/ec/ecdsa_ossl.c
crypto/ec/ecdsa_sign.c
crypto/ec/ecdsa_vrf.c
crypto/ec/eck_prn.c
crypto/ec/ecp_mont.c
crypto/ec/ecp_nist.c
crypto/ec/ecp_nistp224.c
crypto/ec/ecp_nistp256.c
crypto/ec/ecp_nistp521.c
crypto/ec/ecp_nistputil.c
crypto/ec/ecp_oct.c
crypto/ec/ecp_smpl.c
crypto/engine/eng_all.c
crypto/engine/eng_cnf.c
crypto/engine/eng_ctrl.c
crypto/engine/eng_dyn.c
crypto/engine/eng_err.c
crypto/engine/eng_fat.c
crypto/engine/eng_init.c
crypto/engine/eng_int.h
crypto/engine/eng_lib.c
crypto/engine/eng_list.c
crypto/engine/eng_openssl.c
crypto/engine/eng_pkey.c
crypto/err/err.c
crypto/err/err_all.c
crypto/err/err_prn.c
crypto/evp/bio_b64.c
crypto/evp/bio_enc.c
crypto/evp/bio_md.c
crypto/evp/bio_ok.c
crypto/evp/c_all.c
crypto/evp/c_allc.c
crypto/evp/c_alld.c
crypto/evp/cmeth_lib.c
crypto/evp/digest.c
crypto/evp/e_bf.c
crypto/evp/e_camellia.c
crypto/evp/e_cast.c
crypto/evp/e_des.c
crypto/evp/e_des3.c
crypto/evp/e_idea.c
crypto/evp/e_null.c
crypto/evp/e_old.c
crypto/evp/e_rc2.c
crypto/evp/e_rc4.c
crypto/evp/e_rc5.c
crypto/evp/e_seed.c
crypto/evp/e_xcbc_d.c
crypto/evp/encode.c
crypto/evp/evp_acnf.c
crypto/evp/evp_cnf.c
crypto/evp/evp_enc.c
crypto/evp/evp_err.c
crypto/evp/evp_key.c
crypto/evp/evp_lib.c
crypto/evp/evp_locl.h
crypto/evp/evp_pbe.c
crypto/evp/evp_pkey.c
crypto/evp/m_md2.c
crypto/evp/m_md4.c
crypto/evp/m_md5.c
crypto/evp/m_md5_sha1.c
crypto/evp/m_mdc2.c
crypto/evp/m_null.c
crypto/evp/m_ripemd.c
crypto/evp/m_sha1.c
crypto/evp/m_sigver.c
crypto/evp/m_wp.c
crypto/evp/names.c
crypto/evp/p5_crpt.c
crypto/evp/p5_crpt2.c
crypto/evp/p_dec.c
crypto/evp/p_enc.c
crypto/evp/p_lib.c
crypto/evp/p_open.c
crypto/evp/p_seal.c
crypto/evp/p_sign.c
crypto/evp/p_verify.c
crypto/evp/pmeth_fn.c
crypto/evp/pmeth_gn.c
crypto/evp/pmeth_lib.c
crypto/evp/scrypt.c
crypto/fips_err.h
crypto/hmac/hmac.c
crypto/hmac/hmac_lcl.h
crypto/idea/i_cbc.c
crypto/idea/i_cfb64.c
crypto/idea/i_ecb.c
crypto/idea/i_ofb64.c
crypto/idea/i_skey.c
crypto/idea/idea_lcl.h
crypto/include/internal/asn1_int.h
crypto/include/internal/cryptlib.h
crypto/include/internal/ct_int.h
crypto/include/internal/evp_int.h
crypto/include/internal/md32_common.h
crypto/include/internal/x509_int.h
crypto/jpake/jpake_err.c
crypto/lhash/lh_stats.c
crypto/lhash/lh_test.c
crypto/lhash/lhash.c
crypto/lock.c
crypto/md2/md2_dgst.c
crypto/md2/md2_one.c
crypto/md4/md4_dgst.c
crypto/md4/md4_locl.h
crypto/md4/md4_one.c
crypto/md5/md5_dgst.c
crypto/md5/md5_locl.h
crypto/md5/md5_one.c
crypto/mdc2/mdc2_one.c
crypto/mdc2/mdc2dgst.c
crypto/mem.c
crypto/mem_clr.c
crypto/mem_dbg.c
crypto/modes/wrap128.c
crypto/o_dir.c
crypto/o_dir_test.c
crypto/o_init.c
crypto/o_str.c
crypto/o_time.c
crypto/objects/obj_dat.c
crypto/objects/obj_dat.h
crypto/objects/obj_err.c
crypto/objects/obj_lib.c
crypto/objects/obj_xref.c
crypto/ocsp/ocsp_asn.c
crypto/ocsp/ocsp_cl.c
crypto/ocsp/ocsp_err.c
crypto/ocsp/ocsp_ext.c
crypto/ocsp/ocsp_ht.c
crypto/ocsp/ocsp_lcl.h
crypto/ocsp/ocsp_lib.c
crypto/ocsp/ocsp_prn.c
crypto/ocsp/ocsp_srv.c
crypto/ocsp/ocsp_vfy.c
crypto/ocsp/v3_ocsp.c
crypto/pem/pem_all.c
crypto/pem/pem_err.c
crypto/pem/pem_info.c
crypto/pem/pem_lib.c
crypto/pem/pem_oth.c
crypto/pem/pem_pk8.c
crypto/pem/pem_pkey.c
crypto/pem/pem_sign.c
crypto/pem/pem_x509.c
crypto/pem/pem_xaux.c
crypto/pkcs12/p12_add.c
crypto/pkcs12/p12_asn.c
crypto/pkcs12/p12_attr.c
crypto/pkcs12/p12_crpt.c
crypto/pkcs12/p12_crt.c
crypto/pkcs12/p12_decr.c
crypto/pkcs12/p12_init.c
crypto/pkcs12/p12_key.c
crypto/pkcs12/p12_kiss.c
crypto/pkcs12/p12_mutl.c
crypto/pkcs12/p12_npas.c
crypto/pkcs12/p12_p8d.c
crypto/pkcs12/p12_p8e.c
crypto/pkcs12/p12_utl.c
crypto/pkcs12/pk12err.c
crypto/pkcs7/bio_pk7.c
crypto/pkcs7/pk7_asn1.c
crypto/pkcs7/pk7_attr.c
crypto/pkcs7/pk7_dgst.c
crypto/pkcs7/pk7_doit.c
crypto/pkcs7/pk7_enc.c
crypto/pkcs7/pk7_lib.c
crypto/pkcs7/pk7_mime.c
crypto/pkcs7/pk7_smime.c
crypto/pkcs7/pkcs7err.c
crypto/rand/md_rand.c
crypto/rand/rand_egd.c
crypto/rand/rand_err.c
crypto/rand/rand_lcl.h
crypto/rand/rand_lib.c
crypto/rand/rand_nw.c
crypto/rand/rand_os2.c
crypto/rand/rand_unix.c
crypto/rand/rand_vms.c
crypto/rand/rand_win.c
crypto/rand/randfile.c
crypto/rc2/rc2_cbc.c
crypto/rc2/rc2_ecb.c
crypto/rc2/rc2_locl.h
crypto/rc2/rc2_skey.c
crypto/rc2/rc2cfb64.c
crypto/rc2/rc2ofb64.c
crypto/rc4/rc4_enc.c
crypto/rc4/rc4_skey.c
crypto/rc5/rc5_ecb.c
crypto/rc5/rc5_enc.c
crypto/rc5/rc5_locl.h
crypto/rc5/rc5_skey.c
crypto/rc5/rc5cfb64.c
crypto/rc5/rc5ofb64.c
crypto/ripemd/rmd_dgst.c
crypto/ripemd/rmd_locl.h
crypto/ripemd/rmd_one.c
crypto/ripemd/rmdconst.h
crypto/rsa/rsa_ameth.c
crypto/rsa/rsa_asn1.c
crypto/rsa/rsa_chk.c
crypto/rsa/rsa_crpt.c
crypto/rsa/rsa_depr.c
crypto/rsa/rsa_err.c
crypto/rsa/rsa_gen.c
crypto/rsa/rsa_lib.c
crypto/rsa/rsa_none.c
crypto/rsa/rsa_null.c
crypto/rsa/rsa_oaep.c
crypto/rsa/rsa_pk1.c
crypto/rsa/rsa_pmeth.c
crypto/rsa/rsa_prn.c
crypto/rsa/rsa_pss.c
crypto/rsa/rsa_saos.c
crypto/rsa/rsa_sign.c
crypto/rsa/rsa_ssl.c
crypto/rsa/rsa_x931.c
crypto/rsa/rsa_x931g.c
crypto/seed/seed_cbc.c
crypto/seed/seed_cfb.c
crypto/seed/seed_ecb.c
crypto/seed/seed_ofb.c
crypto/sha/sha1_one.c
crypto/sha/sha1dgst.c
crypto/sha/sha256.c
crypto/sha/sha512.c
crypto/sha/sha_locl.h
crypto/srp/srp_lib.c
crypto/srp/srp_vfy.c
crypto/stack/stack.c
crypto/store/str_err.c
crypto/store/str_lib.c
crypto/store/str_locl.h
crypto/store/str_mem.c
crypto/store/str_meth.c
crypto/thr_id.c
crypto/ts/ts_asn1.c
crypto/ts/ts_conf.c
crypto/ts/ts_err.c
crypto/ts/ts_lib.c
crypto/ts/ts_req_print.c
crypto/ts/ts_req_utils.c
crypto/ts/ts_rsp_print.c
crypto/ts/ts_rsp_sign.c
crypto/ts/ts_rsp_utils.c
crypto/ts/ts_rsp_verify.c
crypto/ts/ts_verify_ctx.c
crypto/txt_db/txt_db.c
crypto/ui/ui_err.c
crypto/ui/ui_lib.c
crypto/ui/ui_locl.h
crypto/ui/ui_openssl.c
crypto/ui/ui_util.c
crypto/uid.c
crypto/x509/by_dir.c
crypto/x509/by_file.c
crypto/x509/t_crl.c
crypto/x509/t_req.c
crypto/x509/t_x509.c
crypto/x509/x509_att.c
crypto/x509/x509_cmp.c
crypto/x509/x509_d2.c
crypto/x509/x509_def.c
crypto/x509/x509_err.c
crypto/x509/x509_ext.c
crypto/x509/x509_lcl.h
crypto/x509/x509_lu.c
crypto/x509/x509_obj.c
crypto/x509/x509_r2x.c
crypto/x509/x509_req.c
crypto/x509/x509_set.c
crypto/x509/x509_trs.c
crypto/x509/x509_txt.c
crypto/x509/x509_v3.c
crypto/x509/x509_vfy.c
crypto/x509/x509_vpm.c
crypto/x509/x509cset.c
crypto/x509/x509name.c
crypto/x509/x509rset.c
crypto/x509/x509spki.c
crypto/x509/x509type.c
crypto/x509/x_all.c
crypto/x509/x_attrib.c
crypto/x509/x_crl.c
crypto/x509/x_exten.c
crypto/x509/x_name.c
crypto/x509/x_req.c
crypto/x509/x_x509.c
crypto/x509/x_x509a.c
crypto/x509v3/ext_dat.h
crypto/x509v3/pcy_cache.c
crypto/x509v3/pcy_data.c
crypto/x509v3/pcy_int.h
crypto/x509v3/pcy_lib.c
crypto/x509v3/pcy_map.c
crypto/x509v3/pcy_node.c
crypto/x509v3/pcy_tree.c
crypto/x509v3/tabtest.c
crypto/x509v3/v3_akey.c
crypto/x509v3/v3_akeya.c
crypto/x509v3/v3_alt.c
crypto/x509v3/v3_bcons.c
crypto/x509v3/v3_bitst.c
crypto/x509v3/v3_conf.c
crypto/x509v3/v3_cpols.c
crypto/x509v3/v3_crld.c
crypto/x509v3/v3_enum.c
crypto/x509v3/v3_extku.c
crypto/x509v3/v3_genn.c
crypto/x509v3/v3_ia5.c
crypto/x509v3/v3_info.c
crypto/x509v3/v3_int.c
crypto/x509v3/v3_lib.c
crypto/x509v3/v3_ncons.c
crypto/x509v3/v3_pci.c
crypto/x509v3/v3_pcia.c
crypto/x509v3/v3_pcons.c
crypto/x509v3/v3_pku.c
crypto/x509v3/v3_pmaps.c
crypto/x509v3/v3_prn.c
crypto/x509v3/v3_purp.c
crypto/x509v3/v3_scts.c
crypto/x509v3/v3_skey.c
crypto/x509v3/v3_sxnet.c
crypto/x509v3/v3_tlsf.c
crypto/x509v3/v3_utl.c
crypto/x509v3/v3conf.c
crypto/x509v3/v3err.c
crypto/x509v3/v3prin.c
demos/bio/saccept.c
demos/bio/sconnect.c
demos/bio/server-arg.c
demos/bio/server-cmod.c
demos/bio/server-conf.c
demos/easy_tls/test.c
demos/easy_tls/test.h
demos/engines/cluster_labs/hw_cluster_labs.c
demos/engines/cluster_labs/hw_cluster_labs_err.c
demos/engines/ibmca/hw_ibmca.c
demos/engines/ibmca/hw_ibmca_err.c
demos/engines/rsaref/rsaref_err.c
demos/engines/rsaref/rsaref_err.h
demos/engines/zencod/hw_zencod.c
demos/engines/zencod/hw_zencod.h
demos/engines/zencod/hw_zencod_err.c
demos/pkcs12/pkread.c
demos/pkcs12/pkwrite.c
demos/sign/sign.c
e_os.h
engines/e_capi.c
engines/e_capi_err.c
engines/e_chil.c
engines/e_chil_err.c
engines/e_dasync.c
engines/e_dasync_err.c
engines/e_ossltest.c
engines/e_ossltest_err.c
engines/e_ubsec.c
engines/e_ubsec_err.c
include/internal/constant_time_locl.h
include/internal/dane.h
include/internal/o_dir.h
include/internal/o_str.h
include/openssl/aes.h
include/openssl/asn1.h
include/openssl/asn1t.h
include/openssl/async.h
include/openssl/bio.h
include/openssl/blowfish.h
include/openssl/bn.h
include/openssl/buffer.h
include/openssl/camellia.h
include/openssl/cast.h
include/openssl/cmac.h
include/openssl/cms.h
include/openssl/conf.h
include/openssl/conf_api.h
include/openssl/crypto.h
include/openssl/des.h
include/openssl/dh.h
include/openssl/dsa.h
include/openssl/dso.h
include/openssl/dtls1.h
include/openssl/e_os2.h
include/openssl/ebcdic.h
include/openssl/engine.h
include/openssl/err.h
include/openssl/evp.h
include/openssl/hmac.h
include/openssl/idea.h
include/openssl/kdf.h
include/openssl/lhash.h
include/openssl/md2.h
include/openssl/md4.h
include/openssl/md5.h
include/openssl/mdc2.h
include/openssl/obj_mac.h
include/openssl/objects.h
include/openssl/ocsp.h
include/openssl/opensslconf.h.in
include/openssl/pem.h
include/openssl/pkcs12.h
include/openssl/pkcs7.h
include/openssl/rand.h
include/openssl/rc2.h
include/openssl/rc4.h
include/openssl/rc5.h
include/openssl/ripemd.h
include/openssl/rsa.h
include/openssl/sha.h
include/openssl/srp.h
include/openssl/srtp.h
include/openssl/ssl.h
include/openssl/ssl2.h
include/openssl/ssl3.h
include/openssl/stack.h
include/openssl/store.h
include/openssl/tls1.h
include/openssl/ts.h
include/openssl/txt_db.h
include/openssl/ui.h
include/openssl/x509.h
include/openssl/x509_vfy.h
include/openssl/x509v3.h
ssl/bio_ssl.c
ssl/d1_lib.c
ssl/d1_msg.c
ssl/d1_srtp.c
ssl/methods.c
ssl/packet_locl.h
ssl/pqueue.c
ssl/record/dtls1_bitmap.c
ssl/record/rec_layer_d1.c
ssl/record/rec_layer_s3.c
ssl/record/record.h
ssl/record/record_locl.h
ssl/record/ssl3_buffer.c
ssl/record/ssl3_record.c
ssl/s3_cbc.c
ssl/s3_enc.c
ssl/s3_lib.c
ssl/s3_msg.c
ssl/ssl_algs.c
ssl/ssl_asn1.c
ssl/ssl_ciph.c
ssl/ssl_err.c
ssl/ssl_err2.c
ssl/ssl_locl.h
ssl/ssl_mcnf.c
ssl/ssl_rsa.c
ssl/ssl_sess.c
ssl/ssl_stat.c
ssl/ssl_txt.c
ssl/ssl_utst.c
ssl/statem/statem.c
ssl/statem/statem.h
ssl/statem/statem_clnt.c
ssl/statem/statem_dtls.c
ssl/statem/statem_lib.c
ssl/statem/statem_locl.h
ssl/statem/statem_srvr.c
ssl/t1_enc.c
ssl/t1_ext.c
ssl/t1_lib.c
ssl/t1_reneg.c
ssl/t1_trce.c
ssl/tls_srp.c
test/asynctest.c
test/bftest.c
test/bntest.c
test/casttest.c
test/constant_time_test.c
test/danetest.c
test/destest.c
test/dhtest.c
test/dsatest.c
test/ecdhtest.c
test/ecdsatest.c
test/ectest.c
test/enginetest.c
test/evp_test.c
test/exptest.c
test/heartbeat_test.c
test/hmactest.c
test/ideatest.c
test/igetest.c
test/md2test.c
test/md4test.c
test/md5test.c
test/mdc2test.c
test/methtest.c
test/packettest.c
test/r160test.c
test/randtest.c
test/rc2test.c
test/rc4test.c
test/rc5test.c
test/rmdtest.c
test/sha1test.c
test/sha256t.c
test/sha512t.c
test/ssltest.c
test/testutil.c
test/testutil.h

index e402f3c9ac16dcc48a46f2dd93a79c770c894b07..99bcd5098a88b77ee798847ad8ef5bd1d689ce67 100644 (file)
@@ -1,4 +1,3 @@
-/* apps/apps.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 91faf4fe12c44c091b0f8519847f7b6683bb4494..a065da493cf626dd17aeb5dbcb567bedf2573dca 100644 (file)
@@ -1,4 +1,3 @@
-/* apps/s_apps.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 556f67b3d62b1c2670402c082e6c2566d036a369..b1633136605ce16e24dc75d57f6d8f4f74c50da1 100644 (file)
@@ -1,4 +1,3 @@
-/* apps/testrsa.h */
 /* used by apps/speed.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
 /* used by apps/speed.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
index f423010c0c73eea395694c3097bbdd6862edf783..dc83e9deec148fb878f33bcb0214dc045aae1876 100644 (file)
@@ -1,4 +1,3 @@
-/* apps/timeouts.h */
 /*
  * DTLS implementation written by Nagendra Modadugu
  * (nagendra@cs.stanford.edu) for the OpenSSL project 2005.
 /*
  * DTLS implementation written by Nagendra Modadugu
  * (nagendra@cs.stanford.edu) for the OpenSSL project 2005.
index 805d0e260a6f286f975ca5f5a16b7c10b175a89a..826de68af88674ab24c8c1aa2b1cb1dfa6573be7 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/aes/aes_cbc.c */
 /* ====================================================================
  * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
  *
index 1225000963ea093237cd83404fba55b0d82f3253..3962c3e9213f11bb7715c633002bd9a0af11090b 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/aes/aes_cfb.c */
 /* ====================================================================
  * Copyright (c) 2002-2006 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 2002-2006 The OpenSSL Project.  All rights reserved.
  *
index 20c545ec25fc3ce14223e92826d33f81eca3b33a..326cc569caedb58cc4f481a45e5577f3aa522f22 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/aes/aes_core.c */
 /**
  * rijndael-alg-fst.c
  *
 /**
  * rijndael-alg-fst.c
  *
index 52151a5c70f446f78ee1e8457d3e9097266c1fb0..61cb0e73584aa48787e63e849098173fc5bc68c4 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/aes/aes_ecb.c */
 /* ====================================================================
  * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
  *
index b3ff9822023413b9c6dbe3e6fe88a136f0c7e248..f8f4ba57753ff945e796bb235be43d47abfb2361 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/aes/aes_ige.c */
 /* ====================================================================
  * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
  *
index 7acd74ec1603a711d5b35a3bf46263c3ec685854..7ab2d19eb05d91730f3e5b45d7a1e583f9a6cb5e 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/aes/aes.h */
 /* ====================================================================
  * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
  *
index 5af36d5f08df7c8e40d971e92c2ee1b4949e6f11..ca84a6cc33e21f39b968522f5c911bc8bba45d42 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/aes/aes_misc.c */
 /* ====================================================================
  * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
  *
index 64a08caaec6de5354e57492928b2680aac411a5f..bc240383a8cb1585db6bc66aa7d4005f27c10f99 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/aes/aes_ofb.c */
 /* ====================================================================
  * Copyright (c) 2002-2006 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 2002-2006 The OpenSSL Project.  All rights reserved.
  *
index b370a4f9a0121c0579b1a629581144993ba3eb0e..c9cd3d3f2b81552756956bccb25d493ca41d461a 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/aes/aes_wrap.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
index b5dd6976772ac4f77323e00e4bca8dc10688ed51..400884aff5197c401667f44eea46171b09b0cd1d 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/aes/aes_core.c */
 /**
  * rijndael-alg-fst.c
  *
 /**
  * rijndael-alg-fst.c
  *
index b4e71fd0f746704caa94c84b09a2f019f54ce144..00b0854c6b21ca1fc13db37c46e9e57249157055 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/asn1/a_bitstr.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 2e61029a1d143acb3f7edffa65559c01853adbc8..5ba6e1d1dadfb884e8610003f317a55619552b03 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/asn1/a_d2i_fp.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 57adcccd4998db72f25979fd55b7a137fa9c7db4..a2c837c757033595d763cf75622d4b7912e15355 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/asn1/a_digest.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 60d3544365feacd33b59643f66302d48a830800e..569fceea94d3175b5f8166de2de26467266007bc 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/asn1/a_dup.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 672c11d971d16f4e9a4f8a1688a838110fd7a8ee..7ba5e524157d274ca10cb3682bc9a71a81742efb 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/asn1/a_gentm.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 353c2c56059a1f5ac6cf43b844e73f216c47f3c9..68eedc41228fed30035333648e9e6f385fd54560 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/asn1/a_i2d_fp.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 5d5e7f61c0d7cdf9bffd476d3797acdaefd1bdc3..af52beb420db071b1cdd4ee5a246ad90b7cb0fc5 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/asn1/a_int.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 0892976293ce0983f4747dddb747fd1ed2b2930f..8c38e19963b83a5fb9ef4e9a3cbf7b7699e1160d 100644 (file)
@@ -1,4 +1,3 @@
-/* a_mbstr.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index cabda535195b1016dd8804daa5b1e32c32e9e821..5d3ebd6ca7abc7805040c81dd33e86fd97bb08c2 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/asn1/a_object.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 430f00faee124521cf1c81af7f33bfa99e530d42..7b5bf6fc38d29d70d2dfa3ce3dc5ddf45f5bfd85 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/asn1/a_octet.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 9ad4866b040f718e2c46b4f64f59812af99adaf7..9c70891c2225c3911cf705bf2c31b5274040a4d4 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/asn1/a_print.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 5b5d5b7afc7f715166c5bbdcab70341ce0e102da..99124c1bed2092ef9c5c38c21d5a188b196d7d1a 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/asn1/a_sign.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 7d37c73d395a751f4eec7d5807f191a24651437a..977f523fbfea8b22f4663ddbab3daec611d6292d 100644 (file)
@@ -1,4 +1,3 @@
-/* a_strex.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.
index 43252c1cf4fd9455888173ed703a3608abfa5ad5..79748bf7547846799eb0a0ffdf206d223eb3cbdc 100644 (file)
@@ -1,4 +1,3 @@
-/* a_strnid.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index c5e632e3566eecc4ce9a18c469a7710271dd37c6..ef429da273208c2038b9eedebf3c638365496caf 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/asn1/a_time.c */
 /* ====================================================================
  * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
  *
index 474aecadc6bd5bc32719a7b92407620c606d6315..8dea2e0e5cbd6bb763e914a5ccf4b4d0b3ab6747 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/asn1/a_type.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index cf52c192962c0b3115520aa5c034339ab72c6536..432125bfc401ed01ae87bf2ac9af80a51ec593c0 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/asn1/a_utctm.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 8697c66efdeab3cd611d493757d65dd5c42c65ae..64e983e79a4bbd06af313e16e6208f9192164745 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/asn1/a_utf8.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 2ec84309b9d685221be2a38f805e383396ea6a9f..211689b14d51384f9511f5a95e9e0859549ef5b5 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/asn1/a_verify.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 83e4e7567ebf26d162b357428b512f20c6024698..465b2633e6624ad7a5099264b3341f94d05ac0d1 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/asn1/asn1_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
index 200d88d1b26145d2d6d439f87547b131ef59aab8..fc69e31987f6ed56892240f5be5387658cb6d6c8 100644 (file)
@@ -1,4 +1,3 @@
-/* asn1_gen.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2002.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2002.
index 56fd9bf4c3c52175ee9e8fff0d27585625dd604a..da1ac78e06766d3677c4cbaacbd99f4f8fb57f42 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/asn1/asn1_lib.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index c47eb44938fe6221dd04d8baebf8fbe6fa760d22..ea3d20ae3840e15bfe9c4cf68bceb2bda1effbab 100644 (file)
@@ -1,4 +1,3 @@
-/* asn1t.h */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2006.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2006.
index 4698e022e2904a4a9773412a0ae3be80dbbf857b..e65dacd83abb804a473e86abcdbbf3b43c2b9250 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/asn1/asn1_par.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 58d53240afa588d2dc1ff272ccf4d3e869be9a7b..0fb51262607c0dfdccc0f38e868fd1e8197fa87b 100644 (file)
@@ -1,4 +1,3 @@
-/* asn_mime.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
index bb334d015e5bc033b8fcaf1c19691c0cd5b1709f..168bc46bcfe3c843058243a175812cb064bcbf8e 100644 (file)
@@ -1,4 +1,3 @@
-/* asn_moid.c */
 /*
  * Written by Stephen Henson (steve@openssl.org) for the OpenSSL project
  * 2001.
 /*
  * Written by Stephen Henson (steve@openssl.org) for the OpenSSL project
  * 2001.
index b53715783a3c63293a7ce379bb81f3d10541b9c4..ad1c4cfce6a76d78102a19a4abd95d9622dd1776 100644 (file)
@@ -1,4 +1,3 @@
-/* asn_mstbl.c */
 /*
  * Written by Stephen Henson (steve@openssl.org) for the OpenSSL project
  * 2012.
 /*
  * Written by Stephen Henson (steve@openssl.org) for the OpenSSL project
  * 2012.
index d8655badb8d5645c3d09e244aa35c6177b225f23..93b7b90215b95c1d723e27c135ec6d02c49a9b87 100644 (file)
@@ -1,4 +1,3 @@
-/* asn_pack.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index a5bcc265fd95d747217a9023d7b7c4255b5d3fbb..33998e72648cd1d2e7e8e77609cd3154f92db6e5 100644 (file)
@@ -1,4 +1,3 @@
-/* bio_asn1.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
index dfbbc68986a1ffabc671754989ba6684588a8475..99c0b7ab2f72ea20a627d4a6c0d6ebc5d096fc63 100644 (file)
@@ -1,4 +1,3 @@
-/* bio_ndef.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
index 02efa8358358e93ffd2dce2feb0b14ce99b80dff..bfbe2096ca1656ae1bf861af44517ad7ab14c1b9 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/asn1/d2i_pr.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 1b29f1c7f13e7b62af2b30a9a8bee37bb5c4337b..9665ae672087ca8e27a6948214d473981e10053a 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/asn1/d2i_pu.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index b7e5620ec20033b4af511064a3a2c50e08807e6b..79e7121998a2affb1441d7b4444926c3aec29bad 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/asn1/evp_asn1.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 1c02cc0a6262e4a3d58aa159b7eb589c26206efb..0feb7a15b6fd97198341f27a213f1a1461ab97be 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/asn1/f_int.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index cecbb4a0b24f9e15225e42a27142c74d0d6e2023..048f92a5fbf35e869beb34d5a4ee419dc01c440f 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/asn1/f_string.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index b7dfb65a31a4dea4d756760bc31bc080e22a3cc0..7ca643fb58428c10b6779b3736cc9464e95504d7 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/asn1/i2d_pr.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 94233cb8e9e471fd4919577aad15d0c988f588da..db508ac178f2ed9449c5ec632d47b55c5b0994cd 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/asn1/i2d_pu.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index c42422c248c3e0ec1e3c5f07adbe7b3007ac54db..90ea32c52707a5d403090d16158bf89b89a4b65a 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/asn1/n_pkey.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index f2f7cba49ee6b2e377e7e6937d49f7ff67b030fb..550fc8eb708bc44c1a91d48a8aede25ecf21f04a 100644 (file)
@@ -1,4 +1,3 @@
-/* nsseq.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index 4d7a9c61c14e361fbec9bf537d2663f5da7ea832..e75ab7e9765d5b65ae80c577e8e8af2c734e8e9e 100644 (file)
@@ -1,4 +1,3 @@
-/* p5_pbe.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index f85096ba93987d46a00dc57583717103943039cb..244706a3dfe8dd271e991973c9f58cacbb6bd0fb 100644 (file)
@@ -1,4 +1,3 @@
-/* p5_pbev2.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999-2004.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999-2004.
index af7b902a851903a11de93546ac8a9a818578bc64..6ee7ef4b3b539084f826fe37798aa003c28ac4e3 100644 (file)
@@ -1,4 +1,3 @@
-/* p5_scrypt.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2015.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2015.
index f4fbc085e7520020fd2bb92873dc07c4f13ad732..59f1cd167a687712b7e11b8c0beb4cb09c4b247c 100644 (file)
@@ -1,4 +1,3 @@
-/* p8_pkey.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index daee7f550c2b968fed3b97ced534154285afa92b..2b38e0573c13070c96f458675d47b7783aeb5248 100644 (file)
@@ -1,4 +1,3 @@
-/* t_bitst.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index b137da7cb23bdaaffa8966d844f256f213221d75..c50d19360833c077df33041daeaccf6a8686591f 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/asn1/t_pkey.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index c49f1c7dd27de12237d586b6e5b00dc08dff3dff..206bd24e3949f2de3611cd1adc76543777957644 100644 (file)
@@ -1,4 +1,3 @@
-/* t_spki.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index 802f929640e71804a21bce377d7a80cc1cd23ed4..67dddcf112d82e40098b00240417b20cf0d7b7f5 100644 (file)
@@ -1,4 +1,3 @@
-/* tasn_dec.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.
index 50375225b05c13d9a514f70e2d17d9720f5e5e77..0d25cf9d75e7e3ec299d063bbb2f2c99d69501c8 100644 (file)
@@ -1,4 +1,3 @@
-/* tasn_enc.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.
index 1e778858ac13879e5877438554e3b430387d8734..2fc036fb666f6ee831ca22cfbae4fde407117b92 100644 (file)
@@ -1,4 +1,3 @@
-/* tasn_fre.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.
index 125b26fd7f554ad722b0285c4e74f4690c63e7d9..9e8ba9c0b2712e474d30cdff3ff5940f250c2ca6 100644 (file)
@@ -1,4 +1,3 @@
-/* tasn_new.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.
index 329ef94db1aba969d22b9ea1c660c91c3bba6efd..10570ca576309041932bf13c01f67114e1704409 100644 (file)
@@ -1,4 +1,3 @@
-/* tasn_prn.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.
index f0d37d10447f48d7c98828cda8a3d807bfe020fa..a7758394b1d9c903e881ea1b18d8ccf24fe36513 100644 (file)
@@ -1,4 +1,3 @@
-/* tasn_scn.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2010.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2010.
index 1d806dcc6838611c9eb30955226da190e929c480..da9a80a06d270693c7051aa73fddf6c64099d078 100644 (file)
@@ -1,4 +1,3 @@
-/* tasn_typ.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.
index 10cc1f9143a13553eb399e85f0c44516f34caee0..f1807c20f4c0a93784afc26c23898898c3d13137 100644 (file)
@@ -1,4 +1,3 @@
-/* tasn_utl.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.
index 5ad63eb90dbd031c291b5610c6e7f0e087050963..30c59d850f43d06cc9542798730932e16c28c58b 100644 (file)
@@ -1,4 +1,3 @@
-/* x_algor.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.
index e27480bdfb2bf0ee94ed55643a7faee9e1a13b0f..c8072e337f946aa5fe0445eafbb83ac33132d449 100644 (file)
@@ -1,4 +1,3 @@
-/* x_bignum.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.
index 0a75e493614f126b1a9f64f3c531a1966bc48311..375e0ae8bd5d842ab54a1ad29c023f1aaa49fda4 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/asn1/x_info.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index d4b75e6b9aa82a86f68f3a6513105785332217cd..f804282c51b29ebb4c0c3275f0971aea0eb3f793 100644 (file)
@@ -1,4 +1,3 @@
-/* x_long.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.
index cb6f21f0c16e2f0e15c785829cd4d50bde94957f..5bca68ad1e068b0665627aeb2c6ef24f3402bd3f 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/asn1/x_pkey.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index baa34f0c9b984ef69e32c36745c64bef6bb067aa..1d65b20ed6189dbaa4d9f2667392cb9a28f7fd6c 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/asn1/x_pubkey.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 472174b3c60a77a7cf3b779f83795c20836294ec..8197d2a30a24f85446e9c8c5c51cc8cb87b35f73 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/asn1/x_sig.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index a2b20fbba7692f84f9f14a068bbca07172b7019e..636f69b3edaa68832947fa32bb62b2c9a523c02b 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/asn1/x_spki.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 845a7c30f640944cb0b8c7adfc72fb23fee996ad..d9ebfe1c7e75d5c96d7dde44596df18c3af29f70 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/asn1/x_val.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index baed88402090591f3eedb953e8c7eb3aca796ac0..d3f686f492f38bdf67c98921f4b072386ac9960e 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/async/arch/async_null.c */
 /*
  * Written by Matt Caswell (matt@openssl.org) for the OpenSSL project.
  */
 /*
  * Written by Matt Caswell (matt@openssl.org) for the OpenSSL project.
  */
index 72a888a89b6154d4cc9431bcf0013ce81c919127..93887aec19ad7aae3eb8fdccad216a33c8b6fad5 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/async/arch/async_null.h */
 /*
  * Written by Matt Caswell (matt@openssl.org) for the OpenSSL project.
  */
 /*
  * Written by Matt Caswell (matt@openssl.org) for the OpenSSL project.
  */
index 30075810baeb33de2e1951047cc9ee4537b4949c..1df77cccbe15321d93be860b308bf20a26966250 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/async/arch/async_posix.c */
 /*
  * Written by Matt Caswell (matt@openssl.org) for the OpenSSL project.
  */
 /*
  * Written by Matt Caswell (matt@openssl.org) for the OpenSSL project.
  */
index 475b56faabf5741ff913501389ea0c93ad2f515e..6cc313e16a2e5531abc16e8041a6f14f6d830958 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/async/arch/async_posix.h */
 /*
  * Written by Matt Caswell (matt@openssl.org) for the OpenSSL project.
  */
 /*
  * Written by Matt Caswell (matt@openssl.org) for the OpenSSL project.
  */
index 519476c397a4028972896854b78f82cfecb4a632..f3de79a73bc77f3bf7477ceb4bd24cc1a4760eea 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/async/arch/async_win.c */
 /*
  * Written by Matt Caswell (matt@openssl.org) for the OpenSSL project.
  */
 /*
  * Written by Matt Caswell (matt@openssl.org) for the OpenSSL project.
  */
index 31f248216f1175668e728c11f9b912cda44194ea..d2054bf665c1ffc778adce7a08235e33e167018f 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/async/arch/async_win.h */
 /*
  * Written by Matt Caswell (matt@openssl.org) for the OpenSSL project.
  */
 /*
  * Written by Matt Caswell (matt@openssl.org) for the OpenSSL project.
  */
index 031ca039e485cac2c353846d1a2c3a128c53199d..9d68a7c77fccbd69ab54526de5e6d5761fb903f9 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/async/async.c */
 /*
  * Written by Matt Caswell (matt@openssl.org) for the OpenSSL project.
  */
 /*
  * Written by Matt Caswell (matt@openssl.org) for the OpenSSL project.
  */
index 6fe1f85dbb0d8b74b9251c644eba7a14ea5e008e..26b34d4defec6669be8a45e1557e4246e3ed4a75 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/async/async_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
index 2f84a78e33fbb8fc23189cb4ebeba8968325d8d7..0710f9e74cf2b6568e18e8f1994a6055a260d9e7 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/async/async_locl.h */
 /*
  * Written by Matt Caswell (matt@openssl.org) for the OpenSSL project.
  */
 /*
  * Written by Matt Caswell (matt@openssl.org) for the OpenSSL project.
  */
index de827a1a3c20f83c883f6469d479fa92342e21df..b052951fcd3fc8641bf125c9467dfaf3ce2334ec 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bf/bf_cbc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index ddeab6eb775d05603de8726fbd54ce61579477bf..cab8bf8e744365f1f865dc1c5e6186ac8b56a537 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bf/bf_cfb64.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 7a45a02537dd81d693f9da558108950ede4dd253..dfee789ffca42d90eb1e38547a4e86ea1a791ab0 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bf/bf_ecb.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index b268795f5b631480179d64510c00ce53c0963957..76d427048a3b7900b861bfa698fac59cd868dbc0 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bf/bf_enc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index fe2c9db9e0ea3f665937758cfe244a01cb7d5beb..ecdf38824132f8eb9bedab384a69c3b27aa71010 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bf/bf_locl.h */
 /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index a8d190b5dd1c70491bf13bb09a35553865e9a842..97a58cef6a04382ebe5a7bcbb9f42a3498101ed1 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bf/bf_ofb64.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 46a26739be512e3d055d7d7b83a5d0c2011a60fa..c3e187363cf1e57ba23e7cbbff03e32d9cc9d7bc 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bf/bf_pi.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 2feff202f5c11b080afa3ac0f740c555505e5313..3cfc6a1c65e07c358b24adf775977908a65da171 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bf/bf_skey.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 3d005e3ff981380d2d1e1f72240d8f57eb755048..77d8c3d96e316fd9b4ceef5984c8801e3b26f004 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bio/b_dump.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index e0855a6c392ac7324985c72e24a702329a9038a7..f45fb10deb31c602f9bc682e131f2ea05263e020 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bio/b_print.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index cc090724e804709f5deb09bdf4d94bf19d44310c..a7a6aab328dbb63b0c33705f1d5a0a02c929088a 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bio/b_sock.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index b7a3772979fd90bd6b6fe3798e22154eaaf7ce4c..1486a18335510c3f24dd38f68a5b858726555210 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bio/bf_buff.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index cc429813e2f0fc4daf76ef39bab4f0bfc4e1ae56..96ee9206af15be4deea80f4745a2f5e780080c8f 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bio/bf_buff.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 2a2e3146a2dc56a6c31a3e2cfe04f399c3533152..e78bca50597c0ec81f56f71b57f999345a9b71c5 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bio/bf_nbio.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 0d55b151503bcecf379b76aaf8593face57edba8..1481445486f3fa04a73e74441a54f70cd8e9a09f 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bio/bf_null.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index f0dfe8268cf8d59767aeac6edf14c4b75e9a1d24..4d3365e4eccf6bf1294a027154ea236014bf02e6 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bio/bio_cb.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 776c1de3c5444b1c94e9d5d407dac08f7304cea9..308bc3b5f386dd829771f351757f1da157f06240 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bio/bio_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
index d8d01c7fe95085c431cee73dbeafe0cfd92bcfa6..411619eaba89211c14110eebf3a2827577371962 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bio/bio_lib.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index f65ee1a6ef53b074edd8230d5ed6434a13d45eb1..a489ba4d2e61b62a48f165dc9215c367d22f40cf 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bio/bss_acpt.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 144cde93a3e1bde217cf024ea5829842dee5fd41..ff59780084a50cfb3a7be8e7d4cb15cf706b3148 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bio/bss_bio.c  */
 /* ====================================================================
  * Copyright (c) 1998-2003 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1998-2003 The OpenSSL Project.  All rights reserved.
  *
index 929656c882d29c1d584c9bab12d3feaab7e48833..2308ad210f80b9a7057e61fec06fb13b3e2ab4eb 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bio/bss_conn.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 5e934ce93cca734d458b298fbedac8d573a5c8c0..d8e1b942c0a409824e08002bc57f30387ec88e3d 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bio/bio_dgram.c */
 /*
  * DTLS implementation written by Nagendra Modadugu
  * (nagendra@cs.stanford.edu) for the OpenSSL project 2005.
 /*
  * DTLS implementation written by Nagendra Modadugu
  * (nagendra@cs.stanford.edu) for the OpenSSL project 2005.
index 5bade20e36b1ec57996bf55e19111e787aba7f79..12306c2dc041c139d369d0a0343d9d2adc4fdf11 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bio/bss_fd.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index c09a9a95f67f48f7018f018750b3ade6bd037972..1e3f46345f8c49e03c566673df5260eddfb81909 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bio/bss_file.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index a86ea29b6780c325f3beba9bef824bb0f227f882..320ff775f3932d8c4e57d4bc523a6566980a58b3 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bio/bss_log.c */
 /* ====================================================================
  * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
  *
index 485a8bf663ce5647e29c24137abf6f106a249ae0..4a0fcdaa8f69c49d69d95e5d5f884278d7a272dc 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bio/bss_mem.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index ba39c4c8a153ba7b50d852e2b7811315ca91d18d..3a1d77d254e91f2cd079798f20c8a165bf092537 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bio/bss_null.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 1673b32b3d6bfafe3900c34da512c9232e018198..9988723f8e182873caa2c423729b2d6356f046be 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bio/bss_sock.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index bbb05842452e6558fead3bc84a1cb9cd1482ebbb..3e7d86b2dd57acdaaf3af2510af3f26de66cf637 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_add.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 38c10e161c7a8589fcb89dbfdf58c4ed621ed1d6..9e9bce905287bde1b9dc98f2eb35e461d67bb887 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_asm.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index bc2918e99b4b93094a7bef3c271620d5d5958e5d..a08d821ac3b0731909d1d8306376a0cdd786566e 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_blind.c */
 /* ====================================================================
  * Copyright (c) 1998-2006 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1998-2006 The OpenSSL Project.  All rights reserved.
  *
index daa80ad4045487194406a12d6ab633049c2b340b..12fdf2c84b1bac2c49dc041f8b26da387dbd9332 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bn/knownprimes.c */
 /* Insert boilerplate */
 
 #include <openssl/bn.h>
 /* Insert boilerplate */
 
 #include <openssl/bn.h>
index be7a20d63425471d81ef4324d3ed4dc8d6215258..88f5ac814fb4720317b02e0ae0c5f58f9fb1ad09 100644 (file)
@@ -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.
 /* Written by Ulf Moeller for the OpenSSL project. */
 /* ====================================================================
  * Copyright (c) 1998-2004 The OpenSSL Project.  All rights reserved.
index b64aa5fb29bfb9f26e3536a87fb14d2606d51a9b..9e6b08f72c7d34765f774cc83134f7de1a8eb09f 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_depr.c */
 /* ====================================================================
  * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
  *
index cbf27d3e943eb4bc973eee8c5ff7ce471179f0db..2bb9c8c8a1880c56a532e0162981e505c9d70da3 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_div.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 060a63d6858e06db043672390f170ec68bd018c7..7412859edf34eff9c7479a78119a674e8519dca1 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
index e0db6c7cf37a7ba86bd816eaf5a1e157e5b9a733..b625c3b42bc56ade38b31273357f4bf5bc9f6feb 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_exp.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 517b9610234c4365f6fc74b23b4d942509bfb5c1..f83615805a8e7eee61505d30d2acddcabd67e7ba 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_exp2.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 84d1df574390ebc1f96d62e47146509c7c5e2884..a3e56c85f68a84778ccafc4687a79ee060b7cad0 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_gcd.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 11d00c6cdaae6879d33797d55cb54d5192c27f2e..84837a0f579ea2f5dfa154ef79f83ddc90dae426 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_gf2m.c */
 /* ====================================================================
  * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
  *
 /* ====================================================================
  * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
  *
index 5a0eb7dfd205e12c6816d9eed3e594893f1e5c90..20a64a7dd3598d63797ffd0ce803e07b774c9948 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_kron.c */
 /* ====================================================================
  * Copyright (c) 1998-2000 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1998-2000 The OpenSSL Project.  All rights reserved.
  *
index 1bdaee8e8f96c4007348089702b5b8417196bc92..013c0b3f865abf9f5cdeb5b4b350f1e1e9ead34f 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_lcl.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 150f4b80deaa00b8330cc5e24fc19b06f10d5da2..885f48239c8dac0ab2164f82aca511fd70eafece 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_lib.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index d7e4f9a627f5f152ab43fa3b64ba63d268d5ca45..99789b944ad2e620ee7df6ff1af0f5c5461c8b4f 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_mod.c */
 /*
  * Includes code written by Lenka Fibikova <fibikova@exp-math.uni-essen.de>
  * for the OpenSSL project.
 /*
  * Includes code written by Lenka Fibikova <fibikova@exp-math.uni-essen.de>
  * for the OpenSSL project.
index 90c718ba59137762904f04f2308a1fdf7a9c2a2c..e0a9a0910ec165126ac9259344a39718652b028b 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_mont.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index c4c0adfe619e1df0947e496605644bfda5983d4f..80d105dd553104442ecd3e931ca1484c22df01e2 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_mpi.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index b601923eef8563a0fa146c212f5919adcdb9379b..f30855a263a7a887a71ff61f9e94eee175f75439 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_mul.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 621b1424ce35e4f7954c1dff62cfcf99cff2b1b6..db8f6876730b6ad29df842f480c94fe3fc014e78 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_nist.c */
 /*
  * Written by Nils Larsch for the OpenSSL project
  */
 /*
  * Written by Nils Larsch for the OpenSSL project
  */
index 42d574bb2ebd7740a403adfcad7cdc273ecc6f79..7d210d37cf175025e613b1a8c6ca22330f233568 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_prime.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index f528a36ff489303e87b73f8a66c70300f99462b6..b73ed0a6700b9cb90fef390de6bce506f21efb1d 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_print.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 66a175c32a2155e3ddd29d2863ddda3907c26d6e..ce4a0e17d796df18090a608b6fbfd6110fe6fadb 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_rand.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index ef23a8c7517e289c74a89f6ecf7d41efbd812b25..7824a6da031b30308065873a45a445f56ef6a757 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_recp.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 4e43a60b22944b81e3d4e0c74e4628d39c99cc51..4c8527583bb23085d4ec11b35dada801a476d1d4 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_shift.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 9f5a5dc2d8ff6dc18dce301a57ca1282e96ae16c..389b7cfab4ee225c2bbf8e2b0d4ebc0685520d4a 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_sqr.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index ec18641150ae5190008809332a2ef2a4a405edce..7ae7536d67a694b0a2b37f78fed26da44cba53cb 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_sqrt.c */
 /*
  * Written by Lenka Fibikova <fibikova@exp-math.uni-essen.de> and Bodo
  * Moeller for the OpenSSL project.
 /*
  * Written by Lenka Fibikova <fibikova@exp-math.uni-essen.de> and Bodo
  * Moeller for the OpenSSL project.
index 57f0dcd115dab0f8c7a916a838a271e306d3b282..718777b5b83986352cfee2604fcd6ffc716d3b19 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_word.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 76ce6f67d27d9689ba8c5048d2a2c6a3c6e49152..3c8f34ac29ab423b4f93731c50825a7e327f5af6 100644 (file)
@@ -1,4 +1,3 @@
-/* bn_x931p.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2005.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2005.
index c5cf468da5b355a45a1a2beb1e48054b1edc8764..cb519c4ecabc35293cd3978d4d1c7a91fdded7ce 100644 (file)
@@ -1,4 +1,3 @@
-/* vms-helper.c */
 /* ====================================================================
  * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
  *
index e126edd6f16ac160e8f8c2003b7c9db9bd942160..0fb9d4fcea373eb399718683c4fa2cf21827edff 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/buffer/buf_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
index 0b15c6be6bbe22662f1f1c55d5375e6e7bf94b71..fb07b9681c1a392cc48dd0fa253113e85223f9d3 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/buffer/buffer.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 5d0a3ceda0e158fafdcb9d6a5fb304dda95a2198..68651b61b8b1b8c56a13c87ad2d2f453f17b9ee9 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/camellia/camellia.c */
 /* ====================================================================
  * Copyright 2006 NTT (Nippon Telegraph and Telephone Corporation) .
  * ALL RIGHTS RESERVED.
 /* ====================================================================
  * Copyright 2006 NTT (Nippon Telegraph and Telephone Corporation) .
  * ALL RIGHTS RESERVED.
index 4017e00d9272a3b481b5c676d3ab403aa3ff2c2e..742af6d679f055d0ff2322ac98254bcdcb587752 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/camellia/camellia_cbc.c */
 /* ====================================================================
  * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
  *
index 78f2ae4566b12ec905aae711d2bf374eb792ea5c..8f9f8a6fd1b4fe98c36670c46aac4c563bd23977 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/camellia/camellia_cfb.c */
 /* ====================================================================
  * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
  *
index 95e26621b7d853fdbb5ac80e5baee3880d51e13c..b891a0445698a6396d514334794e246267b5899c 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/camellia/camellia_ctr.c */
 /* ====================================================================
  * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
  *
index b030791b275cb7bdee452fc44fcbbd4b2e0887bc..d8dfb2bfc5e361d9eee3a8c20e6baf5d9321b44b 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/camellia/camellia_ecb.c */
 /* ====================================================================
  * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
  *
index c1640309339dccdb7bb2f5f4e3b2f00be9aecebe..0cbcba29d330ca423aeffdf6d79de4410036d650 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/camellia/camellia_locl.h */
 /* ====================================================================
  * Copyright 2006 NTT (Nippon Telegraph and Telephone Corporation) .
  * ALL RIGHTS RESERVED.
 /* ====================================================================
  * Copyright 2006 NTT (Nippon Telegraph and Telephone Corporation) .
  * ALL RIGHTS RESERVED.
index e4bbcfd900bd60ebfcaedd8f58480552f7cb55e4..ba9370252dc92768a0b69ad6f77a3a0d1799b969 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/camellia/camellia_misc.c */
 /* ====================================================================
  * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
  *
index 85eb8921568ffe9ffd249aff9c9d7fb63e7c49a6..8d004b9393232f25db8bb4502ba350ea1236a7a1 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/camellia/camellia_ofb.c */
 /* ====================================================================
  * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
  *
index f2f16e5d77a0ca950c68eaa8b4841ae34a560842..32641b5a22c04c6ebaf7d8ed3459bd3b559a1fc2 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/cast/c_cfb64.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 2430bb5faaa713c073a814cd17affd3a0e1065f4..1e736f0664d9d2f08f70a0af6192aab402764c0c 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/cast/c_ecb.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 6e1d50f10dd9ca31480161849bfd246e2d1bdda5..8fe3b26f9bee27af23b720744e9777c97c16cb80 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/cast/c_enc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 4e0a7c2e6eb4e8e4412c690509cf422d35fdfb3b..c7b42591d04f4758f1d87302d1ba3ef413e5b235 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/cast/c_ofb64.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 0b8de76703e9a118c35c801017603b8d909d025e..5ce379b6a3fc0feaa03ab0cb48a083cecdd2cc2c 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/cast/c_skey.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index b0f08294e37356876623fbb4a801f06158172bf5..10a1de3d7324397594112466885a8fab016b3dd1 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/cast/cast_lcl.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 380dc81aef37aa12fb01b5638e872311adb38af2..6eb0542d68337eb5b0e3ceae6c57c5552f9c17d0 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/cast/cast_s.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 62658680e68766824b8e6e5eb25be518c88ed05c..77f4ccbdeaf62b4a00f28746b4d81e584a83a231 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/cmac/cmac.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
index 017f55c5899ac699731d3a0b00aa81b7662fcccc..d83993584ca17facc15bda5f70054df56e1b901d 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/cms/cms_asn1.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
index 6f59aeb134cbb47b66d0690b085b7a1c4b29d33d..834a254f5da4fe8f6debd683b4fd58db7cb229c6 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/cms/cms_att.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
index 1b84309efbf98ae297daf220dcb4a8261fc36486..4854259881b7bad485760962b16be4342af5256f 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/cms/cms_cd.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
index 9ac45b53e2f9d7d5011879fc5a1701d0d26e72f4..54444b1b65c7f10a3e0e0cb75af7791aaa723419 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/cms/cms_dd.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
index a16120fc7287d3721ce516d621972699412edbf8..23adc2ffdabdeaaf91502545e8fe1d9f21dd9196 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/cms/cms_enc.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
index 9ea5e06695a16ce15f2a66ffe9947f771f0ac55c..3b065ae250062bb5ba089da847668d888abacc5f 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/cms/cms_env.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
index f1e47e6484c27eed87b619d01b5db15a5ec163d7..8d43bb1ff5e2f71555c5220763aeed9597350edd 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/cms/cms_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
index 3e35d060d9c904e48186eb8b7ee8a55919020006..353ec0e858fb8334ad939e1aa36236f90af3afcb 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/cms/cms_ess.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
index 1d1d43215369fa094af807c7009b1cdc6dee2f83..bac583e3ba9584aed48830ab4d78d244df7e0256 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/cms/cms_io.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
index a8dc9ab72e34be7b1e3512cae997587736c0672c..e7ebf6cd90e6d3874ecf401a96ed692c4ee402fb 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/cms/cms_kari.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
index 6926cdd41bc9af2ca92991877de50a5e751207fa..7f04f20c70c91f438a96c10005b2da7c69255e7b 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/cms/cms_lcl.h */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
index f6de4efd3a62bd480619f5adaf7adb6990ed8017..42ae38ff2b7d8b40abc60bb8365eaa499f9585b9 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/cms/cms_lib.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
index 750dc51ab5717057826eb0aa6b2fd65d3001b849..5ab20e2bfad042bab86274176fbe3c7b114ef9b2 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/cms/cms_pwri.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
index b040d28465cd57418386a0d2b466580e26a00787..444af0b08bc8df3e1cfc29fa4903a575ce8034e9 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/cms/cms_sd.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
index 5b55f055f76063398e8e1bc4061e6d4af5ab1b6d..621667bdb9c3e27d82b3b9d942b2ae5891987644 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/cms/cms_smime.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
index f3a772aaac98da03a62c31f4d1287b979e2334c7..96f2a9971bbc3692bbbb0523fea66d568670f561 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/comp/comp_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
index eeb23494599564f286de709029a60581bfa753a8..78e932e3d7bb75bf7ca3a4b502074548361d0ad5 100644 (file)
@@ -1,4 +1,3 @@
-/* conf_api.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 5d929f1a00e7c8cf0a1256bebacd5be6de033597..0f3f52abd3ddf87d055d1b1f585325490ff8ff69 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/conf/conf.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 07d21064531eee8677e6f3fa20c6cb1f62936383..3ebb0f7a736f9f65b1c430034eb9e7aac7de7906 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/conf/conf_def.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 670778774e785be430c5392a9561d71f736e3275..80ea3ce7986247a2d9e063fe078251e34eeb7d91 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/conf/conf_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
index 12a061c2631d1c049da91f3254e379c15a900049..849b670e10079f72f771fbb821bad81833f91802 100644 (file)
@@ -1,4 +1,3 @@
-/* conf_lib.c */
 /*
  * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
  * 2000.
 /*
  * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
  * 2000.
index 5db7da076d922fef652993e63088b5b49406c39b..0a33368cfdb358901b44f8694329ec96ac801987 100644 (file)
@@ -1,4 +1,3 @@
-/* conf_mall.c */
 /*
  * Written by Stephen Henson (steve@openssl.org) for the OpenSSL project
  * 2001.
 /*
  * Written by Stephen Henson (steve@openssl.org) for the OpenSSL project
  * 2001.
index 4fafdeddd333d54e1b4dcaa88aaab9a5354e6ab6..9f02c7740242efcdadbd3abfc77b59f17ff8f3b9 100644 (file)
@@ -1,4 +1,3 @@
-/* conf_mod.c */
 /*
  * Written by Stephen Henson (steve@openssl.org) for the OpenSSL project
  * 2001.
 /*
  * Written by Stephen Henson (steve@openssl.org) for the OpenSSL project
  * 2001.
index 58b0a1b15cb6c1fe315b4e3da36845c3ea2e157a..fead45134a92ac6934b0ac9cf51835888650354a 100644 (file)
@@ -1,4 +1,3 @@
-/* conf_sap.c */
 /*
  * Written by Stephen Henson (steve@openssl.org) for the OpenSSL project
  * 2001.
 /*
  * Written by Stephen Henson (steve@openssl.org) for the OpenSSL project
  * 2001.
index af505ac5b1244bd23f43265e8c03b01250bbb108..46bd9c82d648eb5fdaf33fec6a5bdaca2620a3a0 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/cpt_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
index a9f9697c70eda0ccae8e9ef7888fdc486f0f6068..14a84243c646aee63c46bc3fb051eda586e1717e 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/cryptlib.c */
 /* ====================================================================
  * Copyright (c) 1998-2006 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1998-2006 The OpenSSL Project.  All rights reserved.
  *
index df79252449e5fa5be1132ad684ca827023fc44ca..165776461761c017115bfe2240a4f972dfd66f2f 100644 (file)
@@ -1,4 +1,3 @@
-/* ct_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
index 8e41fcef7467edd27ae0e98a5ce0d5922efc05d5..5405e5c84280abe51d5a12016c4db6679718769f 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/cversion.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index f89b5b98e42ab356c2c9afd686c73cb79976d52a..1903765c732184818a28f54aadade69c362d34dc 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/des/cbc_cksm.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 7ee359928c3db54b8ccb0159a16cb16503497ce7..5b84e844b4295c2dc12841342ee898cd0646d62f 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/des/cbc_enc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index ba4f00b3b5a735859eecd17cfd4217c543445a02..49222451bb57dddb50e9ee4d9dab85c2b0a1e443 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/des/cfb64ede.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 7346774eb2aad4ce76d666612d10a3cadb6faf97..f9dce3dd38fa0d3e1d4aa7cf589698a9542eb185 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/des/cfb64enc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index bd0e299716c90355bd84705ba077ffc23f5d8019..dd213b0326fe211c0ab5fec7a53cdf2b3a79aaaa 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/des/cfb_enc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index d9701def40af4d5af5a6549586924337b5908fba..613735190fa1922e527bd690ac64a43627508641 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/des/des_enc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index cfd15c3b14392c08df9579d1bd7816c2abfaf605..651eb3a61c9cdb7e4b83d1d62920d1fe60b32548 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/des/des_locl.h */
 /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index c49fbd41e62fc7939d18c849b3c152f3ee4d30a1..e96dd9e507aeb40039bf8e1a740df77a2c6bab31 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/des/ecb3_enc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 4f104eae1435c58493b6229b97ef7954975b8a31..56a6a0b4dad05af01a2b9a4d05558b82c9be8907 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/des/ecb_enc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index e90445441a22f5d2063acb9ba9e0f07acab2e41d..a37e7532408279011d8f7de07a0f767b55007f5d 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/des/enc_read.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 0fbef13fcccd156a2d657bb6ab7b85234aaf6583..dd1c0f9c40366d9aad002f544d328820c57d68ad 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/des/enc_writ.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index b9e87383d2febc428729f3a4aace3c2b5a79151b..8fb9350c87b1fd4e29d3903ed099381e7b863a33 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/des/fcrypt_b.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index ab267cbf38185982c75e1fc6b1815e6a14ac8cb9..208615d47b9fc7b034dbef9d2b34a5c256c017a6 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/des/ncbc_enc.c */
 /*-
  * #included by:
  *    cbc_enc.c  (DES_cbc_encrypt)
 /*-
  * #included by:
  *    cbc_enc.c  (DES_cbc_encrypt)
index 215b38dff54da5923c13451ddb5d8abe171c40ca..97d4f611f41370c89970843da041c83a69b51a8a 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/des/ofb64ede.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 8e72dece51216ebfe4274db3b8a7c6d537479e58..53c558f4012594d0c2d1a92f78e38caafc2851a8 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/des/ofb64enc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 02a787752ef3d8cfaff348162ff4d0ac1affe394..a988630a24e65e086f559a219c018f21c0993868 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/des/ofb_enc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 144d5ed88f537105e5b70654540dc093d6757180..91a6caf0bea163182d81d4d932524b161ac54e74 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/des/pcbc_enc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 10aa98f24499773e0681c61ff5fda9816ef7ef42..1ff0b7592d540285768ac4e4ba0eac3b94639780 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/des/qud_cksm.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index b75cc5f9b0fa3c53c37e9608136cc335b578e0fe..da95bfebae29ce9a6303b6af9ef25e69ac0783c5 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/des/rand_key.c */
 /* ====================================================================
  * Copyright (c) 1998-2000 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1998-2000 The OpenSSL Project.  All rights reserved.
  *
index 76331396048fe21a979151e2a1c4ce87c844734f..db31adb526c90566ec4b0224b306e494a08994d0 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/des/read2pwd.c */
 /* ====================================================================
  * Copyright (c) 2001-2002 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 2001-2002 The OpenSSL Project.  All rights reserved.
  *
index 986ac55348e7b94c9a10bb9d0524b26a6dc3414e..727e28596c3bf1d9d8ef17bcfd757a0601c7a522 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/des/rpc_des.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 2245bca7f6c5e8a867fff12d643acbb3c0ab7ed4..76cdd0c7be2250ce4a0d463770ec73089fcc8bd0 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/des/rpc_enc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 5c63164747635e1c6f16ac12fd70bef123e804ff..d9fc921f83094117387932324454e8a7199c330e 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/des/set_key.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index e85d31005245bc8cecdd04a2caf648c2dd7cf430..cd55a452472d5267e09b15bc3d963383fa665d2e 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/des/spr.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 38a478cf435837f24f33181c3e6f3e9a65650483..cd426c6b470db19c46a41ee062b0b1602f70d04d 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/des/str2key.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 201ef70b7cf89a790dc206306d5404f4ac6e2a01..11ee004590c2a47fac8b78adda9ff69f816b796a 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/des/xcbc_enc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 860feaaf9c6fdca1436da97031d927644f466fa5..2a6411ae66270cb04ad28a83d922da194eaedaed 100644 (file)
@@ -1,4 +1,3 @@
-/* dh_asn1.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.
index 7521180d2b8263579f69fb36e5587ee11755c602..d85696b462863287a747747b9a0d7ff75373476a 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/dh/dh_check.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 78875fbc6bea4c0c0a95ca293464feffeda02ca1..4b38570d5e8c8e3cd5051e7f552c04a8d0a07950 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/dh/dh_depr.c */
 /* ====================================================================
  * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
  *
index 6a5380044afe17d309716a754e1caf2321b0e39a..4778b8d8751666ab1a5cb480e00eb2f2b8783f3d 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/dh/dh_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
index 778f8a99c0b2388bf511408548665baf3a5cd04a..bfa2376c390b62d75ddbfe2a21b6b93d7614f481 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/dh/dh_gen.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 8ce849896cea44c8f2d7c33bb870719e57a2457f..6c31fecd12f2acfbd250adc98c28a3e754e35e39 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/dh/dh_kdf.c */
 /*
  * Written by Stephen Henson for the OpenSSL project.
  */
 /*
  * Written by Stephen Henson for the OpenSSL project.
  */
index 271c6f4c6af7914146948e367cf8d7bc462644ca..fcb851c0dde57c379831f2104ee23679b1c9d208 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/dh/dh_key.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 08aaa1ddb16596e85059edf85c215726a3b865d4..013008eafec76de63685b85eef67be7d6aeff650 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/dh/dh_lib.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 7dc71013f35b36bd162696a31fd717effb8d889d..4c89a142835886f2f95315559372c4a4cc596b17 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/asn1/t_pkey.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 5225a389e61bc6cea04753074d9ef3283eae3518..b83f141bfced4f8b6cd65bfe08149d70564787d7 100644 (file)
@@ -1,4 +1,3 @@
-/* dsa_asn1.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.
index 90dbd8d18e8eefd4a50285f488e32bc02ce44503..e02c10296c533c4250d466f6556d5324b584962c 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/dsa/dsa_depr.c */
 /* ====================================================================
  * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
  *
index 913ebe7e28020790338f99e663a19955ee217dd3..2e292583246478debda3f91b3b8be54ac8b1a85e 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/dsa/dsa_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
index d6e36149c70e619ed1b30430d5f9d73f9bcacf41..b3fb27f4f01878ff90b91c3e67c5cf98fe847b35 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/dsa/dsa_gen.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 0cde6d19a301453e7d8a589ef3a265b8cafef4ee..831c2b1d9b63b81fc44bfcd48be75f70bf205648 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/dsa/dsa_key.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 722602cc90dce331ed91bc80609f69719223bbbb..b8d8e10ddb8e4cc06d9929e70c2a33f3d4c9e1a4 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/dsa/dsa_lib.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index b4bb254a17a159bd0ed2f173e5c6168c74d8a71f..cbc1e41bb96610e1fd006c325b1215756370979e 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/dsa/dsa_ossl.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index d1aef75b0fe9e3c1c210b797748feb7e2d47be81..de3374562cdef324b5270fbe36edf7b2751dbc2c 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/dsa/dsa_prn.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2006.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2006.
index e7c8b0cc2ea7658a932cbd98d60b4780febfc4fc..ca712cf201bc69e69f90dcd36078594c2b1ebe44 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/dsa/dsa_sign.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 9f45efa136bc0e2a6577bf48940932483bf0ee7d..6724b7545fdd78c486c28010a9bab010dbc79f40 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/dsa/dsa_vrf.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 221ab7ad9bb00068a5d51692a160e5421b24edf0..977e177a4a3ad1c2b5e064e7dd9516b39de78ba6 100644 (file)
@@ -1,4 +1,3 @@
-/* dso_dl.c */
 /*
  * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
  * 2000.
 /*
  * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
  * 2000.
index 8feb9d7ed91a9b19bd8d36a723a638fa85ceb047..8d97cfb2336eda1fae200374acc26f95dd7dd9ef 100644 (file)
@@ -1,4 +1,3 @@
-/* dso_dlfcn.c */
 /*
  * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
  * 2000.
 /*
  * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
  * 2000.
index 546c616034245186375ad899d9666dfc15ba07bf..2a7c821a8645f6db427755b6eb22270c760ed22c 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/dso/dso_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
index dfa738aa0a7e812a168a4bcc9eea299fc41ee4a4..bc3a785940de7efb01c311767120bcf1b2e4a4bb 100644 (file)
@@ -1,4 +1,3 @@
-/* dso_lib.c */
 /*
  * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
  * 2000.
 /*
  * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
  * 2000.
index e27f98e49ee22376650703e972e57ef96640d0e8..fffa592ae6941aab6a8191f4e37f4385d09bacc7 100644 (file)
@@ -1,4 +1,3 @@
-/* dso_null.c */
 /*
  * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
  * 2000.
 /*
  * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
  * 2000.
index 191cb6a97c0a34bff08d4ce5948f0ea9c0aeee5f..5aa0536edc8505364c7317f7108c69af7c292974 100644 (file)
@@ -1,4 +1,3 @@
-/* dso_openssl.c */
 /*
  * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
  * 2000.
 /*
  * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
  * 2000.
index de3102abbda1f7f906fd69e40eadec063991dfa4..a36234d0a2e7e51e3a95857e85408ddaa78ddd18 100644 (file)
@@ -1,4 +1,3 @@
-/* dso_vms.c */
 /*
  * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
  * 2000.
 /*
  * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
  * 2000.
index 244c755899fdfde9090e8b0c9001682f2943e9da..3d9ee8a5580fe562d5a2187af006535b2db5b496 100644 (file)
@@ -1,4 +1,3 @@
-/* dso_win32.c */
 /*
  * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
  * 2000.
 /*
  * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
  * 2000.
index fd6df92b468b00295823f69596657009ee29e94e..c16c0f824f06b73cfe48f4741f7591e33c4e290f 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ebcdic.c */
 
 #ifndef CHARSET_EBCDIC
 
 
 #ifndef CHARSET_EBCDIC
 
index 2049dc57f8696da8d30d2eb40af5c5eb977d0d26..c9723bff8e2725de513853b0f6d5c72e2e9af346 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ec/ec2_mult.c */
 /* ====================================================================
  * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
  *
 /* ====================================================================
  * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
  *
index 33f703b168bf56e58a98b4c9a3393388a351fe6b..8c88607213e9400f3dedfaec7218860bc3dd02d2 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ec/ec2_oct.c */
 /* ====================================================================
  * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
  *
 /* ====================================================================
  * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
  *
index 6d6be307943ac80cfcdb9098bd1fc98cfddc47e3..c2ff3f65dda99cbd371ca519c2ded6900b2523bf 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ec/ec2_smpl.c */
 /* ====================================================================
  * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
  *
 /* ====================================================================
  * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
  *
index 05cdfbf64bac3ea774d41f8362918ae5eebf289c..ab68e1ea5a15d18583d5928cac57476d6b0c3957 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ec/ec_asn1.c */
 /*
  * Written by Nils Larsch for the OpenSSL project.
  */
 /*
  * Written by Nils Larsch for the OpenSSL project.
  */
index bdbf91c4707e4196b4c0e3b922cacfa11aca5759..c168ab4e068bf9937f40e805f7ce787abec73f38 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ec/ec_check.c */
 /* ====================================================================
  * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
  *
index f42fe3a17525e5f09ec2e759c6639255041fc2f8..e8e991458d8f0d69df77a6401f5854f47eafd6c8 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ec/ec_curve.c */
 /*
  * Written by Nils Larsch for the OpenSSL project.
  */
 /*
  * Written by Nils Larsch for the OpenSSL project.
  */
index 07206158027f1aa36b630f0e1fa93d7891c2c71d..c9951414c9948ca9786119ca993ed7747b20a0c8 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ec/ec_cvt.c */
 /*
  * Originally written by Bodo Moeller for the OpenSSL project.
  */
 /*
  * Originally written by Bodo Moeller for the OpenSSL project.
  */
index a826109e46989bd111267cfb3ae2d92c3fb8fe7f..4811fa25dc0ff074ac111e282684d225d7afe6ea 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ec/ec_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
index 2469edcd2f7cf399eab39e97c98ed22fda7ca8be..970aeca63b43cf7d847c760a8e6f93dc199625c6 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ec/ec_key.c */
 /*
  * Written by Nils Larsch for the OpenSSL project.
  */
 /*
  * Written by Nils Larsch for the OpenSSL project.
  */
index 5d77cbea360b28cf8c2c6847beb6133fdc37c956..51992aff433b504cb9db3e6bb20c30093ff1744d 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ec/ec_kmeth.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
index 2c5e1d901dfb60d663e5629af8b3e987538fbf9b..5190b91109b809400b25cebae112a200311ea9b8 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ec/ec_lcl.h */
 /*
  * Originally written by Bodo Moeller for the OpenSSL project.
  */
 /*
  * Originally written by Bodo Moeller for the OpenSSL project.
  */
index 6fb4268b8c898ff98a533a244aaab5ecf618eb34..f81489d20d3aa9bbcddeb911d0cef278cd61968d 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ec/ec_lib.c */
 /*
  * Originally written by Bodo Moeller for the OpenSSL project.
  */
 /*
  * Originally written by Bodo Moeller for the OpenSSL project.
  */
index 5908f594f109b5158044f7493c05f1ff8d42a99e..1bbb7da72995bc5e49980a30069d40bdb078b566 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ec/ec_mult.c */
 /*
  * Originally written by Bodo Moeller and Nils Larsch for the OpenSSL project.
  */
 /*
  * Originally written by Bodo Moeller and Nils Larsch for the OpenSSL project.
  */
index fca50dc6bfb73837eb998416cb6f43c692c279d6..d6bb62af1572172ac5efcad03ae875689b9096b8 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ec/ec_lib.c */
 /*
  * Originally written by Bodo Moeller for the OpenSSL project.
  */
 /*
  * Originally written by Bodo Moeller for the OpenSSL project.
  */
index 7bc0760c5b425dd4541d9506f89e93668d7499d2..b80ce384fcb5e0901d67309b774f4442a1992ad6 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ec/ec_print.c */
 /* ====================================================================
  * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
  *
index 8bb141e035b1c150ef72ec5444ffb24380a46d4b..e60574f5f53c9ee625763c3cf2c30da9df21e2fc 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ec/ecdh_kdf.c */
 /*
  * Written by Stephen Henson for the OpenSSL project.
  */
 /*
  * Written by Stephen Henson for the OpenSSL project.
  */
index b7f09eba17616cc5be4b551f897d9cb03dafa61f..beb3fc20b8d1b79cfe015aaed2f7eaf1ca0a29a4 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ecdh/ech_ossl.c */
 /* ====================================================================
  * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
  *
 /* ====================================================================
  * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
  *
index e48d100e0481088d5dc4d9121dd9b35b1958b2ac..b4e37adccefb7f7c582a6794e66b331be7de5bcf 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ec/ecdsa_ossl.c */
 /*
  * Written by Nils Larsch for the OpenSSL project
  */
 /*
  * Written by Nils Larsch for the OpenSSL project
  */
index ebef4a14d5837218935c0d33428c6d3cb63f7182..df9017598017ad63074e568597c4beb9b3a7f8e2 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ec/ecdsa_sign.c */
 /* ====================================================================
  * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
  *
index 8a550bc786356f1d64149f10095af3eeb1827aa6..0441bc0c59c75578551ea6598339bd3474ada279 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ecdsa/ecdsa_vrf.c */
 /*
  * Written by Nils Larsch for the OpenSSL project
  */
 /*
  * Written by Nils Larsch for the OpenSSL project
  */
index b9653ac9f9c2ed8880cd228f260b770cea1dc498..6449bc441c68e18e419297eee2b0eb08ba178974 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ec/eck_prn.c */
 /*
  * Written by Nils Larsch for the OpenSSL project.
  */
 /*
  * Written by Nils Larsch for the OpenSSL project.
  */
index af914aa5975b6d6f082cc994acc533742462b3fe..799aade01e7e47ca383a1d0e97d89be9ce218491 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ec/ecp_mont.c */
 /*
  * Originally written by Bodo Moeller for the OpenSSL project.
  */
 /*
  * Originally written by Bodo Moeller for the OpenSSL project.
  */
index 2efb69e8e6a1af3b0e6254c07a1612d8c88d1d63..a484be442dde56e4244dcbe29440d3d15bd72d2c 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ec/ecp_nist.c */
 /*
  * Written by Nils Larsch for the OpenSSL project.
  */
 /*
  * Written by Nils Larsch for the OpenSSL project.
  */
index e17ac18255d3ceff728c0dae6b502ae52d60c249..42cf53514300044136f744a658014bc1b44da41f 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ec/ecp_nistp224.c */
 /*
  * Written by Emilia Kasper (Google) for the OpenSSL project.
  */
 /*
  * Written by Emilia Kasper (Google) for the OpenSSL project.
  */
index 9db5ffa7f21634e103166b5d5443c0b6493788b4..4e2f23709a62a979260d5289eb2ef1030fa529c1 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ec/ecp_nistp256.c */
 /*
  * Written by Adam Langley (Google) for the OpenSSL project
  */
 /*
  * Written by Adam Langley (Google) for the OpenSSL project
  */
index ee9c07e885be0f4aff9de1c3fad02bffe461f551..3122f3f8ee46228dba1596e8995016c47d97b68f 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ec/ecp_nistp521.c */
 /*
  * Written by Adam Langley (Google) for the OpenSSL project
  */
 /*
  * Written by Adam Langley (Google) for the OpenSSL project
  */
index 8ba2a25e9380132282f302f3c7472ae76f9075d6..67808e2a6dd8474e4d5cdaa5a81897f69e25d961 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ec/ecp_nistputil.c */
 /*
  * Written by Bodo Moeller for the OpenSSL project.
  */
 /*
  * Written by Bodo Moeller for the OpenSSL project.
  */
index 8bb7aa30907694506238fe3665d80ee73645b932..14f62522cb5d0e9a162e40af1d1e3ee0a2cd196c 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ec/ecp_oct.c */
 /*
  * Includes code written by Lenka Fibikova <fibikova@exp-math.uni-essen.de>
  * for the OpenSSL project. Includes code written by Bodo Moeller for the
 /*
  * Includes code written by Lenka Fibikova <fibikova@exp-math.uni-essen.de>
  * for the OpenSSL project. Includes code written by Bodo Moeller for the
index a4830cb0067207fb5c3b3797cf56fdb7c8030e4f..2a1b15d3a5c3a84ed58c48d9a20267d787fe0f3c 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ec/ecp_smpl.c */
 /*
  * Includes code written by Lenka Fibikova <fibikova@exp-math.uni-essen.de>
  * for the OpenSSL project. Includes code written by Bodo Moeller for the
 /*
  * Includes code written by Lenka Fibikova <fibikova@exp-math.uni-essen.de>
  * for the OpenSSL project. Includes code written by Bodo Moeller for the
index 74cde879ae6679dea59814249542fc9604d853de..285ce955b18b146d9cb0ebb105cad4ceba133b16 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/engine/eng_all.c */
 /*
  * Written by Richard Levitte <richard@levitte.org> for the OpenSSL project
  * 2000.
 /*
  * Written by Richard Levitte <richard@levitte.org> for the OpenSSL project
  * 2000.
index ca45af564fe5ab4e7ffc2096f440f2dd69ca37ea..ec8c4493f912231bde3ec906161d6124021be1e3 100644 (file)
@@ -1,4 +1,3 @@
-/* eng_cnf.c */
 /*
  * Written by Stephen Henson (steve@openssl.org) for the OpenSSL project
  * 2001.
 /*
  * Written by Stephen Henson (steve@openssl.org) for the OpenSSL project
  * 2001.
index e6c0dfb01161f29bf8d19b49bdb323c38eb5acf9..2757755d2783a0a39c6df37b49e8548ad3280b4b 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/engine/eng_ctrl.c */
 /* ====================================================================
  * Copyright (c) 1999-2001 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1999-2001 The OpenSSL Project.  All rights reserved.
  *
index bdd0a1aeb6d0b351a489900de28d105b023b4696..25365256c3ca041fcfc86259ae30e69bec79c84a 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/engine/eng_dyn.c */
 /*
  * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
  * 2001.
 /*
  * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
  * 2001.
index da212c67361497ab4f0b72c474f0ad5d2bf0300b..9a9337af5e5772a24c87255f21a5f6e2644402c3 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/engine/eng_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
index 79d30bc8f529fa6a501bd156715e8c6330bdcf70..b331608a6eae947e37e91d25eaa299f8b4911439 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/engine/eng_fat.c */
 /* ====================================================================
  * Copyright (c) 1999-2001 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1999-2001 The OpenSSL Project.  All rights reserved.
  *
index 4ea7fe633ce54363483f2337572889af7b1a70e6..9a57e079ee744e948a813deb54d7a2571ec516f8 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/engine/eng_init.c */
 /* ====================================================================
  * Copyright (c) 1999-2001 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1999-2001 The OpenSSL Project.  All rights reserved.
  *
index 7062bda889305bb16a0893ed80d60ccbe7fde1a4..d75ba5fd0ac6f425711240fbbac9346185288e28 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/engine/eng_int.h */
 /*
  * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
  * 2000.
 /*
  * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
  * 2000.
index ed1034dc3bc0251806ce3ad4ba2f218d4b255b3c..f684e8fc9b3e6b2cd604e3dc072cfdc34ee39bbd 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/engine/eng_lib.c */
 /*
  * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
  * 2000.
 /*
  * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
  * 2000.
index f7739bae5eee5f470430cd1b2fabd160075f7933..1c152c73a2c525f6e6d4c9bf1e291c6220dab388 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/engine/eng_list.c */
 /*
  * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
  * 2000.
 /*
  * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
  * 2000.
index 67aa7a95fc3ae2fca59ef6b32ba81a0f7abd266f..8540673bd140856b5238a489915931a8290dd2b6 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/engine/eng_openssl.c */
 /*
  * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
  * 2000.
 /*
  * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
  * 2000.
index 23580d9ec80e4a3be791feca257033073d13b404..e581ac3113800919963c0fa9993dae3de038668b 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/engine/eng_pkey.c */
 /* ====================================================================
  * Copyright (c) 1999-2001 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1999-2001 The OpenSSL Project.  All rights reserved.
  *
index c78e810cdfaecd8b681c813f148ae687a23a1b73..2b2ecf4bf238657a8bd977015c0db111fb2fe647 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/err/err.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 6de9c214b5f22f2843d7045d13e0931f271c9a38..6309733fb65c4f0a3880cba5cd294bf17ee2920c 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/err/err_all.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 7a74fea7e50cf64194e399c41259c7af49d4a120..955decd2d958a122f2ffc046848cc6786fa2d1dc 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/err/err_prn.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 8df0d3f8d0a91c119420ead2d9a17a36c436b235..097b0958f1efc7699beb5492975ed1b2915f4b27 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/evp/bio_b64.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index c4daf8b691036159237e086d97e3ffbd58414957..9754031e2bda5ce30485dfe546d8c01ebeeea95f 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/evp/bio_enc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 24c7dc3bea391f0024b3889bd9d2ff321ca4c147..30a506ebbaab43976d366d08afc56ca77b0733e0 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/evp/bio_md.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 5f3f2dea9fe23aab10a4eb150caca0bd75e1bd7d..ec5d7199f527d599ac492bfebfd063b8bad9cc62 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/evp/bio_ok.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index e56f5adcb72d2546a738314e12ae19fd1c1f9039..6dd2bc764cbcb7b6eef57e80a0457fb5647c98fb 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/evp/c_all.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 49f4c66a676c8599e4de50723d918db5abc0bb9f..b59c33e2cc0014b3356fe0cf47c4d0c2be76732d 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/evp/c_allc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 70e462da412cdb0539609381e0902e246e70c30b..4309a0c814aaa4e2402ffc277d0f12711d221ba4 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/evp/c_alld.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index e56e2c9f72966d47cd909f621b6464fc71f10bf3..1e7cac81575e8e6f39ee06ac5b226412799820ad 100644 (file)
@@ -1,4 +1,3 @@
-/* cmeth_lib.c */
 /*
  * Written by Richard Levitte (levitte@openssl.org) for the OpenSSL project
  * 2015.
 /*
  * Written by Richard Levitte (levitte@openssl.org) for the OpenSSL project
  * 2015.
index 33688f99e432c383286d4f10e0a350247818b328..52ff05f8f16aa67e01e89e1db623ba87ab450787 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/evp/digest.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 01194b3ffd4c80ab6858a94183c0768510c81a77..108a80b17c0d944111b9d35b8fcda938056b6d31 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/evp/e_bf.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 70627754774656184701cccfc28ddd2c0315223e..924df8d0ec2d0f4587b553d937ab36ff1cbbe74f 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/evp/e_camellia.c */
 /* ====================================================================
  * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
  *
index c3b778d36d5efaffc59d3d7be117103e13eeaaa0..e4df25f0588ca0d6692bf6322282327c82dbd3cf 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/evp/e_cast.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 929151c3c7cbfba21749f90c77182e40c604004c..c083e3f7d364df4ad9624e8f872561997a2b3506 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/evp/e_des.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 8b6c2b590dde884c8647f97cd0840230a1bdc10b..0a16b486e1dbb5225a02978abde4412d5bdb2806 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/evp/e_des3.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 261fbeb1755697a32e422f6e8934a955f2dd2e94..598dd3f17251d16de9b6056c5f4afcfdbcfcdee0 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/evp/e_idea.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 3f422cf3f3149bbc80cb2e83049604a08a81763a..7843196455888d55e755665b68e4d5bc13491476 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/evp/e_null.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index d5c4b4e09d2647a14a8964fa1a443d260049da63..759856a8ebae53c50f534a101321a32060897e70 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/evp/e_old.c */
 /*
  * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
  * 2004.
 /*
  * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
  * 2004.
index 03a5a73c9410b5762cdb64334f0ba7b952af8bdb..8a56723c7e3dd6d3efba4fe033c6038e44fdc2b7 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/evp/e_rc2.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index e27dd7f2d03af70c32a24bd0f02343376b54000a..ab3cc908ea222898f2fcd2e246c01442390b27c7 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/evp/e_rc4.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index a97f2a08bd6b2647ffbe194eac2ac88b4e7861f7..58980f56defbf4ac7e59d014eca1944624ddb5e8 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/evp/e_rc5.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index c7a95e4f16141439a7ab7e61a50cdc12bb260cc8..f8523c38d906a46e6078af94a7e64d3ec3d33dc5 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/evp/e_seed.c */
 /* ====================================================================
  * Copyright (c) 2007 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 2007 The OpenSSL Project.  All rights reserved.
  *
index 1da331d995b42f668c6decf56b1796e0d3e07d26..92fe893d7e4ccf3b261d063b11aa51ee0d03d441 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/evp/e_xcbc_d.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 91160adec06c31d5049333bfe50e395a711c7009..de52ae4c2f7c7bcce05bcddf4c76e122e5984d27 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/evp/encode.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 44070bc9c600bbccd01d0537546dd6d7c05fb855..285be1fb7516a6984ddbeaf0db8653a60d6484fe 100644 (file)
@@ -1,4 +1,3 @@
-/* evp_acnf.c */
 /*
  * Written by Stephen Henson (steve@openssl.org) for the OpenSSL project
  * 2001.
 /*
  * Written by Stephen Henson (steve@openssl.org) for the OpenSSL project
  * 2001.
index 03f34a011d3ec17d905347957cb06b93ebaedfaf..7a365276e84c63020b3f73c8528a082c906b2091 100644 (file)
@@ -1,4 +1,3 @@
-/* evp_cnf.c */
 /*
  * Written by Stephen Henson (steve@openssl.org) for the OpenSSL project
  * 2007.
 /*
  * Written by Stephen Henson (steve@openssl.org) for the OpenSSL project
  * 2007.
index 32e124e6500986b9db14a04bd8a0bf311b439520..1b45a941978d333c992cd4f02a75fe087f228e52 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/evp/evp_enc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index c008d2b5103c6b7f15679d761b61283a1dece432..add74cadd3c01dd9e885ac27b272e72f11dfc8ad 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/evp/evp_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
index d2e6d8c669f2e6a844d37282bc1c980b55458b2f..ccd9280d92570932af148c615431f32d14de2d7f 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/evp/evp_key.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 50f12b4323625ad8a755251fb0101260c11400ee..ff2a1d253adffd6783c350a08e85aaa53ed6bab2 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/evp/evp_lib.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index d93ea34fb3df60bb1a39e3486b085e8a76632020..c85a46a4c811f6268c40323dd6359e508458ea8a 100644 (file)
@@ -1,4 +1,3 @@
-/* evp_locl.h */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.
index da7c7d335f0d595ad5656e7b179755790d3c2cf7..ddf9bff93e593bc8741a2cb41b002881175ace9d 100644 (file)
@@ -1,4 +1,3 @@
-/* evp_pbe.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index 65ccd5bac4fd2cac3ab8223179e6e53b14033358..530f724033ea89fa10134e2f752e98e837d6ad08 100644 (file)
@@ -1,4 +1,3 @@
-/* evp_pkey.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index ed2dfd88ea498bb8bd8e639424683f948c924c63..5c1ac38624a4fccb1cc001da3e6acdc413134256 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/evp/m_md2.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 8987c42d3a3e06ff9a781729e160c90f42c013a9..e63db4e1f92431779a30e18a2c3eb2771b904740 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/evp/m_md4.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index ad2660459542b6fb068418faa240541cde3f4630..adaa8577ebc9d16358c3083b111f4d1b4d0bcbf0 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/evp/m_md5.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index f5472a37770b157f35ed679b1a16e97e7d65c37c..949b0e5a16d0146dab350c60e16b88922c65fe48 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/evp/m_md5_sha1.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
index 8934b549e863eaec200b734a66b4af10a2445b6d..dbe71dffaf8c90e5755c41e4b2ed3af64d4f0505 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/evp/m_mdc2.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index b64911587fd41afa49ca23af49f33c4b6d577db5..0fc8c9916e6cb49e71fe994369aff7931075a715 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/evp/m_null.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index faf09a15f28b2c0e549fbf5848dd7219d01e94a1..67aa3cf202f412d1640e68be52751a5a991215c3 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/evp/m_ripemd.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 2f30c3c73346f2dcfc127d69497d8258f33ea07a..fb674aee5d70ac78910c9994035ea9b3117b4ef3 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/evp/m_sha1.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 067d3301441ced006a4a0825f890c0ec562722a2..0fe223fd3fe33ee0a78eb73e46beaab13ec0ecdd 100644 (file)
@@ -1,4 +1,3 @@
-/* m_sigver.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2006.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2006.
index 0a4a3a98c244cf547a241f9a1d57d504df7799ca..12b7765ece62c6f69c6ed3ea49780f96e1869561 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/evp/m_wp.c */
 
 #include <stdio.h>
 #include "internal/cryptlib.h"
 
 #include <stdio.h>
 #include "internal/cryptlib.h"
index 8d132e9af0edcb232356036823cf046d10adb823..610e0f5bebcac2bf3e5d2dfa9f175925b287c842 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/evp/names.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index d27d83f7eeee817e0aaaf16ac34a797248af1f2c..7900e2873f154ffe29e28bf4893cecc38469684b 100644 (file)
@@ -1,4 +1,3 @@
-/* p5_crpt.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index 0f5b82b1aa7f4680c495f34a7c4a0f104d2b719d..b9ff5de07a44374880df9cc69b4233a26996e284 100644 (file)
@@ -1,4 +1,3 @@
-/* p5_crpt2.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index 218c674bc37b8fd8ba7e449e2902b234d45b61a7..37f6822be46af656fd98d51ba3ac2eece14baf81 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/evp/p_dec.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index d2069c9c7d3d403d52038a06014f92e9fe456a27..d3bcaa0b7e4f67f792e794e20f244d557c962487 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/evp/p_enc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index c7a0b5ac4c1e02fa710f8742ac3e7f1d27487fc6..0626c27e154d4a38da2faa70713d345080918d25 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/evp/p_lib.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 0f2bc02ad2e72b4f75b8d7db0f992e2b6801e0c3..41a721eea5790018ed111d9b0e3d2cb814572247 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/evp/p_open.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 71231f4780d72cf38aa34c51b38db92299139dee..52436d1244cd4e122f8dafd0b289e0491016106d 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/evp/p_seal.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index c5e479e8bdc9aada9c3d6ad50da26d6745d7b19a..46d2dccffce1168621e9b4974d72922e11d39449 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/evp/p_sign.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 32ec0de12115bebaa72b9817571e428b8e857d4f..631ce352f727d237c0cdbf8b5897699f297e67c1 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/evp/p_verify.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index d86110b4e77a12c3da5380c84ebeb6b304fd5f4e..11c319dd41f0157292cedea4d17af937273fadc4 100644 (file)
@@ -1,4 +1,3 @@
-/* pmeth_fn.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2006.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2006.
index 368c687e2f29e5c87d54913f281a5f8b81911a99..6d58f1b05e0b5e569fe8c3e04a4d5508a9053af4 100644 (file)
@@ -1,4 +1,3 @@
-/* pmeth_gn.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2006.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2006.
index 1d7d57697c65ed7cad7095238729bf4ce8a3db93..b7b6e35a5ee4cbedd32032bfedc099aee4a78eec 100644 (file)
@@ -1,4 +1,3 @@
-/* pmeth_lib.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2006.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2006.
index e609594a91e1ddd917fdd4232174d9f05f83b94d..158816c9d9251d83697b7c1e630eb9cfccebf35a 100644 (file)
@@ -1,4 +1,3 @@
-/* scrypt.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2015.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2015.
index 340bf4393f9377d322ed62c8c37756bcb388fb2a..b2fcabd55046c6588e7acda895ab1e7458d1f1af 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/fips_err.h */
 /* ====================================================================
  * Copyright (c) 1999-2011 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1999-2011 The OpenSSL Project.  All rights reserved.
  *
index 72daed13dd9aea462c10a6e5269ba2b59a7c5944..0a3b09fadb6ba87f10d8308a15424318efb6c0b4 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/hmac/hmac.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index f6ce8f9f3f022238053d3e9e82b42e26d422a6cc..b95c8673f9a5daa85d5301c1ddbb623e95f47279 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/hmac/hmac.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 950df98c95430f252a05314cd86885d92c1e2e2b..e1c5b2d719a2ba2376c1d3960044a55fc84e2714 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/idea/i_cbc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index a1547ed5d7b98704053dc78fb5ca0e95073f4d52..557cd4d2ac6a1d581988975af501af839613dd96 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/idea/i_cfb64.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 4ed206ecd1e78821e84abcb6d0964568f2245c65..c018c1504fa51db149b54ba816d08be1a0204d49 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/idea/i_ecb.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index aa5948801b0732cc55e657c19206a828c9e7d62a..64f128eff485ca45d38ac5ce589759ee3ccb199e 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/idea/i_ofb64.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 2bbd43a5e1b7cb135fd0de4c8f7071d89131a6e2..c30547795f1fd8b69a882c2403c9820e56eea946 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/idea/i_skey.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index ffb06a146f12aac1e626464bc0f7a8711f3abd70..9be76cdc5308f8577ad33bb436039981c2616440 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/idea/idea_lcl.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 43b541c493222026acde4a4731484a1b957ef928..0b38eaa38071a1837515bf127bcda9c373690dd5 100644 (file)
@@ -1,4 +1,3 @@
-/* asn1_int.h */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2015.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2015.
index 45a4d7a0e78e04c5a358d4affee272e1b9728619..9e620e64285fc2fd8baf04ecc96b4a76785b9934 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/cryptlib.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 31411b62be71f7a992ebc78aba9b585617fca124..1aa3745c9dcb1076d8237ead3a6e1deafa3e7485 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ct/ct_locl.h */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2015.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2015.
index 614ccca3f6d485446734fdaced822a39eee5c7b0..24c6870628c58dbbdfc7cf7af7b7e85833c63fbf 100644 (file)
@@ -1,4 +1,3 @@
-/* evp_int.h */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2015.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2015.
index 46c088cdf0bdc7a79ff225dc44d29a07c7121015..156fa3aeba49cd262594293841e9227090cdba4c 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/md32_common.h */
 /* ====================================================================
  * Copyright (c) 1999-2007 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1999-2007 The OpenSSL Project.  All rights reserved.
  *
index c11d3b372e08fd693be24713d04a8dfef204b7cf..7d3a7dfb585f56e59f8307ba21b57d6b8dea4311 100644 (file)
@@ -1,4 +1,3 @@
-/* x509_int.h */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2015.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2015.
index 177bcc2692a88bc84f676891d49375e44372a2bb..d45f86c6435166ade886405e83399226336d9460 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/jpake/jpake_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
index b7d95244b7fef6760e3ae5e4b8b58603ad1b34af..cad3a616aba457516e6372e3b341da906571081e 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/lhash/lh_stats.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 52010d9131c1e2d789a9e331a609dcdbfcd6a526..c1d457806cdfb57c346d0638850d98c20c768fed 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/lhash/lh_test.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 4642bda3223d8a7d3908b65772f0731bb1fd78a2..60e9223b59dc39033f92d8c3823d8134fd0afd67 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/lhash/lhash.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 12210da96b5323df679b0bc9281e7c5146f892bb..2ac74b566cd307a97043579bcf5863dbf83a0006 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/cryptlib.c */
 /* ====================================================================
  * Copyright (c) 1998-2006 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1998-2006 The OpenSSL Project.  All rights reserved.
  *
index bb0a7a34d26372c1702ac134d4f79043df85d587..80dec2325f255d8fd829412b5d54b0703e5feed1 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/md2/md2_dgst.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index ff648b5b98f507665553439f02eda2f1ec556ce6..ad643eee153cbd0d1e4a293193db2f65db7be030 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/md2/md2_one.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 2b7881ee80ec23fa149c62c29db109449ce8910b..ab1e55b64a62eb680c5428a7ed0ed19691faa7c5 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/md4/md4_dgst.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index c6dd348545b9e75e80275c1bea103f297bcd4f8c..7e9701c1dafa9cf5b1be8be50c418f4586f46dc6 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/md4/md4_locl.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 32ebd5facfcb24422e66616c4885208a37a26e74..efcf2c6c5f23b4b20b4529a7eaccc484aa5eef3b 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/md4/md4_one.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index f73ca7c07c213b537000075bd7da72f6f8c61fc1..18a3262d23ac075a5170b7985bfb9c2f25eb7cf4 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/md5/md5_dgst.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 22ae9b3e3482c2f80f81bc0714a758bf1b58e5ba..f2d80a035c5ff457f267eedba5d4e27b47acb5cc 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/md5/md5_locl.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 4ac882e739f4112203fa836a3478d71284709aff..9771dcfe2955e985bb0d96bd74abd91bf365ec2a 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/md5/md5_one.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index d30305b3536aac0701dc285be3519398e0ac528d..ee94bbe08fc9c790847b52bd7a8044a75aca852d 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/mdc2/mdc2_one.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 17b994e95b9c8227b0ee1baf1606ea53b30d964a..abfba5afdd037aa340f3019f3c1a68b8824f96e8 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/mdc2/mdc2dgst.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 096b1919b75f621d1fe3606c26b8a982accec0fc..1e34904dabc0ade77104e1335750b967eb35ad78 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/mem.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 52342ec23c791057128ace544cdfe2e1d1848d0e..e6450a12fe594691e238d940c12439c7da65ccc3 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/mem_clr.c */
 /*
  * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
  * 2002.
 /*
  * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
  * 2002.
index 67a48001ec042c827011dc1382978d46efeb4568..3568efd79198ea4d44ffd547d689d8361b6690b1 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/mem_dbg.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index a3f397edbec1839c5e16d5dcb577c4b6f28af0d8..b9268444eab3544292451e7e7a47642ff17d1dcc 100644 (file)
@@ -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
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project. Mode with padding contributed by Petr Spacek
index 560d689293a7385e01dfe74b95cec973584ea69d..b3fcb9173f866dc3159652f3749c55ca4850cfe0 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/o_dir.c */
 /*
  * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
  * 2004.
 /*
  * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
  * 2004.
index 5dd9d21a2bf6c4ac9b6497d94a945994eedf6e1b..686c132f41293ebbd7d53933773b0a4c9f957da9 100644 (file)
@@ -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.
 /*
  * Copied from Richard Levitte's (richard@levitte.org) LP library.  All
  * symbol names have been changed, with permission from the author.
index b7b969b00b5199f13e8c3435c07c222c62b514e3..128f70bd84da2983dac42337dfd6fe30116e5a7d 100644 (file)
@@ -1,4 +1,3 @@
-/* o_init.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
index 3afa5f7e03b7f2eb36fb1d7889c60c663a07c63e..269d60614ba269334e563ee8aa829810ff3d6028 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/o_str.c */
 /*
  * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
  * 2003.
 /*
  * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
  * 2003.
index 962929926823627fefd9abc517b1125b27567640..fdd82827627fb4d46c8be65c29048a6768aa2918 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/o_time.c */
 /*
  * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
  * 2001.
 /*
  * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
  * 2001.
index 3983ebe770e3f84d54db9b657117553534cb337a..82b44949b224752be7df6c1e019cee1824ad8a63 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/objects/obj_dat.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 1f139924620c4392424513d1dbe74e3f9acd08a6..c8bfc97c7b4eb3305a9bd0d8789653f872902ead 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/objects/obj_dat.h */
 
 /* THIS FILE IS GENERATED FROM objects.h by obj_dat.pl via the
  * following command:
 
 /* THIS FILE IS GENERATED FROM objects.h by obj_dat.pl via the
  * following command:
index 33a95ff8affc17d5695905431f8715040e2b59bc..396b6c26e5c3b9a4839746fdb095a993c8a4c989 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/objects/obj_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
index d3c2ed046abad71baea7ba3b58ad80a94a53b12b..3b1c5584398428e7b0844d35478fe1327fefeb10 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/objects/obj_lib.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 62ff882125af36b99090c53a1e05e06491561941..34d6448094b08e442556a677f3ba01d8f426c19e 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/objects/obj_xref.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2006.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2006.
index 00be995ba611b91308769378409f484b2f371fa3..3ee6f94dcad722d4d8ef0438c71cc85265ed1963 100644 (file)
@@ -1,4 +1,3 @@
-/* ocsp_asn.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.
index 218e12cbdbd41de1657eb77d05081e1c1d57636b..0e6810a6afe2d5a409454909e703edb225db27f7 100644 (file)
@@ -1,4 +1,3 @@
-/* ocsp_cl.c */
 /*
  * Written by Tom Titchener <Tom_Titchener@groove.net> for the OpenSSL
  * project.
 /*
  * Written by Tom Titchener <Tom_Titchener@groove.net> for the OpenSSL
  * project.
index 8f099d94ce61d7229fc9e6f6d3aa4abced62bf43..16960a7cd3ec21f7e540299d561f6ef0ebad676d 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ocsp/ocsp_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
index f9553f0b61be3981f10d2be4b706a5aa48917c97..b0127441dfc0c8a06b80bab30533253dafe39b3b 100644 (file)
@@ -1,4 +1,3 @@
-/* ocsp_ext.c */
 /*
  * Written by Tom Titchener <Tom_Titchener@groove.net> for the OpenSSL
  * project.
 /*
  * Written by Tom Titchener <Tom_Titchener@groove.net> for the OpenSSL
  * project.
index 8f1cb08c334ac87cacfd20827faf2facf1f37366..f69d4df3b7dd2eec36b283dd8219a07cb5c8a0cc 100644 (file)
@@ -1,4 +1,3 @@
-/* ocsp_ht.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2006.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2006.
index c60d956099a1bb10f903674a9de330972054a5ff..d626a3e3a4e9a57dac9edabbaff8b78593098996 100644 (file)
@@ -1,4 +1,3 @@
-/* ocsp_lcl.h */
 /*
  * Written by Tom Titchener <Tom_Titchener@groove.net> for the OpenSSL
  * project.
 /*
  * Written by Tom Titchener <Tom_Titchener@groove.net> for the OpenSSL
  * project.
index 092cc3727c765c1a1527c001c16ba1c4da277a41..54cacfb2874fcb81c25d052cab4de5fe9f41c85b 100644 (file)
@@ -1,4 +1,3 @@
-/* ocsp_lib.c */
 /*
  * Written by Tom Titchener <Tom_Titchener@groove.net> for the OpenSSL
  * project.
 /*
  * Written by Tom Titchener <Tom_Titchener@groove.net> for the OpenSSL
  * project.
index 1137d61b228d358c592626f93e409e584788fcbf..7524576eb34deccba9f041940d1638bd29d6bbe3 100644 (file)
@@ -1,4 +1,3 @@
-/* ocsp_prn.c */
 /*
  * Written by Tom Titchener <Tom_Titchener@groove.net> for the OpenSSL
  * project.
 /*
  * Written by Tom Titchener <Tom_Titchener@groove.net> for the OpenSSL
  * project.
index a39fa4864899324945d638c1cf0a361b3152aa4c..e98c6491b2ac0e84814ac48f37dc64c4be639813 100644 (file)
@@ -1,4 +1,3 @@
-/* ocsp_srv.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2001.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2001.
index 87b5144b3907f4901d0de8261cfdcc65e2f1f8d9..5601feb5f3c941f6a048ddd5cad97d49a2b289f1 100644 (file)
@@ -1,4 +1,3 @@
-/* ocsp_vfy.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.
index 9a49422df72ce5c782676923d12a4bc976aaf585..142deac54e44597387a44573a26335cb97964c75 100644 (file)
@@ -1,4 +1,3 @@
-/* v3_ocsp.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index 2f36c25ba3c7b372354dfaeebeb26509817d6f4c..9a08c028320529342c2f7783b58bc460248b9413 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/pem/pem_all.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 49b8a91043f954dd10b5ae89be19d0d51eb28e26..793a0a343dd713a10f3c47754e1ce06342a66744 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/pem/pem_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
index 982dc161b9ff6767d06b448d3cec933b56024d87..50a5051dadf379783ca402d827f1640f1ff7717c 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/pem/pem_info.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 439bb146cc9384d16e3b19ff7636bf6993c7a409..eb03acce10baedb4416ee399d588f8215e8de127 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/pem/pem_lib.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 63f42b29fa106c421006ba0c26c45d638783736a..fbdff0aadf28297da24e764c3317010850f01a75 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/pem/pem_oth.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index e238b95865f7bb1641ce88205d5c37b092c08696..f6f03634dbaa3d83baacb92a08a117b65364720e 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/pem/pem_pkey.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index e90f201bfa412cd4998b96bff4547e8c44147f57..8eb398d55daf2221c9a9ed2bdeb0ac10cd7c25f7 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/pem/pem_pkey.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 824ff480e53b890d72a9cea97bc79008c765ac07..fb8c9dd053be0804b8fb8ce543404f3c7edd6ae8 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/pem/pem_sign.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 9dbd69327923f5134fbec9067c49ab7edac37a0b..26117b57bdb0f4d880e7552801c065ce064d97ad 100644 (file)
@@ -1,4 +1,3 @@
-/* pem_x509.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2001.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2001.
index 6f37416ae79ae6745a86c96b824bfe6262f84adc..eb66fb62933e495a57c795753c53ac680a4b0aca 100644 (file)
@@ -1,4 +1,3 @@
-/* pem_xaux.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2001.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2001.
index 648b16b210bea5ff54ef8b550519cc82003e5a1f..4f2070e9416246c84c6c008d7a9cdf6b4d6417c2 100644 (file)
@@ -1,4 +1,3 @@
-/* p12_add.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index ef2e851a6f454d0ac8c534a5278947d501069bfc..5a432613bff21da1ef9c83cfcc8f0f6b32e417e5 100644 (file)
@@ -1,4 +1,3 @@
-/* p12_asn.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index 80abf66d4146e0784775cea0a844bd4191710658..792e3811ff2fec204a4f3c7f647df6a673c701c9 100644 (file)
@@ -1,4 +1,3 @@
-/* p12_attr.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index e7d5ac9f6bd7317504b22b6091db8ce96bd173a0..666b5006a8a6dd0993c64302ec6eed4bc81196ae 100644 (file)
@@ -1,4 +1,3 @@
-/* p12_crpt.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index 189e7c7559e17ac8c18189e9cd2f79e24e5bb3b1..ae52d9ec4b4391f71007d73ac1c25ed9b6e758ad 100644 (file)
@@ -1,4 +1,3 @@
-/* p12_crt.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
index 33831e92374475c836d49d5d76d9360b08e709bb..953d93874210d52f63e38a518761dd37156c89fe 100644 (file)
@@ -1,4 +1,3 @@
-/* p12_decr.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index 3f1a07c000e8faecc088afe5ce0bc7bd066bcbf1..3597e1320483bba01989d53ac0d283221163172d 100644 (file)
@@ -1,4 +1,3 @@
-/* p12_init.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index 6963a9796ac7bc1070b3bd7024c101fca92db148..4256452cd2b5e7432340919548686a603f17850d 100644 (file)
@@ -1,4 +1,3 @@
-/* p12_key.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index fdddffbab41c5f39d9dec52aa2dcc30f8c2fdbe7..c53736d183c07998f8de2624360ee7a4450c4ca3 100644 (file)
@@ -1,4 +1,3 @@
-/* p12_kiss.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index fda2bc9ea4d7a6e799e92781103115b7c640c11b..8ed9ac520b20a2260e2968032ff10cedb6417e87 100644 (file)
@@ -1,4 +1,3 @@
-/* p12_mutl.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index c402428f57306c11ef8324fe94f48ba6d45ecd39..d670624b4eba29caab2f93eaf3a3376e44aa6289 100644 (file)
@@ -1,4 +1,3 @@
-/* p12_npas.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index 983eadf43e1604ce11d703bebe517f113091d1eb..9bdfd3f77f9523da30d25705e3f6b0c7ac3537ac 100644 (file)
@@ -1,4 +1,3 @@
-/* p12_p8d.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2001.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2001.
index c60d124fcb67b15360b9336633ae0dfa88c00c79..a6255155ba83b82930a797990cb4220052a2d970 100644 (file)
@@ -1,4 +1,3 @@
-/* p12_p8e.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2001.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2001.
index 5656cdc20a8d22bd5726ddd99b7c0947635daae7..8b7e52f08e786b6e2e1259f7f5171651704a5e18 100644 (file)
@@ -1,4 +1,3 @@
-/* p12_utl.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index 4e6c7dd57b2e7dd4648d1d7f31a88925db6ddc38..c3c0d59f3b609794644edc0b739b60a43345b799 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/pkcs12/pk12err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
index 31aef83d5f6407b9d9d1942de07f8148c4413198..d0e5d61c7037e1a88c06d5583f321a2966915cdb 100644 (file)
@@ -1,4 +1,3 @@
-/* bio_pk7.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
index bc107ccf426858937cb33e18b3ea2ccf757aa212..485e676cff5eb0d83de9a3e4aa5d68624f508d43 100644 (file)
@@ -1,4 +1,3 @@
-/* pk7_asn.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.
index 31585258d2caf715bc60c68a94ed42f6a67bafe1..84c59aa5bf084394c932a723b854a436b7818e10 100644 (file)
@@ -1,4 +1,3 @@
-/* pk7_attr.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2001.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2001.
index cb2b2936d7befea7cf694729345bc77f8fc2ffca..4b1376eebedd72d44c0ab131d819e6f8eca27d9e 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/pkcs7/pk7_dgst.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index b2df65980b3ff73bb5582fd177728868f2753fb4..9d66fc400728f56c146017524e0f2bbe68e9df8f 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/pkcs7/pk7_doit.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 10f59c4fa05c844a4bed48022d1e5266dda08fb4..cf478434fd155e7c1c95866ded46b8f60b4f43a8 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/pkcs7/pk7_enc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 8c840a6fd5af4de7b0dc26f75269a2f471fc64ea..cdf73028a3bd64009ad042d1922d4a929ba840c8 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/pkcs7/pk7_lib.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 7d8b8e75135bad5fee8ae948b1c306b3c6694cee..19130eefc7edb07478cc7d13bd6bffd3d87e1455 100644 (file)
@@ -1,4 +1,3 @@
-/* pk7_mime.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
index ea5eb1b704ee4b211f7ba64ef662d2f0401fc0c6..ed5268fd0fd4694e9a726db8ea4713f6c41da329 100644 (file)
@@ -1,4 +1,3 @@
-/* pk7_smime.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
index 797bd56501d71787d4f68b2c3f6052ff26fae40a..d897cfb54ce12f63d44a393afb6e6837e6c600c6 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/pkcs7/pkcs7err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
index 13ad774d8a2b7d7d42ebaf2f4f02ba5b9622bf51..f8db4430c115cb887621a0044b922fc0b5650d8a 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rand/md_rand.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index e65dc0917a704c6f854e64dca40d9b40f9ad5235..f0d2e55a48bd924f8aa84ef06a5855339cad6a49 100644 (file)
@@ -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.
 /* Written by Ulf Moeller and Lutz Jaenicke for the OpenSSL project. */
 /* ====================================================================
  * Copyright (c) 1998-2000 The OpenSSL Project.  All rights reserved.
index c22677e2075f7105cb9d73f8545a6195641ad6c6..d01393add1af65de9b5e34cb58f16b94a8b5876d 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rand/rand_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
index 3ced44d803c138d0949559c5b67a4ecdf1439946..daa48dd9f4eeba336a3c6e494a164e992d8f1659 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rand/rand_lcl.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 4a425d7e5800652719ba2e36e61e2c61c228e827..b43660b1feff30d3faa71e335763c83da0e2917b 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rand/rand_lib.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index e4c04147211d886632be0ba7da36206a5c64492c..e49498ec242919cead0f32a0904fcd271b07f929 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rand/rand_nw.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index d95cd24a3bc63309877ed23a617238ff638064d9..b3700553ef71c6fa2a7252ff40d813c108f957cf 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rand/rand_os2.c */
 /* ====================================================================
  * Copyright (c) 1998-2000 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1998-2000 The OpenSSL Project.  All rights reserved.
  *
index 38f157b674cbf2d5de0c3f0ce5b1d87a0bb28f8b..87a436d8eedec3a0afbc144885b3e6cef8a047b1 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rand/rand_unix.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 0e10c363e2b512280b3789614d541756a50e8bcf..5919f48c1757e851033b96a6ac01b11fac73ef81 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rand/rand_vms.c */
 /*
  * Written by Richard Levitte <richard@levitte.org> for the OpenSSL project
  * 2000.
 /*
  * Written by Richard Levitte <richard@levitte.org> for the OpenSSL project
  * 2000.
index 7bf41616a6ae41b475c17fe89850d36163fb0b2c..75bf33ab6226e93bf38a7802286a55696cdcb94f 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rand/rand_win.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index a1b0c4dcfe7f22fbc802ed5ff04fcfdc9a5f2ab4..8490ec33407dcb14909f4cedc7172330784d17c7 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rand/randfile.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 5eaf01d2e086dbc04a771e82699bf67aebf2fc01..b574c96c124aa1ec379ad683571fa7a832f2e0a2 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rc2/rc2_cbc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 4cb1a80aa70faecbe9a44efa69f44a55bcf0012e..047c0fc04da123c1f1d9106ae2cfe63bfbbd95c9 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rc2/rc2_ecb.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index e72a20c0ca9d1796ee384d5cb41e553a1e0b2683..ba1880c52fe223206b04a7942f196d8e7644559c 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rc2/rc2_locl.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index bcc156a29b5a2a711346d79f90328e9662774138..52a371030dc905b7195f3cb3ebdc9cf361d235d5 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rc2/rc2_skey.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 8b5929fde3f61a23e50dc4deea097fb7002a8bc9..bb3df006558ec59d513ce21fb127be5a74113dfc 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rc2/rc2cfb64.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index b9f4d8c35bb08aa03d5698220e995e86eeae0267..aec7ba303a58b231061812865dafe36f333beeb6 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rc2/rc2ofb64.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 0f0a2487a7f7292c4e15f98d3c75cbccdb1c1fc2..79f00e712933212db0b71283ae2a6e70d38b3745 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rc4/rc4_enc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 7b198bb091169430b104f5e8f2442e5696ce0d76..2e6cc2ddcb4686029e9a3b7088f7a64a6d569354 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rc4/rc4_skey.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 2b5fa2a82da14e268d948dd667a9aa8658ac9a57..b762b1e367270e6dfc1dde263a8b7ea84ebb8378 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rc5/rc5_ecb.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 06b89d83a1a872b5886b46bd10f5f85cc8ae6b4c..8bcbad9c5efc28daada470ea2f555c8a073a491f 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rc5/rc5_enc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index ee757e647765a225d09756e026d3f26284b4b5c9..994444033401ec86e1e7900622ba4c407c11b7c9 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rc5/rc5_locl.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 5dd4a5274315071deab04df234bcbd5474bcb64c..bfbb419e09b30c563704680d2a6567f2047db41d 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rc5/rc5_skey.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index a3813e030b94792f7a23a35e88b8797b1a325e1d..70d8d23661d71c3cea989c594397d7deece5755e 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rc5/rc5cfb64.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index d3c63067b75fdff8c93347a1b3f18e5f78dc17a9..81c2005dcbd80d7fa7383fd4b03ac5455197db71 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rc5/rc5ofb64.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index f351df1d0843d4cb73c807159996a98f9200df3d..fc50d5c8b3e8639556e144e2b1cb09c7f987013b 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ripemd/rmd_dgst.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index d7e5c573063eb57d5d4d03d2334ed4d5c2070ffb..c08178c0eb0fb2e477863e928b740f0c395aebac 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ripemd/rmd_locl.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 666e01a41b2097ac18c0f8efd7e12a30133b6aae..31f052c786ae0b05556f1b9dbb890f3b46b1a082 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ripemd/rmd_one.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 8fe33de14ea1d5211c7ebe0ae7dff5c8507524d8..f8d8723b1073d6f708db112efe655fdb7cc1754b 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ripemd/rmdconst.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 4433bf47ded393ebcc90436870a28afcc0a48809..2a1c74a62e8d1b7b338122cd8e26c21c523bf071 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rsa/rsa_ameth.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2006.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2006.
index 16c40e38fd9533c87f6d0f294502139898cc24b0..86a71b7c6bcdf4f5ec49a526a597bafc65ae1f0e 100644 (file)
@@ -1,4 +1,3 @@
-/* rsa_asn1.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.
index 9c28573d99bd33184dc3e431c6cf7e02863f42a4..02d3c4134049435a57460a36a921978940d82175 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rsa/rsa_chk.c  */
 /* ====================================================================
  * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
  *
index d08258e5e7003fba3fb0ed4048e8df25c86cef7c..466eefc65845b06cad36a45270516de560c636cf 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rsa/rsa_lib.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 59e1e7b38ec24e05473505b3352e20f2eb1c3bc4..50b0bb697e9ee18f2069efe58b4be84f0f0e11f5 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rsa/rsa_depr.c */
 /* ====================================================================
  * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
  *
index 50fde508366b1e65542da37f4f856bcd5bb94265..811fcfe85995409860da4742bebdba8703d05f30 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rsa/rsa_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
index d23d47d03e45ca4c5ded54e750c43246487724b0..6ec27495e740c8876e6920d83f687d4142788048 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rsa/rsa_gen.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index c9249ef7f084ffce1611f476c82ee50159e1b20c..62b2854ecc3670c476ff12f1420211feade6bc76 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rsa/rsa_lib.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 9f954b4a8f33a78c783cc76267866edc7295a1b7..c426bd33918b9db06b0858f8a45bb2fe0ef0653d 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rsa/rsa_none.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index ecb2f7cc05982bd4a5c6d3ee8a6e85fb5ba588e4..6ac22495c920e01fdcd1e0db664a8ac82f55b55e 100644 (file)
@@ -1,4 +1,3 @@
-/* rsa_null.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index 0ad1ef3208563671c87da4ee89ac036ef7af97a7..355788423bcf5c42f4dcc163194ee4cdca8d4391 100644 (file)
@@ -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.
 /*
  * Written by Ulf Moeller. This software is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied.
index 8f8587a3ea693d4eac05a864f33c451ece181fdd..bba68c62bf3336df1dee54069a4c4516ab09c38e 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rsa/rsa_pk1.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index f5f8c1f159a66c38d9e41179288b12047e4b24ff..3362f99895112b25b5e0dc14f99dd8c52183b7f1 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rsa/rsa_pmeth.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2006.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2006.
index fd2928012411b61a02591742f20bc0f22bcbe7e8..f9e2572f8ce4432ad931cc4e706bb93531e0c70f 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rsa/rsa_prn.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2006.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2006.
index 5f44dd3ee398b7d8d138ba566bcbb3ef9ae87d3c..abd915d1d3e4f2225480f34919ac19233f56c793 100644 (file)
@@ -1,4 +1,3 @@
-/* rsa_pss.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2005.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2005.
index 6c5f42d52fd388e85a0a394831f1303b32e9034e..18bf6c984c801f96c859d7c4119ec130a2680773 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rsa/rsa_saos.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 3aea4e4bdd5622db0d8754fc6abe1fa3c84a155e..7c9c528ff464210c10a70562908d219bea068c82 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rsa/rsa_sign.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 86b40ad98ac72df39ea613f4527f1fe91fde5e00..2762ad0ce723a44dbf692b67cb7585a0bdfda0db 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rsa/rsa_ssl.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 54d925bf43779725fae6c0257d7922c3e6b23378..d8837a16cbe8fd92acec008468ffd20bb65cd819 100644 (file)
@@ -1,4 +1,3 @@
-/* rsa_x931.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2005.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2005.
index 24d3cb9c2310466a35b098c5b93697b76bf7e004..d4c520c429f34cd1f49f4211d6f922f82514def0 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rsa/rsa_gen.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index ee1115b4c11360b006117b5fe2fa7932391c8e7d..470116c5056ce348fc0fc4bda9f9e1c11e1993d0 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/seed/seed_cbc.c */
 /* ====================================================================
  * Copyright (c) 1998-2007 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1998-2007 The OpenSSL Project.  All rights reserved.
  *
index b6a5648b35fd7420645323f30b6ecac99b793d14..6c81a7451485c0398c4ffb1e856fe95df85e2fb2 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/seed/seed_cfb.c */
 /* ====================================================================
  * Copyright (c) 1998-2007 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1998-2007 The OpenSSL Project.  All rights reserved.
  *
index 9363d5508044a393bfa7d3ce807b1fe35f122221..51d8f8464fc1304cffe816cfaeb75fb5c26229fc 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/seed/seed_ecb.c */
 /* ====================================================================
  * Copyright (c) 2007 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 2007 The OpenSSL Project.  All rights reserved.
  *
index 48b71224c52c8d5efdf3ae650f3d73e544a8081d..873e6670c96b2342ad6ffbd41055d4f65ec73232 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/seed/seed_ofb.c */
 /* ====================================================================
  * Copyright (c) 1998-2007 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1998-2007 The OpenSSL Project.  All rights reserved.
  *
index 4a591156648e075450d6f2568aa76d092853d421..32ec6f184c3af75ea0aa9592455ad17a012eeb8b 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/sha/sha1_one.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index a6c63382bb67462a20dd16b92cd31cd5c506c3d1..fb8e866191969ae76dd74de714b85fd48f320a9f 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/sha/sha1dgst.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 096981b1a5d4eda1c22cba3aa727c2b7816de197..b30df223e8da2eb6184c7b0f72ae43b64e83ea17 100644 (file)
@@ -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].
 /* ====================================================================
  * Copyright (c) 2004 The OpenSSL Project.  All rights reserved
  * according to the OpenSSL license [found in ../../LICENSE].
index 427cdf5ea078faa350f8daed59abbb3de4b28ec4..2c8954f1c337d1b8886ff070ca1478be99956e66 100644 (file)
@@ -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].
 /* ====================================================================
  * Copyright (c) 2004 The OpenSSL Project.  All rights reserved
  * according to the OpenSSL license [found in ../../LICENSE].
index d3c6c37b4389070e0f4a7e4a19853485532eebe0..ae447ff3bcafd0b443fb2908f0c85385682dd30e 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/sha/sha_locl.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 4b0ae0d198537de76ed44d5f199909743f17b719..457947b23e2d262c9f640ade57a1cefb6e887d7e 100644 (file)
@@ -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
 /*
  * Written by Christophe Renou (christophe.renou@edelweb.fr) with the
  * precious help of Peter Sylvester (peter.sylvester@edelweb.fr) for the
index 65c763c929acc4aeb6ca2219d642e73cb9f9c440..0a9de140113c46c48e6a4b7aacf40082f4176035 100644 (file)
@@ -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
 /*
  * Written by Christophe Renou (christophe.renou@edelweb.fr) with the
  * precious help of Peter Sylvester (peter.sylvester@edelweb.fr) for the
index 9d2d4f4658c6ee3314f8ce6b41a6b01c7c3a09bc..286f290c9760b82917c563d3c656811cd5cc10b6 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/stack/stack.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 000acbfe5dcbffb46f0f4f270bfdb2e7c1e38ab1..d0bcdbcbdb02d63ca1e0f431bfb7bbfe69ba2886 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/store/str_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
index 711eb73caeca3efd85aa1712f9984b551bc59c76..881140a1de884573430f8cfb9693e7f193885687 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/store/str_lib.c */
 /*
  * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
  * 2003.
 /*
  * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
  * 2003.
index c0b40f0db6743637e12c0523d0b4f0b2194d5c9f..6ee4b93e34c1538cb6acd3caf80076bd248b7d78 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/store/str_locl.h */
 /*
  * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
  * 2003.
 /*
  * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
  * 2003.
index 1ffa4b01a4e4b7256af93a661965e75c6834142c..e6424e32eef441489e65a1a627a8481fb404c6d6 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/store/str_mem.c */
 /*
  * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
  * 2003.
 /*
  * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
  * 2003.
index b13409238c9c7f71b68045593c076eb62fd8f2bb..95fd36659bef793f4fd9a545f5f857370c671f4e 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/store/str_meth.c */
 /*
  * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
  * 2003.
 /*
  * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
  * 2003.
index 73711d89e3befaec02576437a3e9b044c31c2fd8..5266a8d25eb7a9bc59545a156f95175c6d30f5d7 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/cryptlib.c */
 /* ====================================================================
  * Copyright (c) 1998-2006 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1998-2006 The OpenSSL Project.  All rights reserved.
  *
index ba6c8d99d196bc2f963ef75cb8945b5d14889535..5d0c59869c9c88e4de0e6b44f396c2d5d94bd40c 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ts/ts_asn1.c */
 /*
  * Written by Nils Larsch for the OpenSSL project 2004.
  */
 /*
  * Written by Nils Larsch for the OpenSSL project 2004.
  */
index 1aa1ab6a59ad59037a26600ca8cc9a0616e468a4..6adea58840f0a551bcf67ff3f2c5cec33f56ee89 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ts/ts_conf.c */
 /*
  * Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL project
  * 2002.
 /*
  * Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL project
  * 2002.
index 54bb366296ffff75339093934b79219c0da3038f..b1dd8a1c2cc9edb6c2d3f228ff47dbecc058c135 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ts/ts_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
index fb871d2a0fffe7e5a6c2ea70e6eeb583f18f98f1..087334bcbd49229aa317f58e4b37b99f2b2a7538 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ts/ts_lib.c */
 /*
  * Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL project
  * 2002.
 /*
  * Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL project
  * 2002.
index 2d4ea0eba282b48a408d33851b8d6ee4805ceb30..791715cce86d34edecacd3dd4f91e9af1d0ba417 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ts/ts_req_print.c */
 /*
  * Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL project
  * 2002.
 /*
  * Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL project
  * 2002.
index 706f4428ff84a064764fb7b612ab51f23edd2322..5e1114ab9d3cd07c13f2a22ab8abe9969aeaeeb8 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ts/ts_req_utils.c */
 /*
  * Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL project
  * 2002.
 /*
  * Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL project
  * 2002.
index 007cc86eb2fab358f4c0da1163b08a07edf3f4a1..643bf4ac0a98b7e305d3f6877259f3dbf8aea766 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ts/ts_resp_print.c */
 /*
  * Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL project
  * 2002.
 /*
  * Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL project
  * 2002.
index aa8ef167f266d540845e46f7287ad668a4b56b2a..e85c4b467dc4cdbc3b7788d770a7bdbec75a6de1 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ts/ts_resp_sign.c */
 /*
  * Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL project
  * 2002.
 /*
  * Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL project
  * 2002.
index 55c2221256a2b6d02ab4176445ee588b46ef094a..5d0c51a0b141d1a614774fe3f842534a718f78df 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ts/ts_resp_utils.c */
 /*
  * Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL project
  * 2002.
 /*
  * Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL project
  * 2002.
index c03f6aced229bda4e0612a93f23c09a3dbf9f622..e6e213ab12602f622429cc5d1f5f1a211c6ed408 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ts/ts_resp_verify.c */
 /*
  * Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL project
  * 2002.
 /*
  * Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL project
  * 2002.
index 35335fa43ade92e537fa951f2297430a5c00c93d..b650a00bb606f057b1e631f40d6ab0964b936f5c 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ts/ts_verify_ctx.c */
 /*
  * Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL project
  * 2003.
 /*
  * Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL project
  * 2003.
index 2c4d2cd1be81c7a0bf85a67a7b4214ede5e72039..219031e507dbc5e86cf9ba50c61b5a81fcf6683f 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/txt_db/txt_db.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 650eed749f2050311ed357dba0b8d00b2164792e..b43356e126a41890faad23835dc6646edebac14c 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ui/ui_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
index 414a84f6c5ee77e6d9c32f95d0999842ec810898..0823ae880cac1a5a61d22312683cf82248e41f8b 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ui/ui_lib.c */
 /*
  * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
  * 2001.
 /*
  * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
  * 2001.
index bebc13abfc526fff4b86953fb9e98736e112620c..5ed77fada0e99c6dbf775ee719812a8a6328a0f6 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ui/ui.h */
 /*
  * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
  * 2001.
 /*
  * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
  * 2001.
index d4ccc627c07003d686b0d96cb6c5dde72b17e402..9b4786b3b5c6f27f0d56e2ea6b8c22d7a1a4c99d 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ui/ui_openssl.c */
 /*
  * Written by Richard Levitte (richard@levitte.org) and others for the
  * OpenSSL project 2001.
 /*
  * Written by Richard Levitte (richard@levitte.org) and others for the
  * OpenSSL project 2001.
index fbad5326f2ac971515071e9f29459eec0b6dd5f1..f04ee7c1f4f8e61e8c3fb665c8d2a58cebee6142 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ui/ui_util.c */
 /* ====================================================================
  * Copyright (c) 2001-2002 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 2001-2002 The OpenSSL Project.  All rights reserved.
  *
index 90694c6725fcc3ac949cd074489b65073fcdf733..6c3cd114a6953017ca7e773d1b2f0ab8b605fed5 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/uid.c */
 /* ====================================================================
  * Copyright (c) 2001 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 2001 The OpenSSL Project.  All rights reserved.
  *
index 717d258c34681be0aecaa7ddc85d3a8acb4e009c..130b70e82e2fb1d32a78d9f8c9b50ac630913221 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/x509/by_dir.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 8a156c7422f99bc7bc7d1c7381c58930fe2e7a06..51d642dd263362e9991b153996cd7fcbf208a68c 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/x509/by_file.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index f1440eb29d1cd7cad85999011a1b54f6a0c8102f..d4d916ed9992f4471b8c0c5ad706e27084bab588 100644 (file)
@@ -1,4 +1,3 @@
-/* t_crl.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index 5eea8b9c88c52445719ea2c4da9f25ff50684934..a0ddd0e40d37d4496d9e39d371d55a0fdf76fb0c 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/x509/t_req.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 204aed417c9e7167e2fff3c8acf820aa14f315d6..996a755ae3de389ebaad7fd126eeadb267fa9963 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/x509/t_x509.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index a102435f1077e0ca9929dff954b0fc257026a801..fb04cdcf68d0d4fa7b4958d68fde172689ac4e4f 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/x509/x509_att.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 2641d2e1334cdab61871a07acf927a48d890d0f8..2e3fd6a62e2d6df48bea1641909f8ec636c780cf 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/x509/x509_cmp.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index e3d08630b9ca34d49b44cd2334f4bedcbe996738..d8337337eaa38f00037811c8a0a8857b3a529be0 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/x509/x509_d2.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 062b915e6b0b79f3c3d456484ce9dd6f807ec3ab..0633caea7992542daae8190cf5bd78cad41d5713 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/x509/x509_def.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 114affc440e01b61c4a9a40023705350a34a4b26..9754c128c3a18ec1df9b1bce51ec5051d0d5c24d 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/x509/x509_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
index 5d951f66fac6f76386501408f002954f08aa15a0..9691d2dce35a4a5a1d8d34d735b125f3c3a9ee7d 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/x509/x509_ext.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 724c241e69ec0110ed5239743ed5078dd8830b7d..ad29ec3894de1c9b443711f6ee59a5db380c394f 100644 (file)
@@ -1,4 +1,3 @@
-/* x509_lcl.h */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2013.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2013.
index e2cbf51e8e922276499a246d5fdabb6681564562..cd8439414134f4c8bd8225aa15df40037c0103a2 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/x509/x509_lu.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 93032d1cbceb81856570c81bf26ba571d09227a5..8b4d4362ba09862bdf5e42e65659f1fa023a22ad 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/x509/x509_obj.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index c5c58f5fd3519bd1023cdd659c36cf8b6044025b..a6c5941c2d3c00aab96a443323f8e817d72d9a6e 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/x509/x509_r2x.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 8e60f84f88306e9f15b9480c965c0e7494a9c4ad..c67f609f07ecabbfb41dd076d5a6ce3cfd94a601 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/x509/x509_req.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index dbd9057f2ac5f42f03386d37b802e4165c3e4c7e..9330a544bda8d5e61d7dc78ff1664722fe5fd163 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/x509/x509_set.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 851e745220eef50d01d835d5604d2bdbc22c86a2..58e7d54339854d6c367a858a0c669996715d26d9 100644 (file)
@@ -1,4 +1,3 @@
-/* x509_trs.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index 6e8cdaa256d7d6cc056cbb36f7557b369993e05a..0e480644e52dfdb69a1a1d21c9c9591fc4661a11 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/x509/x509_txt.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index f192979842d2cf08971fd68a1243f77ba7bd5e4d..f3fe3057573358ea2429ae6fe5641907c7516094 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/x509/x509_v3.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index c9dd6fa60cbd1aa31e00509a6eca1702b5e2a380..39d37b99a7ba519824475ff348ecaee5c467168b 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/x509/x509_vfy.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 8826fecf48ca6f23028235792e93a4b962f4c408..295ce885a17cff5f813bda99946f8ba0f1aa1e2a 100644 (file)
@@ -1,4 +1,3 @@
-/* x509_vpm.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2004.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2004.
index 899d4925ae3de3b442d7aaf35e71074eef2b3111..bc14374d0614e41c2489abdc8bbebf6eca5a4a68 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/x509/x509cset.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2001.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2001.
index 234ddfee49dd8b6d93248f8702b6d96099fb6643..475f5bcb320613a3d8a32125607b046b2157e997 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/x509/x509name.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 817400c0af45b7bb7a9a5e6114dd7cd6699d0941..e8afcacd4a1aca8e58894c1c832bf74d6df59dc8 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/x509/x509rset.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index df27bf338a8ab0c485154b11befe4bdd22f39f24..6efcb96a7b76db9542e04c968e571e32a0e3068a 100644 (file)
@@ -1,4 +1,3 @@
-/* x509spki.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index 07e5141f14d9c50c8359ff371da5698eb5c0b59f..870b47f8515d1fd31728f27f2aac88fcc4c69ede 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/x509/x509type.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 5c5f573dbbff104496e79d01049f5718958d4fa8..f62a7c86b2afe8146b2cdd6c6543c79a5de1b40a 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/x509/x_all.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 3eeec444a71a9c2ef9015f7d712a50bc4ce00558..7ee99cafcf822661b20652b932f88afcd396aa8f 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/x509/x_attrib.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 435de80810cfd119402a86ae8cf0cb639e1573ad..af4927109cd0c22fb69922e0a6d2ca1da261a27a 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/x509/x_crl.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index c5b391f948b86f7f67df73d5eb5e0145652ad9f6..3b4dd861656cf198f33a53af767af3d89c25a931 100644 (file)
@@ -1,4 +1,3 @@
-/* x_exten.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.
index f151da4b9a6bcf29f14788993c217908116a1060..9cc855a547b7516e3b0fd31f98b3489ce368f8a5 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/x509/x_name.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index fcf59048a51dcb9949fb27a3b6a6c00c28bf122a..c1caf09c674bacef4192db59080ad92fab4be62e 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/x509/x_req.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 53a5eb77f976d136706f13eedcb45982a959f4f1..c6ef8409421d5fb2a757959fd27368cc67afd4fb 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/x509/x_x509.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index f79e5e773e1b008041248b05cde6dddce29449e6..a274ec98d9f447fe01a40f34060ae68f747528ff 100644 (file)
@@ -1,4 +1,3 @@
-/* a_x509a.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index 3f9f7f3efc51613f200f7298a3254e5ef3be6acd..d43b83c1ca65accbd7482e1356b270d9628efc06 100644 (file)
@@ -1,4 +1,3 @@
-/* ext_dat.h */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index 97ebb3602dff704aecc4bbbffaa255f61022e7fa..64fe3bc598b245f7f8cd0378e261c9193ee10f2b 100644 (file)
@@ -1,4 +1,3 @@
-/* pcy_cache.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2004.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2004.
index 1772e3198b000599a7863b7394a22bf033766606..03631d7a10358a384cf7ecabcb3ec0ba11dc2bc8 100644 (file)
@@ -1,4 +1,3 @@
-/* pcy_data.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2004.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2004.
index b222557c52f32638d43cf4ef495b3dcf24501054..809dc5e43692f4a4d983b8e28b51988a51e508f9 100644 (file)
@@ -1,4 +1,3 @@
-/* pcy_int.h */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2004.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2004.
index b048f917a7133cb326b8f7c6e081f98df85e99d1..f3ec70db8a54ceba038b2f1c94b2e998dbe51d5c 100644 (file)
@@ -1,4 +1,3 @@
-/* pcy_lib.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2004.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2004.
index 1c58ad4e24970162924aeabf16e07d1d661ce61c..415e5ddf25fbb5df2eff0f6cb5151d0d54535112 100644 (file)
@@ -1,4 +1,3 @@
-/* pcy_map.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2004.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2004.
index a71f9b8eefc11d26ff33a10a3a223aaf3f37e428..e8007c23f99e5b5d4c9107025216514cb69c4216 100644 (file)
@@ -1,4 +1,3 @@
-/* pcy_node.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2004.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2004.
index a4603332294c3b98169153629cbd0b66be3554d0..6cf6f4e08909214234d3505821f44ab28951ecd4 100644 (file)
@@ -1,4 +1,3 @@
-/* pcy_tree.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2004.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2004.
index 65209db972ebb29b3b89785cb8ef065adcc2efeb..4a3d1033e6071d13fbc5f9698d19758177c8378d 100644 (file)
@@ -1,4 +1,3 @@
-/* tabtest.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index 1aa6268ecc41c1c24d07d7408d77cd92eb5facc7..4690292cee08817554ee67528e5b8eed3ce14cc1 100644 (file)
@@ -1,4 +1,3 @@
-/* v3_akey.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index 99144727b1132b56d6d22932c3948cff61563cde..cc0c1edf4017dfd2e0b92e0c44f296073017b838 100644 (file)
@@ -1,4 +1,3 @@
-/* v3_akey_asn1.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index 08614ea4feaac39c505c8c14d75cae4056329937..b2914ee6df19300fc6b2e30b015b5ccd9c72754a 100644 (file)
@@ -1,4 +1,3 @@
-/* v3_alt.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
index 53a856561329817f3e6719085eef8bd7801e498f..3c2f88a621564516504e2505ee423ae0f90c1713 100644 (file)
@@ -1,4 +1,3 @@
-/* v3_bcons.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index e0787fd2697baa22a2c7e52c5e7de9490522a092..a0db610b29eade6ebe677e15990e4532d7002b66 100644 (file)
@@ -1,4 +1,3 @@
-/* v3_bitst.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index 0b6ff4f87f7c1c21b74f151473abb61f302e6e0e..01a3aa3da1613830c33b34f92fc77aa12578838b 100644 (file)
@@ -1,4 +1,3 @@
-/* v3_conf.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index 32686696592d4722218aa85f51b3c6e41e439808..b4dd3ad9feb17f9322750bab80387577ec194417 100644 (file)
@@ -1,4 +1,3 @@
-/* v3_cpols.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index 3d61fdd038aac452ca64790d93680c6da756ff89..d9442a2a526c5783428bd69364f3f9f01b8dcf1d 100644 (file)
@@ -1,4 +1,3 @@
-/* v3_crld.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index dcdd0c674d7873bfa20fbb70e7604f872f95356f..26ef657fe6c6bc16efedee36fffbd1fbc2611111 100644 (file)
@@ -1,4 +1,3 @@
-/* v3_enum.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index fddcdffcb9d5af8279b1c3f1c167430b6463c6f1..354b828470d38c271fedb65d161c35a5612204a1 100644 (file)
@@ -1,4 +1,3 @@
-/* v3_extku.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index 4c3ad0567a528f6983a2da60f51f3d48b826b116..d225d0d5a480a057dd6fdcb75fc52313edcaf62d 100644 (file)
@@ -1,4 +1,3 @@
-/* v3_genn.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index ed94a3ecf7b02a221acc750b8c290a6b47fb396a..073a2bbc6e5b2a4a5c849898c71cb1bbe4bd5259 100644 (file)
@@ -1,4 +1,3 @@
-/* v3_ia5.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index f8888c2dbf3dde7319f885425b2e7405deaa6f2c..a7ea19a038871d77de9a07d9f6511e4ea637e148 100644 (file)
@@ -1,4 +1,3 @@
-/* v3_info.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index 2cab28c7983d9e169b39a3b939817d42b8a3c328..fc4dd927f04c35ff384f3e2d882d13aac04021c9 100644 (file)
@@ -1,4 +1,3 @@
-/* v3_int.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index e3cd2ae5ee56175014e97098d17a93fbbfd966dc..0db199c1bd9bf6ac7f0ef29a2d4dcf239c4fec5c 100644 (file)
@@ -1,4 +1,3 @@
-/* v3_lib.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index d3f79baca3f8d677768d9514c603d7c0e0c71c15..dcd65905a5e4b228a86043942ec4c8fba52997c2 100644 (file)
@@ -1,4 +1,3 @@
-/* v3_ncons.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
index c52709d21e52094960bb24f8f4ceb5522e81a8c2..75bed9f4af7dc3de3ddaeb29e452411e51354c93 100644 (file)
@@ -1,4 +1,3 @@
-/* v3_pci.c */
 /*
  * Contributed to the OpenSSL Project 2004 by Richard Levitte
  * (richard@levitte.org)
 /*
  * Contributed to the OpenSSL Project 2004 by Richard Levitte
  * (richard@levitte.org)
index e53c82e8dc79eaa504559643c4800655bedd14cc..99bf32504019d234b926471f5f705bf69b3694aa 100644 (file)
@@ -1,4 +1,3 @@
-/* v3_pcia.c */
 /*
  * Contributed to the OpenSSL Project 2004 by Richard Levitte
  * (richard@levitte.org)
 /*
  * Contributed to the OpenSSL Project 2004 by Richard Levitte
  * (richard@levitte.org)
index 18de9e83f18c4905e521557a21ce72909a9c0f48..89960cafe15febe8675264acc209ede6b1387288 100644 (file)
@@ -1,4 +1,3 @@
-/* v3_pcons.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
index 5b048a3b0398d8d511b6d4515a8188253a255e60..9f0c5da7425b2cc0f73c8b454e1bde0fb7803021 100644 (file)
@@ -1,4 +1,3 @@
-/* v3_pku.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index 001f2641a45d379fccb01dc669fa9ebd0fe3f733..1e7324bb847b098f4b73395425de5cb70bad511d 100644 (file)
@@ -1,4 +1,3 @@
-/* v3_pmaps.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
index 26619c5ff2be382ea67ba1a8e0182b016b936ab7..457bd95bf71eac4fc9db9d8295ad1f7f873ab6fa 100644 (file)
@@ -1,4 +1,3 @@
-/* v3_prn.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index 3724e664ebe215b822675d4e889cd47cb789b55b..2d5a29fbc87e3efd595458efadd863b5679a98c2 100644 (file)
@@ -1,4 +1,3 @@
-/* v3_purp.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2001.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2001.
index b5122d249f662d272cb88a69312a59143377b4f9..9c6c32090b4314de1cf592aa6358ec6369a9fa68 100644 (file)
@@ -1,4 +1,3 @@
-/* v3_scts.c */
 /*
  * Written by Rob Stradling (rob@comodo.com) for the OpenSSL project 2014.
  */
 /*
  * Written by Rob Stradling (rob@comodo.com) for the OpenSSL project 2014.
  */
index cf3521304d73468ec72fd98edd57e22b4357b89c..d3fe9ebfb456081082d967062b94ea6d0a141168 100644 (file)
@@ -1,4 +1,3 @@
-/* v3_skey.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index 941566bdd094c3b48cede9392a5bcd39a7711e55..0f8ac5e72e37c809b06ca4ee82a865d7ef367c80 100644 (file)
@@ -1,4 +1,3 @@
-/* v3_sxnet.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index 700546f6a67503f28f9ceb5f4a494f69849c4a81..286db1d1f95b08456d2951067a92c46ae2100fb9 100644 (file)
@@ -1,4 +1,3 @@
-/* v3_tlsf.c */
 /*
  * Written by Rob Stradling (rob@comodo.com) for the OpenSSL project 2015.
  */
 /*
  * Written by Rob Stradling (rob@comodo.com) for the OpenSSL project 2015.
  */
index a5058bea646f6def8f789896c35ecb11a76d5e05..24bb1576365aab08caa3057ddd0ef4ea4396d66b 100644 (file)
@@ -1,4 +1,3 @@
-/* v3_utl.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
index 6d2cd6df5c28db1158499bac1ef90d65c96984b9..95a24a5904907ad82896f104081d7810083ce4a0 100644 (file)
@@ -1,4 +1,3 @@
-/* v3conf.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index 529346b4806bea52637c7ffb6f11a7ac7427b9ca..727b5842eb51459847de9d440aab43b7e06a188d 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/x509v3/v3err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
index 36ca040bc5f892a9c8db132f286d3afbec5752fb..2c8902ee155d523cca1521ca99c9fd5e60ea91e3 100644 (file)
@@ -1,4 +1,3 @@
-/* v3prin.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index b6d0361a9c3b9adab7741be7cc0d4f765aab717f..240132cef911a2c61e098c1f8ef0dc30f7232087 100644 (file)
@@ -1,6 +1,3 @@
-/* NOCW */
-/* demos/bio/saccept.c */
-
 /*-
  * A minimal program to serve an SSL connection.
  * It uses blocking.
 /*-
  * A minimal program to serve an SSL connection.
  * It uses blocking.
index 2b610cc8b548ebe9987a014d666d63111ec7fbbc..16dba40ff57346e6c200b5feb1f79b13bf568018 100644 (file)
@@ -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
 /*-
  * 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
index 242ca6c0afcb310bf897213e45ef68cadb3a5cd3..b2a43a93876bec2194662d9fb9e6bb515cf49a51 100644 (file)
@@ -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
 /*
  * 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
index 4f0b0c0f0596ad111263512d1394531f62f634ad..51291da4b885055c31218705dbef6284528201af 100644 (file)
@@ -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.
 /*
  * A minimal TLS server it ses SSL_CTX_config and a configuration file to
  * set most server parameters.
index bf3dd067e52c277fba61e6af34a47caeb7ac3f5f..db624ba1fbaae6eff3b3b6baa197309d0b569488 100644 (file)
@@ -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
 /*
  * 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
index d1dd53d0c5b193b60dc947f2ccea2dd49dbd862e..713da09063b4ee80a6018a853047b977f2a999e2 100644 (file)
@@ -1,4 +1,3 @@
-/* test.c */
 /* $Id: test.c,v 1.1 2001/09/17 19:06:59 bodo Exp $ */
 
 #define L_PORT 9999
 /* $Id: test.c,v 1.1 2001/09/17 19:06:59 bodo Exp $ */
 
 #define L_PORT 9999
index a7d0130e2fa49322f25b709aedada56530ecad99..b30a60549d1a5319ce2644d2a0a9372d17ad5c93 100644 (file)
@@ -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);
 /* $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);
index e1f251c336ac5cfd3eb279516d92ede2f2426c84..8353dd902ec29b576c08dd9534a65247bc4ec2f9 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/engine/hw_cluster_labs.c */
 /*
  * Written by Jan Tschirschwitz (jan.tschirschwitz@cluster-labs.com for the
  * OpenSSL project 2000.
 /*
  * Written by Jan Tschirschwitz (jan.tschirschwitz@cluster-labs.com for the
  * OpenSSL project 2000.
index 9e83325133a1962b106a94782a011aa8c04ff095..b2cfdd352bcb3f13f0aa68a899183ea19e7a1212 100644 (file)
@@ -1,4 +1,3 @@
-/* hw_cluster_labs_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2002 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1999-2002 The OpenSSL Project.  All rights reserved.
  *
index c0f29822724bbfc70900fdb84baff4ca096ea10c..0f065b2e5a3df64353a39c7870a6cc87eec487bd 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/engine/hw_ibmca.c */
 /*
  * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
  * 2000.
 /*
  * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
  * 2000.
index 9bcb8004b10b90b5094642d3fea747abb63f0133..5b1911d16551c62a74cddebaff973c72d48314ce 100644 (file)
@@ -1,4 +1,3 @@
-/* hw_ibmca_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2002 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1999-2002 The OpenSSL Project.  All rights reserved.
  *
index 55df08c25852d44085fcf79a910a17dcdc617ca3..377dcddd238f189fc2e40ef0505717c5b91c33c9 100644 (file)
@@ -1,4 +1,3 @@
-/* rsaref_err.c */
 /* ====================================================================
  * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
  *
index 4356815c4df7eb81daadcc2c25814dc7c049647e..0804e08d0ad3e1d49cf8730a9c7b1210f749bc02 100644 (file)
@@ -1,4 +1,3 @@
-/* rsaref_err.h */
 /* ====================================================================
  * Copyright (c) 1998-2001 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1998-2001 The OpenSSL Project.  All rights reserved.
  *
index 132ece04f0fa9d4b67eeb4753b1aa444a91d59f3..1c34677d43567cfea984cdf33297e68e08de199c 100644 (file)
@@ -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
  /*
   * Written by Fred Donnat (frederic.donnat@zencod.com) for "zencod" * engine
   * integration in order to redirect crypto computing on a crypto * hardware
index 80baa6f96ff09efe4ab12d9816b2bc7ef7036d8d..633a61ac5bc367ffdf1d9f65580483a9d662c643 100644 (file)
@@ -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.
 /* ====================================================================
  * Written by Donnat Frederic (frederic.donnat@zencod.com) from ZENCOD
  * for "zencod" ENGINE integration in OpenSSL project.
index ff2b592d7429fc35f8bfaf8b0bfee5c8e4663015..db33cc8ff5395b5453818412e5143e0037d16b7f 100644 (file)
@@ -1,4 +1,3 @@
-/* hw_zencod_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2002 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1999-2002 The OpenSSL Project.  All rights reserved.
  *
index 1086dbc46375671f9e812c24c9c1b89bed191e7c..373981469d1096c6a28c08378fd4ce81803b9003 100644 (file)
@@ -1,4 +1,3 @@
-/* pkread.c */
 
 #include <stdio.h>
 #include <stdlib.h>
 
 #include <stdio.h>
 #include <stdlib.h>
index 753fbfece85d8a80cc4538c0bb5d63118dfdbc0b..d04a22b8eb39d9881579283438b9838ceeed4de7 100644 (file)
@@ -1,4 +1,3 @@
-/* pkwrite.c */
 
 #include <stdio.h>
 #include <stdlib.h>
 
 #include <stdio.h>
 #include <stdlib.h>
index f6aab25d149a8fa6573e1e2266038a5bd024d1e6..fb0e03809a0dcf3e22bdf8a3ac7d2b434cfe5075 100644 (file)
@@ -1,4 +1,3 @@
-/* demos/sign/sign.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
diff --git a/e_os.h b/e_os.h
index d46770ece575e9194106658955a35e65229ffb29..9b9bb4f765144be04fd0a08aa9609c5cb5fcf254 100644 (file)
--- 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.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 8ef986fd4358a69dbe0cf7337cf7d1cac3b77672..d3c9b8b163bfcc00497d04ef80d8425b3e5196be 100644 (file)
@@ -1,4 +1,3 @@
-/* engines/e_capi.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
index 9aae3401718755d12724805d9625e02fac31d883..1de6f25ab044739cdd322fae23694f47287f0790 100644 (file)
@@ -1,4 +1,3 @@
-/* e_capi_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2014 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1999-2014 The OpenSSL Project.  All rights reserved.
  *
index 2dda84aeab70b1e538b530c62c7ea287c667e0d0..7dc715f9aff8c3dd3ce0f0e4babb6e19010bf36f 100644 (file)
@@ -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
 /*
  * Written by Richard Levitte (richard@levitte.org), Geoff Thorpe
  * (geoff@geoffthorpe.net) and Dr Stephen N Henson (steve@openssl.org) for
index 00fbf8cd574cae9e650d3cf4a68fbc1fd28e6dc7..2cfcab290d0356424c791d4f7402000266d9fb50 100644 (file)
@@ -1,4 +1,3 @@
-/* e_chil_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2005 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1999-2005 The OpenSSL Project.  All rights reserved.
  *
index e22c6149d3c7c08534aa72ab56cb06273fe6eb09..2f18d07db86b4802765a42614c2fc20abb95cb9d 100644 (file)
@@ -1,4 +1,3 @@
-/* engines/e_dasync.c */
 /*
  * Written by Matt Caswell (matt@openssl.org) for the OpenSSL project.
  */
 /*
  * Written by Matt Caswell (matt@openssl.org) for the OpenSSL project.
  */
index a222899e7dd2d0621cb98ee5354406457babfa2a..33d4a90e1a49b67613830c9168be37045f87f40e 100644 (file)
@@ -1,4 +1,3 @@
-/* e_dasync_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
index 5aa03528af64bcbc893f2dae58ff529e20e56958..a31e5a9cfa2a367735cd1ca6b8ab54ca1cd37363 100644 (file)
@@ -1,4 +1,3 @@
-/* engines/e_ossltest.c */
 /*
  * Written by Matt Caswell (matt@openssl.org) for the OpenSSL project.
  */
 /*
  * Written by Matt Caswell (matt@openssl.org) for the OpenSSL project.
  */
index 4abb3959635d79db4665f1e550f980dfce3ee194..5e5355d2143ee09a4dd0d3dfad1f575c77b77c26 100644 (file)
@@ -1,4 +1,3 @@
-/* e_ossltest_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
index f59dfa687228715ea1414e6da6414c2858ed7473..dab8d12e3faa52e910bbe3bd6ed05e8ca56fee91 100644 (file)
@@ -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.
 /*
  * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
  * 2000. Cloned shamelessly by Joe Tardo.
index fefc5b0744d1e4b1fb4b2a7662b4fb224cfdef7c..9819f36ef7b18ea3a0685da794032cd6362d4843 100644 (file)
@@ -1,4 +1,3 @@
-/* e_ubsec_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2005 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1999-2005 The OpenSSL Project.  All rights reserved.
  *
index 8269a328f7ee824b9c88e23c73804f0767447006..81411735101e1266d9693a9264ae1ba8f5fe95cf 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/constant_time_locl.h */
 /*-
  * Utilities for constant-time cryptography.
  *
 /*-
  * Utilities for constant-time cryptography.
  *
index 0d35cc2405e3972164fc5880a9c586a27b6fe32f..e38ee85bcffae23b9b249fad59dab8eb7ac604ac 100644 (file)
@@ -1,4 +1,3 @@
-/* dane.h */
 /*
  * Written by Viktor Dukhovni (viktor@openssl.org) for the OpenSSL project
  * 2015.
 /*
  * Written by Viktor Dukhovni (viktor@openssl.org) for the OpenSSL project
  * 2015.
index bf45a14d02ec743953c2f054b8cbc3cafff751a9..427b37fee8eb17afd6ad996d1e90a8305a118211 100644 (file)
@@ -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.
 /*
  * Copied from Richard Levitte's (richard@levitte.org) LP library.  All
  * symbol names have been changed, with permission from the author.
index fa512eb3978422986bcf175cd5c5ca88ebf7efe2..2db348575193b1603359c8fd99f12a0ce3bd3b32 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/o_str.h */
 /*
  * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
  * 2003.
 /*
  * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
  * 2003.
index 506ff5ec3b38144ba596238e1d4f958eb822856a..8c36a4d64f987a1db50951e28004c6c1c51ad9af 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/aes/aes.h */
 /* ====================================================================
  * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
  *
index 627f725ac0c2e9dbea1480fa68d47bedf8a218a5..63253d4e6cbbbd24a7021085982cc371b1f3c1fa 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/asn1/asn1.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 4750b34e0c1dcd262e3a234cf16af84255c46a76..46fd086e24ea0f26e3b0b8c83516906953079674 100644 (file)
@@ -1,4 +1,3 @@
-/* asn1t.h */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.
index d130a364a75760c69bcd289ffb050cf76c6a3cfa..5ddfafb5da5bd42704ac0caf97968ef4a88ea614 100644 (file)
@@ -1,4 +1,3 @@
-/* include/openssl/async.h */
 /*
  * Written by Matt Caswell (matt@openssl.org) for the OpenSSL project.
  */
 /*
  * Written by Matt Caswell (matt@openssl.org) for the OpenSSL project.
  */
index 6d6fb35f1befc7d2c6236963008cc0c9a044f73d..ea1d3b752ecd8b454153159f491af9bc4a1fe5f3 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bio/bio.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index ae613e88b7e425314b43bd2897f159e460cbae4a..ee4afa542dfe61d8b25e5ceb0a6ca47112204bd3 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bf/blowfish.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 84111b507fe7572cbb9ed1b6ef9c05d993d8b129..08cdf79018f45ec7e00e30a0f635069ee33a4e69 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bn/bn.h */
 /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 47d68f81c385a305a9f4326a55157567d8d6b747..b325416f955328bfb85a2927afd42069d30bf582 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/buffer/buffer.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 3736d3a4533dba5b8d9856e9d2d2f9850380f050..d04d2a8b3ab8842cc5df2cde0ac52262e5551694 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/camellia/camellia.h */
 /* ====================================================================
  * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
  *
index 7e9c21ac40aa3a227ef28977239bcb09e1658b2f..87d1933a9bc24dde294b4323c62433016e5a8172 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/cast/cast.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 175be8348abb40ff317de2945d05444dc6eb0cbc..a621923eb0a7e722d3d13091e3920dd814d5d921 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/cmac/cmac.h */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
index 92c43a22ebc820c27362d5374af70d1d46964282..f8d55d84d216a5a8359f94a8cfe1b6fbcbb3ec41 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/cms/cms.h */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
index 81b7b95050598dfd6c1971dc593abf37e9b5d610..65981079144a89e6e6a774939a38d6dcec265b13 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/conf/conf.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index e478f7df4b1163e55a06f869ae51fe3ff35910b3..fd6f32e16d9a55ca0aaed0216993be43245e4c51 100644 (file)
@@ -1,4 +1,3 @@
-/* conf_api.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index dbdf84e02243db9f647b1768ea418420bc080f35..2e2c088b1851c710c2cdf591c9cc16dc1cd196f2 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/crypto.h */
 /* ====================================================================
  * Copyright (c) 1998-2006 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1998-2006 The OpenSSL Project.  All rights reserved.
  *
index 9bb2e777a2653a025e0478abed148e3dd03a0b28..3d784fa03ae556c93929dde7a5dd313abfd21496 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/des/des.h */
 /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index b1192a387fc3ca34fe846a1e0dea52975c23ff77..528f52794dddd1be58afc4c86db3b2fc8f437c57 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/dh/dh.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 14b06ecff6d6d87ec053f844152bdf9144a4fb9a..643fee4731aebfda1887f44b90171d65886b6370 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/dsa/dsa.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index a473e98098602ae6981ff9c5dad220433cc60376..180163fae5d3f57952ba911ed1d69a45c071765d 100644 (file)
@@ -1,4 +1,3 @@
-/* dso.h */
 /*
  * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
  * 2000.
 /*
  * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
  * 2000.
index 1de5f68b6e3846d91357e247836fa43f03074f40..16df65211b362480af4d1bf10f08f9f0da0b497c 100644 (file)
@@ -1,4 +1,3 @@
-/* ssl/dtls1.h */
 /*
  * DTLS implementation written by Nagendra Modadugu
  * (nagendra@cs.stanford.edu) for the OpenSSL project 2005.
 /*
  * DTLS implementation written by Nagendra Modadugu
  * (nagendra@cs.stanford.edu) for the OpenSSL project 2005.
index ceecbfacccb2498ce9e252266c476356bcd522fa..2cfbe7aa46b48fa5cf49ea5260434b20a4a5c557 100644 (file)
@@ -1,4 +1,3 @@
-/* e_os2.h */
 /* ====================================================================
  * Copyright (c) 1998-2000 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1998-2000 The OpenSSL Project.  All rights reserved.
  *
index 4cbdfeb7aed087bb25120a01de626e3b7ffc554d..e75b60923f3c9998ea8582f81c22dc902de093b1 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ebcdic.h */
 
 #ifndef HEADER_EBCDIC_H
 # define HEADER_EBCDIC_H
 
 #ifndef HEADER_EBCDIC_H
 # define HEADER_EBCDIC_H
index 6d3fe37d4d2d9d4f195c99cad3bc53790fd55902..58b2d7cebc0735f6941eca499ab4b783b2614983 100644 (file)
@@ -1,4 +1,3 @@
-/* openssl/engine.h */
 /*
  * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
  * 2000.
 /*
  * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
  * 2000.
index df9cab2110585f7300a97d3d14883e7e8ff7ecd7..dd6f1253fb479453924c80e8bdfc6043a033797e 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/err/err.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index f6cb867fc3e07294db97a51133b1ebd7c9181844..2c60050bc9d5804bacc999f579e1d0c159c73a35 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/evp/evp.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index f9a67b53868d5bc7213c61cb27b4e96ac7d5dfd1..71d7d6591623c5bacb8218743ad238816dbe14f4 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/hmac/hmac.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 13feb199bcc1c5fa23ca6d74dde037e93984ecb0..b92d979221e88869d877242d5b5ca4fc63abe612 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/idea/idea.h */
 /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 96ccf9239717ab3520bc9296f01cfe3171803953..b28a3f2c4af3c809ffcfa3dfcea1ef64d4dfc731 100644 (file)
@@ -1,4 +1,3 @@
-/* kdf.h */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
index f4ea37b8a1b33e52f03606699326a8d81d85d894..899544ce049d0219c0e214039d430cb9deec938a 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/lhash/lhash.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 74c50529aef26ab7d60eafefff5f9cd56b785fca..4b42f7e6637eb01db3ca651c5754bbb471be5c63 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/md/md2.h */
 /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 01052f339f548fb9b3442e52455875a67e59efc7..c937625f932f5e91e8fd5a9bca6286ae264e257d 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/md4/md4.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 91f4251ece731eb1c88d51185d3650b7a2db05d2..02ea76a54e6dfe963c92c28774aea0dcc77d1dd0 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/md5/md5.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index c2438c885deaa69aeb20b603897195d3af44d24a..fc9784fa1866048f819ee7384deae14f4e20b806 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/mdc2/mdc2.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 04605e07b10ee8a892b9ed5faafb2af1de7a6f46..74bdbe6e3d4e4cef0de6f44fac9298f210196dbf 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/objects/obj_mac.h */
 
 /*
  * THIS FILE IS GENERATED FROM objects.txt by objects.pl via the following
 
 /*
  * THIS FILE IS GENERATED FROM objects.txt by objects.pl via the following
index 165817fb1a30444f0c7df8665d41adda860cd1c3..05bc9b02486bfa48e47550d7e971fbe22b9c078d 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/objects/objects.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index eb6c6a2c9fe7f4d0919951210b98ffe663af5c05..08b7d478023daa5d76d225817f71f15fb83740ad 100644 (file)
@@ -1,4 +1,3 @@
-/* ocsp.h */
 /*
  * Written by Tom Titchener <Tom_Titchener@groove.net> for the OpenSSL
  * project.
 /*
  * Written by Tom Titchener <Tom_Titchener@groove.net> for the OpenSSL
  * project.
index f54043acddbaf0a05138e5da68bb7ec03235b1e5..58fb20ee9e89beb2c6e5f20752035e032546e96c 100644 (file)
@@ -1,4 +1,3 @@
-/* opensslconf.h */
 {- join("\n",map { "/* $_ */" } @autowarntext) -}
 
 #ifdef  __cplusplus
 {- join("\n",map { "/* $_ */" } @autowarntext) -}
 
 #ifdef  __cplusplus
index d8efce9f8c67dce4eb5e1a56607e14fa5e900295..0206fec68c7b7f5df3d8f2d961062e58a65a6b0a 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/pem/pem.h */
 /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index d49cac7e0d91af119a6c1e77c2a162a604b72c78..b164a00d5bb563f314d8818ef54ef7df84e35776 100644 (file)
@@ -1,4 +1,3 @@
-/* pkcs12.h */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index 46fe45eacb910c14ae22deca4816292b77bf0d04..74f6c9b441e4f25e9da2c79c0388dc2dc3c52ce1 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/pkcs7/pkcs7.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index fbc73a49604950f9c7ece1ff3b6cfe93ce4d3889..2a9a85c1f165754c10e0f2fdb2294c408aaaa849 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rand/rand.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index cf616513e683cdf64b42fa8bec492b81a02ccff7..0a433e9eacda3a9747764cc35cae327f9b9594d2 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rc2/rc2.h */
 /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 6f52cc606fceed8515c8493ee644384f429b5fb7..c938fdb92a4608173b68bacee3b25e1cd18bd927 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rc4/rc4.h */
 /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 38d0b1988e7c5412b45b01e5c3149293f9b67c76..026a1147a9ced49045a136043a6edd4615d9cf7d 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rc5/rc5.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 97ad187e5de4b1b79d3486c2927871e25af18c1f..8a098f66a6a0decf65604c35e4c13f2691714070 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ripemd/ripemd.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 28c851abb5295f03ce5820a38455c6f6a69a5ab2..4f6d44f468f815ec1bfb0e4ef220c54b82ff3d96 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rsa/rsa.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index e35f3289435622262b0627114714d6b7a83cdc64..27c7cab9361f9c85e4426fda0481b9e1e4166f8e 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/sha/sha.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index b7f4519fd37f22da457ef00e580d7c9d68acb7c0..83a3293f7c034bbcc816a4a2762c81e4fb4c57b9 100644 (file)
@@ -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
 /*
  * Written by Christophe Renou (christophe.renou@edelweb.fr) with the
  * precious help of Peter Sylvester (peter.sylvester@edelweb.fr) for the
index 611f5efadefdb8af83be2f56f9497bf6ad0630e8..1f5aed21ff60c9893df068e57de97ca2d46f6f36 100644 (file)
@@ -1,4 +1,3 @@
-/* ssl/srtp.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 0d36e17a6c53c24e86fc77130cb1f72c36023a0a..2e75ade3a33fc25ced578d305a5b18fd6721ae2c 100644 (file)
@@ -1,4 +1,3 @@
-/* ssl/ssl.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 64e1b142ecc4e0c8aba7ad22e346675e3d7808c9..e965dd54a650c49dbdd4412ef77a3246b0fdc010 100644 (file)
@@ -1,4 +1,3 @@
-/* ssl/ssl2.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 2a2974c3caf8e3a06cf5118db59011314818203b..325fa94191277b738723bbf9cb57a5fd914512ba 100644 (file)
@@ -1,4 +1,3 @@
-/* ssl/ssl3.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 6b8869cd95e2e6a615e92f48e716907a515dc2c4..976e6ace56a1ed03a442294cc4ca50cd3e81eab8 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/stack/stack.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 38a2d4b58a7ef036da02c195149458bb9ca22e10..01fa8461bf877d240aea2fb895b568c40d47c1f2 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/store/store.h */
 /*
  * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
  * 2003.
 /*
  * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
  * 2003.
index 43a658d52bb484a3880e730f4f4da189c13794be..bf21b8e966497c75367cd5003528d29804a7db53 100644 (file)
@@ -1,4 +1,3 @@
-/* ssl/tls1.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 3c5ada1523abc05b9eb06f6b3fc65fbafc11c39e..c5bd80a2a9064e353ce0255e832f0e5a661bed75 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ts/ts.h */
 /*
  * Written by Zoltan Glozik (zglozik@opentsa.org) for the OpenSSL project
  * 2002, 2003, 2004.
 /*
  * Written by Zoltan Glozik (zglozik@opentsa.org) for the OpenSSL project
  * 2002, 2003, 2004.
index 948ac3e77f66c69c62d262634e7b28498cc8c4d4..e83e725ade1ea8e0a760b993bc29f175a2f6f319 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/txt_db/txt_db.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 93a93a7baa936cb07896dc82f82a4f1451d9bbdd..17c2254d88e8808515805db14efd3347f92217d3 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ui/ui.h */
 /*
  * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
  * 2001.
 /*
  * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
  * 2001.
index 50a5edd27efecbd19a8e7d3c297c145959018d89..477bff8eb869d3543e09413fa540adf85333033d 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/x509/x509.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 7ea11ea3926c59d4c69d6c47474e0d34b0f64651..ef54208a3c221d1f8ecac4ea17f2db91dd421cdb 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/x509/x509_vfy.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index b5ea84af9bbbc6c5cf74d659962dbc0bb6573aff..fa2120840a22aea8fb732b5e1a2957ff0a969534 100644 (file)
@@ -1,4 +1,3 @@
-/* x509v3.h */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
index a8260c9c43f3a010da07f1488aadd623d798a4a7..9eec0226af6b8d63154e0d5cdf5589da0e7fe1dd 100644 (file)
@@ -1,4 +1,3 @@
-/* ssl/bio_ssl.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 88822c06b91b0c45c12fc4a4cce9ee345a63d269..fed13403773b9ff187016c5d52aebc1f5700a9e8 100644 (file)
@@ -1,4 +1,3 @@
-/* ssl/d1_lib.c */
 /*
  * DTLS implementation written by Nagendra Modadugu
  * (nagendra@cs.stanford.edu) for the OpenSSL project 2005.
 /*
  * DTLS implementation written by Nagendra Modadugu
  * (nagendra@cs.stanford.edu) for the OpenSSL project 2005.
index 4a2f0dc9805e45ee905100b520ab13ffde37a75d..b9342a2a10a5cafbe9a6170201582c4d9a540360 100644 (file)
@@ -1,4 +1,3 @@
-/* ssl/d1_msg.c */
 /*
  * DTLS implementation written by Nagendra Modadugu
  * (nagendra@cs.stanford.edu) for the OpenSSL project 2005.
 /*
  * DTLS implementation written by Nagendra Modadugu
  * (nagendra@cs.stanford.edu) for the OpenSSL project 2005.
index 87dbcc63f32835337731f609ee6e8eba94961d46..587a592e82afa93d08fcea04b909849d89c46168 100644 (file)
@@ -1,4 +1,3 @@
-/* ssl/t1_lib.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index c0698abd73bec1e9a3c9bf7e892e6a1313e28cfa..6cd83dd5dd82889e14ac184df61651d43eed47b9 100644 (file)
@@ -1,4 +1,3 @@
-/* ssl/t1_meth.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index ed7c1ca1293b7d8369cb5cd52d73614cf4f27f3b..b4337e4682f72904bf977f80e8461a4aa9f801f2 100644 (file)
@@ -1,4 +1,3 @@
-/* ssl/packet_locl.h */
 /*
  * Written by Matt Caswell for the OpenSSL project.
  */
 /*
  * Written by Matt Caswell for the OpenSSL project.
  */
index 21ee83eccc88ce51c59e81e6d9b93a750b269770..c9f21ca86536e42f1526744762c3915db83f097c 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/pqueue/pqueue.c */
 /*
  * DTLS implementation written by Nagendra Modadugu
  * (nagendra@cs.stanford.edu) for the OpenSSL project 2005.
 /*
  * DTLS implementation written by Nagendra Modadugu
  * (nagendra@cs.stanford.edu) for the OpenSSL project 2005.
index 9d2d681fbf2a7dd4525776f7541997219baf8c7d..0fa29854854b3cb1955ceb8dd7f0691056fc8210 100644 (file)
@@ -1,4 +1,3 @@
-/* ssl/record/dtls1_bitmap.c */
 /*
  * DTLS implementation written by Nagendra Modadugu
  * (nagendra@cs.stanford.edu) for the OpenSSL project 2005.
 /*
  * DTLS implementation written by Nagendra Modadugu
  * (nagendra@cs.stanford.edu) for the OpenSSL project 2005.
index eabbddb61d8ec66046b83be046f94e629ff1ae8c..c53ef9a1ac8150a3654262dba2f27a88e0058bb6 100644 (file)
@@ -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.
 /*
  * DTLS implementation written by Nagendra Modadugu
  * (nagendra@cs.stanford.edu) for the OpenSSL project 2005.
index 0ce5b9e618b3d39cc0c2c6755596baea69c00e1b..d0f17bb0c79967347ddf933ca5d4b76e926dae33 100644 (file)
@@ -1,4 +1,3 @@
-/* ssl/record/rec_layer_s3.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 36ae3a1021f6b59f0418a398f66ebc43bf2cc4fc..a3b50dcfcf7b2b3d2592a72948e9cda111485544 100644 (file)
@@ -1,4 +1,3 @@
-/* ssl/record/record.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index f92e89d86f4b9c79daceef749e43ae670a04bfc5..2a4b66330767a44c551d47f705bcdcadee03419b 100644 (file)
@@ -1,4 +1,3 @@
-/* ssl/record/record_locl.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 17719c2d7a4876746b090729c1e71f7d562aafb2..3c03499f59c9146d7dda4fc87d3c497f7dd0cfba 100644 (file)
@@ -1,4 +1,3 @@
-/* ssl/record/ssl3_buffer.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index d8c7b1ea05bffac86d5fd8fc6dbbeef40a88c859..60e8042f1d196eddd3934cc779793f937c4ad8ab 100644 (file)
@@ -1,4 +1,3 @@
-/* ssl/record/ssl3_record.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index f07a0451a0d2b85575996c338c84e3697f938a65..8df32ba326aa2758327b69a42d6809133d90c416 100644 (file)
@@ -1,4 +1,3 @@
-/* ssl/s3_cbc.c */
 /* ====================================================================
  * Copyright (c) 2012 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 2012 The OpenSSL Project.  All rights reserved.
  *
index 7a1e201cf400b20aca0154795fee945b3bfc98b2..d4d64d0e5e2b16888ea994c20cd2944428065209 100644 (file)
@@ -1,4 +1,3 @@
-/* ssl/s3_enc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 28204bc7b1516eedc0829d3f8e5bc61466610046..f998f72370457dfa38d65f5240ef0b3ec1225853 100644 (file)
@@ -1,4 +1,3 @@
-/* ssl/s3_lib.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 8d7f042f83cba9eecd65aea11f609d784a5d0caa..8b5fd23880d9660fe1a7fad9a6e8f05901b8cd5d 100644 (file)
@@ -1,4 +1,3 @@
-/* ssl/s3_msg.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 1bb9cb6c68bb1d404e97de3111bb8b1af9394965..61233a96b4786a7d26e46a2afdfca912a31a2b4e 100644 (file)
@@ -1,4 +1,3 @@
-/* ssl/ssl_algs.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 69c4d12a90f853b365c4ed32b08cf8861d1942d2..a3bbfe4fc7f472a529ba9fe2dc4d05dc07c46a7e 100644 (file)
@@ -1,4 +1,3 @@
-/* ssl/ssl_asn1.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 9234364d3581377e06c73412c9ce6041f349fc8a..ecefc79b27af0c91b303b19089fb98464009f23a 100644 (file)
@@ -1,4 +1,3 @@
-/* ssl/ssl_ciph.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index a112ad41e894058643778e54cefab82a3fca5cdf..18c64d997c72764b4c750f8ed03e701037c8bd59 100644 (file)
@@ -1,4 +1,3 @@
-/* ssl/ssl_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2016 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1999-2016 The OpenSSL Project.  All rights reserved.
  *
index 14e48221f4e3b5307f765ae1b3ab9f8adce26c82..751f6ad6bb626e5175fff91bcba5db767201d090 100644 (file)
@@ -1,4 +1,3 @@
-/* ssl/ssl_err2.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 3745f0f0e2edcab4584fb6233cc78951c5f2bf76..864e21a18e30f074b11666c2902e48f36edb15dc 100644 (file)
@@ -1,4 +1,3 @@
-/* ssl/ssl_locl.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 9a1cbbdd07460d2463d3ebc103f88837dcf80b49..614e0a742dca1d7b3c89df670e6ad92d499f8473 100644 (file)
@@ -1,4 +1,3 @@
-/* ssl_mcnf.c */
 /*
  * Written by Stephen Henson (steve@openssl.org) for the OpenSSL project
  * 2015.
 /*
  * Written by Stephen Henson (steve@openssl.org) for the OpenSSL project
  * 2015.
index aa4959916bb8a670141d167085699290a6d8d0fb..f93db31c772a3b2edbb267554670a6ae11dcbc9e 100644 (file)
@@ -1,4 +1,3 @@
-/* ssl/ssl_rsa.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 3010bc4d572095e3a45b1abb1aa35a34d264ac51..1ca0f964a2cd6b7e10e40990b94260cc9631a27e 100644 (file)
@@ -1,4 +1,3 @@
-/* ssl/ssl_sess.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 3bd784331477c1be60cf16b64e9632204415fae9..23a54a514e41e434614ba64d33d2f79548551c8a 100644 (file)
@@ -1,4 +1,3 @@
-/* ssl/ssl_stat.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index d9d6f397c77d7cb37b4197a24b575e19b637a685..bdd802f600835fdc2c76912bda83e4aec6991cdd 100644 (file)
@@ -1,4 +1,3 @@
-/* ssl/ssl_txt.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 53bdde330dfe168efda551bd5c703d5d94eeb3ad..5feef6e2f32d792f3fd8df54cdb66b3cb2c484c6 100644 (file)
@@ -1,4 +1,3 @@
-/* ssl_utst.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
index a03fe32083205b2e84867f3b5b2c362821389c3d..576ea181a9506c8646d8ec581211fa5160175dc2 100644 (file)
@@ -1,4 +1,3 @@
-/* ssl/statem/statem.c */
 /*
  * Written by Matt Caswell for the OpenSSL project.
  */
 /*
  * Written by Matt Caswell for the OpenSSL project.
  */
index 1350967d56d98dbdaebfad8c29ee920e2e77ca23..263a39539220d8903d2a8d470ab3b5ce7ba78fe8 100644 (file)
@@ -1,4 +1,3 @@
-/* ssl/statem/statem.h */
 /* ====================================================================
  * Copyright (c) 1998-2015 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1998-2015 The OpenSSL Project.  All rights reserved.
  *
index 047bcf5d5b3d76a8039f225a5ab1e8d0a8e1d24c..456bbd8a7b5f3027e37074bf66ee23df20f8225e 100644 (file)
@@ -1,4 +1,3 @@
-/* ssl/statem/statem_clnt.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 3aa34888b65cf558167f5256f1ef1e90d903578e..765c8e1efc63b2abca151c1429474d5fea4395d3 100644 (file)
@@ -1,4 +1,3 @@
-/* ssl/statem/statem_dtls.c */
 /*
  * DTLS implementation written by Nagendra Modadugu
  * (nagendra@cs.stanford.edu) for the OpenSSL project 2005.
 /*
  * DTLS implementation written by Nagendra Modadugu
  * (nagendra@cs.stanford.edu) for the OpenSSL project 2005.
index 70559666b03c04d42a7eb0f3e35ba8a0ea9b9a67..49b5e48f505b4b192341bb897d937b6923221de1 100644 (file)
@@ -1,4 +1,3 @@
-/* ssl/statem/statem_lib.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 4c3d7976236caa59669d77b59afea2783848ae62..57b7c372c58fbe5579720d24c9aaae0fa0b0b5a7 100644 (file)
@@ -1,4 +1,3 @@
-/* ssl/statem/statem_locl.h */
 /* ====================================================================
  * Copyright (c) 1998-2015 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1998-2015 The OpenSSL Project.  All rights reserved.
  *
index 2ac9dc3a59503da1ca01e5a8436296fcd2168cd8..2f5fdb658af59a8bb7ed233ca0e3f56319b84535 100644 (file)
@@ -1,4 +1,3 @@
-/* ssl/statem/statem_srvr.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 23b36406345bac3768a25f8e3810dd39cc56ee43..f3593f12f6edec58966021d7b5b26ca65ab808d3 100644 (file)
@@ -1,4 +1,3 @@
-/* ssl/t1_enc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 2ffe271d977a80ff739c673a8c024ebbd6774fbe..09f10440396c2ae492528e039b0c9c767136d90b 100644 (file)
@@ -1,4 +1,3 @@
-/* ssl/t1_ext.c */
 /* ====================================================================
  * Copyright (c) 2014 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 2014 The OpenSSL Project.  All rights reserved.
  *
index 6937b45c618a7ac0b69cba96f14a8d6b228b3338..0131dc833c6e2d08646090d2db09654a529b7f57 100644 (file)
@@ -1,4 +1,3 @@
-/* ssl/t1_lib.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 3fb6a96a4da6c12a47857afcc6d5951fe7430a75..0aeaa552633efec214bdb8648b09f8951cabc528 100644 (file)
@@ -1,4 +1,3 @@
-/* ssl/t1_reneg.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index dc718edda80a09caa6f1ac34ab5adf38b92cebd6..7d451da7415619dbdec73e5ec893977bc05029fd 100644 (file)
@@ -1,4 +1,3 @@
-/* ssl/t1_trce.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
index e3763b0f67f7d2f66aaf7517e18d28e02daa9785..cf5ccdca33f4a42b40f7a09872af1c6df1db1953 100644 (file)
@@ -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
 /*
  * Written by Christophe Renou (christophe.renou@edelweb.fr) with the
  * precious help of Peter Sylvester (peter.sylvester@edelweb.fr) for the
index ace52b93e46ef478dc87d894ae992281c2d3bd26..1068e8c3b2f6b7837303bbb8eaf933873603123d 100644 (file)
@@ -1,4 +1,3 @@
-/* test/asynctest.c */
 /*
  * Written by Matt Caswell for the OpenSSL project.
  */
 /*
  * Written by Matt Caswell for the OpenSSL project.
  */
index b19ab8e08c5df5313af5f0ef715ad166a73aed20..657ae90c348de41dc0ed0c5e44caeb19b3c51d03 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bf/bftest.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 0d9452f2bb6c84a24d2c68484aeba67b1ff7e07d..6b62c05050085b0f15676557b2b80b29be4b241d 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bn/bntest.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 8063b9c2e11bc81510df3a65b1eeca0b4876defb..79472d83e3562a58c4a8f91bc395bdf5a0870cb1 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/cast/casttest.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 06916ff787a798816e74f3079ee047af60289ed6..faadcb79b5095163dbe9263f8abb385c9001bc40 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/constant_time_test.c */
 /*-
  * Utilities for constant-time cryptography.
  *
 /*-
  * Utilities for constant-time cryptography.
  *
index 09156a6991b4853ce9835a175ca9d8db83391051..636f629617d872a02401ed1ec33e2dbe7fd8d2a1 100644 (file)
@@ -1,4 +1,3 @@
-/* danetest.c */
 /* ====================================================================
  * Copyright (c) 2015 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 2015 The OpenSSL Project.  All rights reserved.
  *
index 406e6de7bc94a6619f1d640f672379699bc64f9e..5e4552c8a655028ebd8a2769d9318716bb084df8 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/des/destest.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 93a866c05f6f24bce72311262b5f16dcf96bb2dc..36bac32c15ef57e491f8d819b1c94ce6ac3c27cd 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/dh/dhtest.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 1f2c259fee8bf10a84110f19650dd5ad43bf269b..426e443bbcc5c3c3dbe461389fbb248adfd552ba 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/dsa/dsatest.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 8be4e500940c2017681383940b8014dda42d4f1d..636be3ee9d371e4637477b5967a42a0ca5d637f3 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ecdh/ecdhtest.c */
 /* ====================================================================
  * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
  *
 /* ====================================================================
  * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
  *
index 5a27a38a9a281c443f23c69bcdfa0395de4aae19..d098355be693ff2044b4e8b682ebb55d0ee497e6 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ecdsa/ecdsatest.c */
 /*
  * Written by Nils Larsch for the OpenSSL project.
  */
 /*
  * Written by Nils Larsch for the OpenSSL project.
  */
index fbf5081f897c9665f9996114a6a6a778e9c13db8..a8d0b55bf4e643ee6b5e93c3177916028f1b3968 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ec/ectest.c */
 /*
  * Originally written by Bodo Moeller for the OpenSSL project.
  */
 /*
  * Originally written by Bodo Moeller for the OpenSSL project.
  */
index 32df0e45fc23b8d9e8702da49be0135d2be5f8a9..886bf68dae1ee755a37968e840fdfaa9042ae6ec 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/engine/enginetest.c */
 /*
  * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
  * 2000.
 /*
  * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
  * 2000.
index bc3e6dd97ce7683b273c13e54bb05ac700f2aefa..326ed0d1533fb616804dfcc84b6893f372366ce1 100644 (file)
@@ -1,4 +1,3 @@
-/* evp_test.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
index 5fdcc3800e6039bf5180b870ee31691f9a9b60f6..7a155f957db5b9c4724950a746e99d38a7821909 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bn/exptest.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 2fa82e3169cdbb5f8f16e14cf862f5f356f863c3..137aa9b2c609ae6e93a7137481cf5a3a53dd60f8 100644 (file)
@@ -1,4 +1,3 @@
-/* test/heartbeat_test.c */
 /*-
  * Unit test for TLS heartbeats.
  *
 /*-
  * Unit test for TLS heartbeats.
  *
index 9fb12ad3da146e38fd96163ba0d33145aa4f65c2..47799093bf9f1366ad83a02b0a21ee9cef723466 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/hmac/hmactest.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index b522013e806cee711af22c1c6afb57d0d5e8210e..7418a17fa133cc07f5f3469358fdfe878c69f9cd 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/idea/ideatest.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 9c8d03c2da3a368b60c11cc80292fcc01e233b49..aca8f8593816460c4bf382e05b1cc8e770a1cfd6 100644 (file)
@@ -1,4 +1,3 @@
-/* test/igetest.c */
 /* ====================================================================
  * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
  *
index 49a8a9bc7868b90b8d4fa82840ebdcc767b398f2..b416735251136b5bd5111ac822e5872969c74d78 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/md2/md2test.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 9c82eb07f80d59f8e99680feed760deb0c869257..d7168a1f2992afb8ded597e904f5b504aec9f2de 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/md4/md4test.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 3016ee39d54f50c5f2dd618d415bdc05f8dfa24c..35aebf626eba8050e815da9e3cf517ec3ffc6149 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/md5/md5test.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 938a3c13b750d805b451cf7fda57114f1dcb132e..d1fe049ab689f73cf7fde8233d550815ea31b8e7 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/mdc2/mdc2test.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index de66c1063ba2ce82ebe6beb87f1a93974a8e25cc..adfb244faf009cc894099f3282d6076bfd1f2493 100644 (file)
@@ -1,4 +1,3 @@
-/* test/methtest.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index ac360f59bdc6441b212b9ad89030513935746fc3..bec780f5bf7748120136456cbc91037bbc3ef9d2 100644 (file)
@@ -1,4 +1,3 @@
-/* test/packettest.c */
 /*
  * Written by Matt Caswell for the OpenSSL project.
  */
 /*
  * Written by Matt Caswell for the OpenSSL project.
  */
index 548fa52045dc1469ce1accb01996d5faa0015390..b99fa3a3c52ee4bc9abb74cff4284a9403ea21f7 100644 (file)
@@ -1,4 +1,3 @@
-/* test/r160test.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 67acf700ee21a878325f96f5cce6d1e709ca94fc..69f3fd4b8eab9b7a19f3364ae40b6608e0ab7db5 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rand/randtest.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index ae57e56d39f041e82e22775fc9b5c9f297e90e06..5cfbac9d624b74bd207c8e0ffd3fea138f7ba70d 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rc2/rc2test.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index a8e5a8e31b76727ef85341f05105270c5ef22a04..68f1641180127da325abcbc11ffed9b65248d042 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rc4/rc4test.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 5ed4d21105a4d0ab21e030e7545481d2290fe30f..bb66154e25c525d83678f0eb5a267312e67e0c50 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rc5/rc5test.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index b0ebb12c2778903f5656ff0a9d14fb63bd8df1f2..867a20eaae60066f78be3c75e7e1af34a88e81c3 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ripemd/rmdtest.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 8cba4b22fd332d543b7bcf2d5144bf12e282bfef..903d786ba6de45c0f6046335602481f1f87f301e 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/sha/sha1test.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 2ff9ed2a715333f9da91dc6936e5c9fcc8f4c195..d88c805bdb5245d53010e7e8ac19e833015919cd 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/sha/sha256t.c */
 /* ====================================================================
  * Copyright (c) 2004 The OpenSSL Project.  All rights reserved.
  * ====================================================================
 /* ====================================================================
  * Copyright (c) 2004 The OpenSSL Project.  All rights reserved.
  * ====================================================================
index e1f30de2ce6fdf517dea8f8d04a115dcf4907e84..714fed62cb3f52ffd4da0a00374abc08b345d8b6 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/sha/sha512t.c */
 /* ====================================================================
  * Copyright (c) 2004 The OpenSSL Project.  All rights reserved.
  * ====================================================================
 /* ====================================================================
  * Copyright (c) 2004 The OpenSSL Project.  All rights reserved.
  * ====================================================================
index cccab51f8f89df6ca51df19211cbb5d1c7ec5822..8451a9e176d0b277e9a846c2e51389139f819984 100644 (file)
@@ -1,4 +1,3 @@
-/* ssl/ssltest.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 70087d3ef018ad8a496ceeb5e7e04c51a46ac317..de5598cb28d7ed690a451dbd8818f4a822b6ecca 100644 (file)
@@ -1,4 +1,3 @@
-/* test/testutil.c */
 /*-
  * Utilities for writing OpenSSL unit tests.
  *
 /*-
  * Utilities for writing OpenSSL unit tests.
  *
index ea38397c91cb6e7cf125bdfc8ba24cd845da64ff..3a4429234eb71af7221240f809ab916374b5170a 100644 (file)
@@ -1,4 +1,3 @@
-/* test/testutil.h */
 /*-
  * Utilities for writing OpenSSL unit tests.
  *
 /*-
  * Utilities for writing OpenSSL unit tests.
  *