openssl/crypto/x509v3
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
..
ext_dat.h 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
pcy_cache.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
pcy_data.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
pcy_int.h Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
pcy_lib.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
pcy_map.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
pcy_node.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
pcy_tree.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
tabtest.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
v3_addr.c Rename some BUF_xxx to OPENSSL_xxx 2015-12-16 16:14:49 -05:00
v3_akey.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
v3_akeya.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
v3_alt.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
v3_asid.c Rename some BUF_xxx to OPENSSL_xxx 2015-12-16 16:14:49 -05:00
v3_bcons.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
v3_bitst.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
v3_conf.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
v3_cpols.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
v3_crld.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
v3_enum.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
v3_extku.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
v3_genn.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
v3_ia5.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
v3_info.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
v3_int.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
v3_lib.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
v3_ncons.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
v3_pci.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
v3_pcia.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
v3_pcons.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
v3_pku.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
v3_pmaps.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
v3_prn.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
v3_purp.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
v3_scts.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
v3_skey.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
v3_sxnet.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
v3_tlsf.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
v3_utl.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
v3conf.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
v3err.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
v3prin.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00