openssl/crypto/bio
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
..
b_dump.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
b_print.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
b_sock.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bf_buff.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bf_lbuf.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bf_nbio.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bf_null.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bio_cb.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bio_err.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bio_lcl.h Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
bio_lib.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bss_acpt.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bss_bio.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bss_conn.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bss_dgram.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bss_fd.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bss_file.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bss_log.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bss_mem.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bss_null.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bss_sock.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