openssl/crypto/evp
Rich Salz 349807608f Remove /* foo.c */ comments
This was done by the following
        find . -name '*.[ch]' | /tmp/pl
where /tmp/pl is the following three-line script:
        print unless $. == 1 && m@/\* .*\.[ch] \*/@;
        close ARGV if eof; # Close file to reset $.

And then some hand-editing of other files.

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
2016-01-26 16:40:43 -05:00
..
bio_b64.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bio_enc.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bio_md.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bio_ok.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
c_all.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
c_allc.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
c_alld.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
cmeth_lib.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
digest.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
e_aes.c Adapt builtin cipher implementations to opaque EVP_CIPHER 2016-01-12 13:52:22 +01:00
e_aes_cbc_hmac_sha1.c Adapt builtin cipher implementations to opaque EVP_CIPHER 2016-01-12 13:52:22 +01:00
e_aes_cbc_hmac_sha256.c Adapt builtin cipher implementations to opaque EVP_CIPHER 2016-01-12 13:52:22 +01:00
e_bf.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
e_camellia.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
e_cast.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
e_chacha20_poly1305.c Rename some BUF_xxx to OPENSSL_xxx 2015-12-16 16:14:49 -05:00
e_des.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
e_des3.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
e_idea.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
e_null.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
e_old.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
e_rc2.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
e_rc4.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
e_rc4_hmac_md5.c Adapt builtin cipher implementations to opaque EVP_CIPHER 2016-01-12 13:52:22 +01:00
e_rc5.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
e_seed.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
e_xcbc_d.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
encode.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
evp_acnf.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
evp_cnf.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
evp_enc.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
evp_err.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
evp_key.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
evp_lib.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
evp_locl.h Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
evp_pbe.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
evp_pkey.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
m_md2.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
m_md4.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
m_md5.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
m_md5_sha1.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
m_mdc2.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
m_null.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
m_ripemd.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
m_sha1.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
m_sigver.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
m_wp.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
Makefile.in Remove update tags 2016-01-20 09:09:14 -05:00
names.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
p5_crpt.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
p5_crpt2.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
p_dec.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
p_enc.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
p_lib.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
p_open.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
p_seal.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
p_sign.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
p_verify.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
pmeth_fn.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
pmeth_gn.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
pmeth_lib.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
scrypt.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00