aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509
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/x509
parent97ad4870299378741dcdd88189f19da78431afd9 (diff)
downloadopenssl-349807608f31b20af01a342d0072bb92e0b036e2.tar.gz
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/x509')
-rw-r--r--crypto/x509/by_dir.c1
-rw-r--r--crypto/x509/by_file.c1
-rw-r--r--crypto/x509/t_crl.c1
-rw-r--r--crypto/x509/t_req.c1
-rw-r--r--crypto/x509/t_x509.c1
-rw-r--r--crypto/x509/x509_att.c1
-rw-r--r--crypto/x509/x509_cmp.c1
-rw-r--r--crypto/x509/x509_d2.c1
-rw-r--r--crypto/x509/x509_def.c1
-rw-r--r--crypto/x509/x509_err.c1
-rw-r--r--crypto/x509/x509_ext.c1
-rw-r--r--crypto/x509/x509_lcl.h1
-rw-r--r--crypto/x509/x509_lu.c1
-rw-r--r--crypto/x509/x509_obj.c1
-rw-r--r--crypto/x509/x509_r2x.c1
-rw-r--r--crypto/x509/x509_req.c1
-rw-r--r--crypto/x509/x509_set.c1
-rw-r--r--crypto/x509/x509_trs.c1
-rw-r--r--crypto/x509/x509_txt.c1
-rw-r--r--crypto/x509/x509_v3.c1
-rw-r--r--crypto/x509/x509_vfy.c1
-rw-r--r--crypto/x509/x509_vpm.c1
-rw-r--r--crypto/x509/x509cset.c1
-rw-r--r--crypto/x509/x509name.c1
-rw-r--r--crypto/x509/x509rset.c1
-rw-r--r--crypto/x509/x509spki.c1
-rw-r--r--crypto/x509/x509type.c1
-rw-r--r--crypto/x509/x_all.c1
-rw-r--r--crypto/x509/x_attrib.c1
-rw-r--r--crypto/x509/x_crl.c1
-rw-r--r--crypto/x509/x_exten.c1
-rw-r--r--crypto/x509/x_name.c1
-rw-r--r--crypto/x509/x_req.c1
-rw-r--r--crypto/x509/x_x509.c1
-rw-r--r--crypto/x509/x_x509a.c1
35 files changed, 0 insertions, 35 deletions
diff --git a/crypto/x509/by_dir.c b/crypto/x509/by_dir.c
index 717d258c34..130b70e82e 100644
--- a/crypto/x509/by_dir.c
+++ b/crypto/x509/by_dir.c
@@ -1,4 +1,3 @@
-/* crypto/x509/by_dir.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/by_file.c b/crypto/x509/by_file.c
index 8a156c7422..51d642dd26 100644
--- a/crypto/x509/by_file.c
+++ b/crypto/x509/by_file.c
@@ -1,4 +1,3 @@
-/* crypto/x509/by_file.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/t_crl.c b/crypto/x509/t_crl.c
index f1440eb29d..d4d916ed99 100644
--- a/crypto/x509/t_crl.c
+++ b/crypto/x509/t_crl.c
@@ -1,4 +1,3 @@
-/* t_crl.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/x509/t_req.c b/crypto/x509/t_req.c
index 5eea8b9c88..a0ddd0e40d 100644
--- a/crypto/x509/t_req.c
+++ b/crypto/x509/t_req.c
@@ -1,4 +1,3 @@
-/* crypto/x509/t_req.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/t_x509.c b/crypto/x509/t_x509.c
index 204aed417c..996a755ae3 100644
--- a/crypto/x509/t_x509.c
+++ b/crypto/x509/t_x509.c
@@ -1,4 +1,3 @@
-/* crypto/x509/t_x509.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/x509_att.c b/crypto/x509/x509_att.c
index a102435f10..fb04cdcf68 100644
--- a/crypto/x509/x509_att.c
+++ b/crypto/x509/x509_att.c
@@ -1,4 +1,3 @@
-/* crypto/x509/x509_att.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/x509_cmp.c b/crypto/x509/x509_cmp.c
index 2641d2e133..2e3fd6a62e 100644
--- a/crypto/x509/x509_cmp.c
+++ b/crypto/x509/x509_cmp.c
@@ -1,4 +1,3 @@
-/* crypto/x509/x509_cmp.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/x509_d2.c b/crypto/x509/x509_d2.c
index e3d08630b9..d8337337ea 100644
--- a/crypto/x509/x509_d2.c
+++ b/crypto/x509/x509_d2.c
@@ -1,4 +1,3 @@
-/* crypto/x509/x509_d2.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/x509_def.c b/crypto/x509/x509_def.c
index 062b915e6b..0633caea79 100644
--- a/crypto/x509/x509_def.c
+++ b/crypto/x509/x509_def.c
@@ -1,4 +1,3 @@
-/* crypto/x509/x509_def.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/x509_err.c b/crypto/x509/x509_err.c
index 114affc440..9754c128c3 100644
--- a/crypto/x509/x509_err.c
+++ b/crypto/x509/x509_err.c
@@ -1,4 +1,3 @@
-/* crypto/x509/x509_err.c */
/* ====================================================================
* Copyright (c) 1999-2015 The OpenSSL Project. All rights reserved.
*
diff --git a/crypto/x509/x509_ext.c b/crypto/x509/x509_ext.c
index 5d951f66fa..9691d2dce3 100644
--- a/crypto/x509/x509_ext.c
+++ b/crypto/x509/x509_ext.c
@@ -1,4 +1,3 @@
-/* crypto/x509/x509_ext.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/x509_lcl.h b/crypto/x509/x509_lcl.h
index 724c241e69..ad29ec3894 100644
--- a/crypto/x509/x509_lcl.h
+++ b/crypto/x509/x509_lcl.h
@@ -1,4 +1,3 @@
-/* x509_lcl.h */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 2013.
diff --git a/crypto/x509/x509_lu.c b/crypto/x509/x509_lu.c
index e2cbf51e8e..cd84394141 100644
--- a/crypto/x509/x509_lu.c
+++ b/crypto/x509/x509_lu.c
@@ -1,4 +1,3 @@
-/* crypto/x509/x509_lu.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/x509_obj.c b/crypto/x509/x509_obj.c
index 93032d1cbc..8b4d4362ba 100644
--- a/crypto/x509/x509_obj.c
+++ b/crypto/x509/x509_obj.c
@@ -1,4 +1,3 @@
-/* crypto/x509/x509_obj.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/x509_r2x.c b/crypto/x509/x509_r2x.c
index c5c58f5fd3..a6c5941c2d 100644
--- a/crypto/x509/x509_r2x.c
+++ b/crypto/x509/x509_r2x.c
@@ -1,4 +1,3 @@
-/* crypto/x509/x509_r2x.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/x509_req.c b/crypto/x509/x509_req.c
index 8e60f84f88..c67f609f07 100644
--- a/crypto/x509/x509_req.c
+++ b/crypto/x509/x509_req.c
@@ -1,4 +1,3 @@
-/* crypto/x509/x509_req.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/x509_set.c b/crypto/x509/x509_set.c
index dbd9057f2a..9330a544bd 100644
--- a/crypto/x509/x509_set.c
+++ b/crypto/x509/x509_set.c
@@ -1,4 +1,3 @@
-/* crypto/x509/x509_set.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/x509_trs.c b/crypto/x509/x509_trs.c
index 851e745220..58e7d54339 100644
--- a/crypto/x509/x509_trs.c
+++ b/crypto/x509/x509_trs.c
@@ -1,4 +1,3 @@
-/* x509_trs.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/x509/x509_txt.c b/crypto/x509/x509_txt.c
index 6e8cdaa256..0e480644e5 100644
--- a/crypto/x509/x509_txt.c
+++ b/crypto/x509/x509_txt.c
@@ -1,4 +1,3 @@
-/* crypto/x509/x509_txt.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/x509_v3.c b/crypto/x509/x509_v3.c
index f192979842..f3fe305757 100644
--- a/crypto/x509/x509_v3.c
+++ b/crypto/x509/x509_v3.c
@@ -1,4 +1,3 @@
-/* crypto/x509/x509_v3.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/x509_vfy.c b/crypto/x509/x509_vfy.c
index c9dd6fa60c..39d37b99a7 100644
--- a/crypto/x509/x509_vfy.c
+++ b/crypto/x509/x509_vfy.c
@@ -1,4 +1,3 @@
-/* crypto/x509/x509_vfy.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/x509_vpm.c b/crypto/x509/x509_vpm.c
index 8826fecf48..295ce885a1 100644
--- a/crypto/x509/x509_vpm.c
+++ b/crypto/x509/x509_vpm.c
@@ -1,4 +1,3 @@
-/* x509_vpm.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 2004.
diff --git a/crypto/x509/x509cset.c b/crypto/x509/x509cset.c
index 899d4925ae..bc14374d06 100644
--- a/crypto/x509/x509cset.c
+++ b/crypto/x509/x509cset.c
@@ -1,4 +1,3 @@
-/* crypto/x509/x509cset.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 2001.
diff --git a/crypto/x509/x509name.c b/crypto/x509/x509name.c
index 234ddfee49..475f5bcb32 100644
--- a/crypto/x509/x509name.c
+++ b/crypto/x509/x509name.c
@@ -1,4 +1,3 @@
-/* crypto/x509/x509name.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/x509rset.c b/crypto/x509/x509rset.c
index 817400c0af..e8afcacd4a 100644
--- a/crypto/x509/x509rset.c
+++ b/crypto/x509/x509rset.c
@@ -1,4 +1,3 @@
-/* crypto/x509/x509rset.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/x509spki.c b/crypto/x509/x509spki.c
index df27bf338a..6efcb96a7b 100644
--- a/crypto/x509/x509spki.c
+++ b/crypto/x509/x509spki.c
@@ -1,4 +1,3 @@
-/* x509spki.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/x509/x509type.c b/crypto/x509/x509type.c
index 07e5141f14..870b47f851 100644
--- a/crypto/x509/x509type.c
+++ b/crypto/x509/x509type.c
@@ -1,4 +1,3 @@
-/* crypto/x509/x509type.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/x_all.c b/crypto/x509/x_all.c
index 5c5f573dbb..f62a7c86b2 100644
--- a/crypto/x509/x_all.c
+++ b/crypto/x509/x_all.c
@@ -1,4 +1,3 @@
-/* crypto/x509/x_all.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/x_attrib.c b/crypto/x509/x_attrib.c
index 3eeec444a7..7ee99cafcf 100644
--- a/crypto/x509/x_attrib.c
+++ b/crypto/x509/x_attrib.c
@@ -1,4 +1,3 @@
-/* crypto/x509/x_attrib.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/x_crl.c b/crypto/x509/x_crl.c
index 435de80810..af4927109c 100644
--- a/crypto/x509/x_crl.c
+++ b/crypto/x509/x_crl.c
@@ -1,4 +1,3 @@
-/* crypto/x509/x_crl.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/x_exten.c b/crypto/x509/x_exten.c
index c5b391f948..3b4dd86165 100644
--- a/crypto/x509/x_exten.c
+++ b/crypto/x509/x_exten.c
@@ -1,4 +1,3 @@
-/* x_exten.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 2000.
diff --git a/crypto/x509/x_name.c b/crypto/x509/x_name.c
index f151da4b9a..9cc855a547 100644
--- a/crypto/x509/x_name.c
+++ b/crypto/x509/x_name.c
@@ -1,4 +1,3 @@
-/* crypto/x509/x_name.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/x_req.c b/crypto/x509/x_req.c
index fcf59048a5..c1caf09c67 100644
--- a/crypto/x509/x_req.c
+++ b/crypto/x509/x_req.c
@@ -1,4 +1,3 @@
-/* crypto/x509/x_req.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/x_x509.c b/crypto/x509/x_x509.c
index 53a5eb77f9..c6ef840942 100644
--- a/crypto/x509/x_x509.c
+++ b/crypto/x509/x_x509.c
@@ -1,4 +1,3 @@
-/* crypto/x509/x_x509.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/x_x509a.c b/crypto/x509/x_x509a.c
index f79e5e773e..a274ec98d9 100644
--- a/crypto/x509/x_x509a.c
+++ b/crypto/x509/x_x509a.c
@@ -1,4 +1,3 @@
-/* a_x509a.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 1999.