summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2015-12-18 12:57:23 -0500
committerRich Salz <rsalz@openssl.org>2016-01-26 16:40:43 -0500
commit349807608f31b20af01a342d0072bb92e0b036e2 (patch)
treef937ebb9a6b53c3f7d6636e67d7e3a3398ccf34a /crypto/x509v3
parent97ad4870299378741dcdd88189f19da78431afd9 (diff)
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>
Diffstat (limited to 'crypto/x509v3')
-rw-r--r--crypto/x509v3/ext_dat.h1
-rw-r--r--crypto/x509v3/pcy_cache.c1
-rw-r--r--crypto/x509v3/pcy_data.c1
-rw-r--r--crypto/x509v3/pcy_int.h1
-rw-r--r--crypto/x509v3/pcy_lib.c1
-rw-r--r--crypto/x509v3/pcy_map.c1
-rw-r--r--crypto/x509v3/pcy_node.c1
-rw-r--r--crypto/x509v3/pcy_tree.c1
-rw-r--r--crypto/x509v3/tabtest.c1
-rw-r--r--crypto/x509v3/v3_akey.c1
-rw-r--r--crypto/x509v3/v3_akeya.c1
-rw-r--r--crypto/x509v3/v3_alt.c1
-rw-r--r--crypto/x509v3/v3_bcons.c1
-rw-r--r--crypto/x509v3/v3_bitst.c1
-rw-r--r--crypto/x509v3/v3_conf.c1
-rw-r--r--crypto/x509v3/v3_cpols.c1
-rw-r--r--crypto/x509v3/v3_crld.c1
-rw-r--r--crypto/x509v3/v3_enum.c1
-rw-r--r--crypto/x509v3/v3_extku.c1
-rw-r--r--crypto/x509v3/v3_genn.c1
-rw-r--r--crypto/x509v3/v3_ia5.c1
-rw-r--r--crypto/x509v3/v3_info.c1
-rw-r--r--crypto/x509v3/v3_int.c1
-rw-r--r--crypto/x509v3/v3_lib.c1
-rw-r--r--crypto/x509v3/v3_ncons.c1
-rw-r--r--crypto/x509v3/v3_pci.c1
-rw-r--r--crypto/x509v3/v3_pcia.c1
-rw-r--r--crypto/x509v3/v3_pcons.c1
-rw-r--r--crypto/x509v3/v3_pku.c1
-rw-r--r--crypto/x509v3/v3_pmaps.c1
-rw-r--r--crypto/x509v3/v3_prn.c1
-rw-r--r--crypto/x509v3/v3_purp.c1
-rw-r--r--crypto/x509v3/v3_scts.c1
-rw-r--r--crypto/x509v3/v3_skey.c1
-rw-r--r--crypto/x509v3/v3_sxnet.c1
-rw-r--r--crypto/x509v3/v3_tlsf.c1
-rw-r--r--crypto/x509v3/v3_utl.c1
-rw-r--r--crypto/x509v3/v3conf.c1
-rw-r--r--crypto/x509v3/v3err.c1
-rw-r--r--crypto/x509v3/v3prin.c1
40 files changed, 0 insertions, 40 deletions
diff --git a/crypto/x509v3/ext_dat.h b/crypto/x509v3/ext_dat.h
index 3f9f7f3efc..d43b83c1ca 100644
--- a/crypto/x509v3/ext_dat.h
+++ b/crypto/x509v3/ext_dat.h
@@ -1,4 +1,3 @@
-/* ext_dat.h */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/x509v3/pcy_cache.c b/crypto/x509v3/pcy_cache.c
index 97ebb3602d..64fe3bc598 100644
--- a/crypto/x509v3/pcy_cache.c
+++ b/crypto/x509v3/pcy_cache.c
@@ -1,4 +1,3 @@
-/* pcy_cache.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 2004.
diff --git a/crypto/x509v3/pcy_data.c b/crypto/x509v3/pcy_data.c
index 1772e3198b..03631d7a10 100644
--- a/crypto/x509v3/pcy_data.c
+++ b/crypto/x509v3/pcy_data.c
@@ -1,4 +1,3 @@
-/* pcy_data.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 2004.
diff --git a/crypto/x509v3/pcy_int.h b/crypto/x509v3/pcy_int.h
index b222557c52..809dc5e436 100644
--- a/crypto/x509v3/pcy_int.h
+++ b/crypto/x509v3/pcy_int.h
@@ -1,4 +1,3 @@
-/* pcy_int.h */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 2004.
diff --git a/crypto/x509v3/pcy_lib.c b/crypto/x509v3/pcy_lib.c
index b048f917a7..f3ec70db8a 100644
--- a/crypto/x509v3/pcy_lib.c
+++ b/crypto/x509v3/pcy_lib.c
@@ -1,4 +1,3 @@
-/* pcy_lib.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 2004.
diff --git a/crypto/x509v3/pcy_map.c b/crypto/x509v3/pcy_map.c
index 1c58ad4e24..415e5ddf25 100644
--- a/crypto/x509v3/pcy_map.c
+++ b/crypto/x509v3/pcy_map.c
@@ -1,4 +1,3 @@
-/* pcy_map.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 2004.
diff --git a/crypto/x509v3/pcy_node.c b/crypto/x509v3/pcy_node.c
index a71f9b8eef..e8007c23f9 100644
--- a/crypto/x509v3/pcy_node.c
+++ b/crypto/x509v3/pcy_node.c
@@ -1,4 +1,3 @@
-/* pcy_node.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 2004.
diff --git a/crypto/x509v3/pcy_tree.c b/crypto/x509v3/pcy_tree.c
index a460333229..6cf6f4e089 100644
--- a/crypto/x509v3/pcy_tree.c
+++ b/crypto/x509v3/pcy_tree.c
@@ -1,4 +1,3 @@
-/* pcy_tree.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 2004.
diff --git a/crypto/x509v3/tabtest.c b/crypto/x509v3/tabtest.c
index 65209db972..4a3d1033e6 100644
--- a/crypto/x509v3/tabtest.c
+++ b/crypto/x509v3/tabtest.c
@@ -1,4 +1,3 @@
-/* tabtest.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/x509v3/v3_akey.c b/crypto/x509v3/v3_akey.c
index 1aa6268ecc..4690292cee 100644
--- a/crypto/x509v3/v3_akey.c
+++ b/crypto/x509v3/v3_akey.c
@@ -1,4 +1,3 @@
-/* v3_akey.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/x509v3/v3_akeya.c b/crypto/x509v3/v3_akeya.c
index 99144727b1..cc0c1edf40 100644
--- a/crypto/x509v3/v3_akeya.c
+++ b/crypto/x509v3/v3_akeya.c
@@ -1,4 +1,3 @@
-/* v3_akey_asn1.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/x509v3/v3_alt.c b/crypto/x509v3/v3_alt.c
index 08614ea4fe..b2914ee6df 100644
--- a/crypto/x509v3/v3_alt.c
+++ b/crypto/x509v3/v3_alt.c
@@ -1,4 +1,3 @@
-/* v3_alt.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project.
diff --git a/crypto/x509v3/v3_bcons.c b/crypto/x509v3/v3_bcons.c
index 53a8565613..3c2f88a621 100644
--- a/crypto/x509v3/v3_bcons.c
+++ b/crypto/x509v3/v3_bcons.c
@@ -1,4 +1,3 @@
-/* v3_bcons.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/x509v3/v3_bitst.c b/crypto/x509v3/v3_bitst.c
index e0787fd269..a0db610b29 100644
--- a/crypto/x509v3/v3_bitst.c
+++ b/crypto/x509v3/v3_bitst.c
@@ -1,4 +1,3 @@
-/* v3_bitst.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/x509v3/v3_conf.c b/crypto/x509v3/v3_conf.c
index 0b6ff4f87f..01a3aa3da1 100644
--- a/crypto/x509v3/v3_conf.c
+++ b/crypto/x509v3/v3_conf.c
@@ -1,4 +1,3 @@
-/* v3_conf.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/x509v3/v3_cpols.c b/crypto/x509v3/v3_cpols.c
index 3268669659..b4dd3ad9fe 100644
--- a/crypto/x509v3/v3_cpols.c
+++ b/crypto/x509v3/v3_cpols.c
@@ -1,4 +1,3 @@
-/* v3_cpols.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/x509v3/v3_crld.c b/crypto/x509v3/v3_crld.c
index 3d61fdd038..d9442a2a52 100644
--- a/crypto/x509v3/v3_crld.c
+++ b/crypto/x509v3/v3_crld.c
@@ -1,4 +1,3 @@
-/* v3_crld.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/x509v3/v3_enum.c b/crypto/x509v3/v3_enum.c
index dcdd0c674d..26ef657fe6 100644
--- a/crypto/x509v3/v3_enum.c
+++ b/crypto/x509v3/v3_enum.c
@@ -1,4 +1,3 @@
-/* v3_enum.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/x509v3/v3_extku.c b/crypto/x509v3/v3_extku.c
index fddcdffcb9..354b828470 100644
--- a/crypto/x509v3/v3_extku.c
+++ b/crypto/x509v3/v3_extku.c
@@ -1,4 +1,3 @@
-/* v3_extku.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/x509v3/v3_genn.c b/crypto/x509v3/v3_genn.c
index 4c3ad0567a..d225d0d5a4 100644
--- a/crypto/x509v3/v3_genn.c
+++ b/crypto/x509v3/v3_genn.c
@@ -1,4 +1,3 @@
-/* v3_genn.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/x509v3/v3_ia5.c b/crypto/x509v3/v3_ia5.c
index ed94a3ecf7..073a2bbc6e 100644
--- a/crypto/x509v3/v3_ia5.c
+++ b/crypto/x509v3/v3_ia5.c
@@ -1,4 +1,3 @@
-/* v3_ia5.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/x509v3/v3_info.c b/crypto/x509v3/v3_info.c
index f8888c2dbf..a7ea19a038 100644
--- a/crypto/x509v3/v3_info.c
+++ b/crypto/x509v3/v3_info.c
@@ -1,4 +1,3 @@
-/* v3_info.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/x509v3/v3_int.c b/crypto/x509v3/v3_int.c
index 2cab28c798..fc4dd927f0 100644
--- a/crypto/x509v3/v3_int.c
+++ b/crypto/x509v3/v3_int.c
@@ -1,4 +1,3 @@
-/* v3_int.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/x509v3/v3_lib.c b/crypto/x509v3/v3_lib.c
index e3cd2ae5ee..0db199c1bd 100644
--- a/crypto/x509v3/v3_lib.c
+++ b/crypto/x509v3/v3_lib.c
@@ -1,4 +1,3 @@
-/* v3_lib.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/x509v3/v3_ncons.c b/crypto/x509v3/v3_ncons.c
index d3f79baca3..dcd65905a5 100644
--- a/crypto/x509v3/v3_ncons.c
+++ b/crypto/x509v3/v3_ncons.c
@@ -1,4 +1,3 @@
-/* v3_ncons.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project.
diff --git a/crypto/x509v3/v3_pci.c b/crypto/x509v3/v3_pci.c
index c52709d21e..75bed9f4af 100644
--- a/crypto/x509v3/v3_pci.c
+++ b/crypto/x509v3/v3_pci.c
@@ -1,4 +1,3 @@
-/* v3_pci.c */
/*
* Contributed to the OpenSSL Project 2004 by Richard Levitte
* (richard@levitte.org)
diff --git a/crypto/x509v3/v3_pcia.c b/crypto/x509v3/v3_pcia.c
index e53c82e8dc..99bf325040 100644
--- a/crypto/x509v3/v3_pcia.c
+++ b/crypto/x509v3/v3_pcia.c
@@ -1,4 +1,3 @@
-/* v3_pcia.c */
/*
* Contributed to the OpenSSL Project 2004 by Richard Levitte
* (richard@levitte.org)
diff --git a/crypto/x509v3/v3_pcons.c b/crypto/x509v3/v3_pcons.c
index 18de9e83f1..89960cafe1 100644
--- a/crypto/x509v3/v3_pcons.c
+++ b/crypto/x509v3/v3_pcons.c
@@ -1,4 +1,3 @@
-/* v3_pcons.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project.
diff --git a/crypto/x509v3/v3_pku.c b/crypto/x509v3/v3_pku.c
index 5b048a3b03..9f0c5da742 100644
--- a/crypto/x509v3/v3_pku.c
+++ b/crypto/x509v3/v3_pku.c
@@ -1,4 +1,3 @@
-/* v3_pku.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/x509v3/v3_pmaps.c b/crypto/x509v3/v3_pmaps.c
index 001f2641a4..1e7324bb84 100644
--- a/crypto/x509v3/v3_pmaps.c
+++ b/crypto/x509v3/v3_pmaps.c
@@ -1,4 +1,3 @@
-/* v3_pmaps.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project.
diff --git a/crypto/x509v3/v3_prn.c b/crypto/x509v3/v3_prn.c
index 26619c5ff2..457bd95bf7 100644
--- a/crypto/x509v3/v3_prn.c
+++ b/crypto/x509v3/v3_prn.c
@@ -1,4 +1,3 @@
-/* v3_prn.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/x509v3/v3_purp.c b/crypto/x509v3/v3_purp.c
index 3724e664eb..2d5a29fbc8 100644
--- a/crypto/x509v3/v3_purp.c
+++ b/crypto/x509v3/v3_purp.c
@@ -1,4 +1,3 @@
-/* v3_purp.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 2001.
diff --git a/crypto/x509v3/v3_scts.c b/crypto/x509v3/v3_scts.c
index b5122d249f..9c6c32090b 100644
--- a/crypto/x509v3/v3_scts.c
+++ b/crypto/x509v3/v3_scts.c
@@ -1,4 +1,3 @@
-/* v3_scts.c */
/*
* Written by Rob Stradling (rob@comodo.com) for the OpenSSL project 2014.
*/
diff --git a/crypto/x509v3/v3_skey.c b/crypto/x509v3/v3_skey.c
index cf3521304d..d3fe9ebfb4 100644
--- a/crypto/x509v3/v3_skey.c
+++ b/crypto/x509v3/v3_skey.c
@@ -1,4 +1,3 @@
-/* v3_skey.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/x509v3/v3_sxnet.c b/crypto/x509v3/v3_sxnet.c
index 941566bdd0..0f8ac5e72e 100644
--- a/crypto/x509v3/v3_sxnet.c
+++ b/crypto/x509v3/v3_sxnet.c
@@ -1,4 +1,3 @@
-/* v3_sxnet.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/x509v3/v3_tlsf.c b/crypto/x509v3/v3_tlsf.c
index 700546f6a6..286db1d1f9 100644
--- a/crypto/x509v3/v3_tlsf.c
+++ b/crypto/x509v3/v3_tlsf.c
@@ -1,4 +1,3 @@
-/* v3_tlsf.c */
/*
* Written by Rob Stradling (rob@comodo.com) for the OpenSSL project 2015.
*/
diff --git a/crypto/x509v3/v3_utl.c b/crypto/x509v3/v3_utl.c
index a5058bea64..24bb157636 100644
--- a/crypto/x509v3/v3_utl.c
+++ b/crypto/x509v3/v3_utl.c
@@ -1,4 +1,3 @@
-/* v3_utl.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project.
diff --git a/crypto/x509v3/v3conf.c b/crypto/x509v3/v3conf.c
index 6d2cd6df5c..95a24a5904 100644
--- a/crypto/x509v3/v3conf.c
+++ b/crypto/x509v3/v3conf.c
@@ -1,4 +1,3 @@
-/* v3conf.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/x509v3/v3err.c b/crypto/x509v3/v3err.c
index 529346b480..727b5842eb 100644
--- a/crypto/x509v3/v3err.c
+++ b/crypto/x509v3/v3err.c
@@ -1,4 +1,3 @@
-/* crypto/x509v3/v3err.c */
/* ====================================================================
* Copyright (c) 1999-2015 The OpenSSL Project. All rights reserved.
*
diff --git a/crypto/x509v3/v3prin.c b/crypto/x509v3/v3prin.c
index 36ca040bc5..2c8902ee15 100644
--- a/crypto/x509v3/v3prin.c
+++ b/crypto/x509v3/v3prin.c
@@ -1,4 +1,3 @@
-/* v3prin.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 1999.