aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1
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/asn1
parent97ad4870299378741dcdd88189f19da78431afd9 (diff)
downloadopenssl-349807608f31b20af01a342d0072bb92e0b036e2.zip
openssl-349807608f31b20af01a342d0072bb92e0b036e2.tar.gz
openssl-349807608f31b20af01a342d0072bb92e0b036e2.tar.bz2
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/asn1')
-rw-r--r--crypto/asn1/a_bitstr.c1
-rw-r--r--crypto/asn1/a_d2i_fp.c1
-rw-r--r--crypto/asn1/a_digest.c1
-rw-r--r--crypto/asn1/a_dup.c1
-rw-r--r--crypto/asn1/a_gentm.c1
-rw-r--r--crypto/asn1/a_i2d_fp.c1
-rw-r--r--crypto/asn1/a_int.c1
-rw-r--r--crypto/asn1/a_mbstr.c1
-rw-r--r--crypto/asn1/a_object.c1
-rw-r--r--crypto/asn1/a_octet.c1
-rw-r--r--crypto/asn1/a_print.c1
-rw-r--r--crypto/asn1/a_sign.c1
-rw-r--r--crypto/asn1/a_strex.c1
-rw-r--r--crypto/asn1/a_strnid.c1
-rw-r--r--crypto/asn1/a_time.c1
-rw-r--r--crypto/asn1/a_type.c1
-rw-r--r--crypto/asn1/a_utctm.c1
-rw-r--r--crypto/asn1/a_utf8.c1
-rw-r--r--crypto/asn1/a_verify.c1
-rw-r--r--crypto/asn1/asn1_err.c1
-rw-r--r--crypto/asn1/asn1_gen.c1
-rw-r--r--crypto/asn1/asn1_lib.c1
-rw-r--r--crypto/asn1/asn1_locl.h1
-rw-r--r--crypto/asn1/asn1_par.c1
-rw-r--r--crypto/asn1/asn_mime.c1
-rw-r--r--crypto/asn1/asn_moid.c1
-rw-r--r--crypto/asn1/asn_mstbl.c1
-rw-r--r--crypto/asn1/asn_pack.c1
-rw-r--r--crypto/asn1/bio_asn1.c1
-rw-r--r--crypto/asn1/bio_ndef.c1
-rw-r--r--crypto/asn1/d2i_pr.c1
-rw-r--r--crypto/asn1/d2i_pu.c1
-rw-r--r--crypto/asn1/evp_asn1.c1
-rw-r--r--crypto/asn1/f_int.c1
-rw-r--r--crypto/asn1/f_string.c1
-rw-r--r--crypto/asn1/i2d_pr.c1
-rw-r--r--crypto/asn1/i2d_pu.c1
-rw-r--r--crypto/asn1/n_pkey.c1
-rw-r--r--crypto/asn1/nsseq.c1
-rw-r--r--crypto/asn1/p5_pbe.c1
-rw-r--r--crypto/asn1/p5_pbev2.c1
-rw-r--r--crypto/asn1/p5_scrypt.c1
-rw-r--r--crypto/asn1/p8_pkey.c1
-rw-r--r--crypto/asn1/t_bitst.c1
-rw-r--r--crypto/asn1/t_pkey.c1
-rw-r--r--crypto/asn1/t_spki.c1
-rw-r--r--crypto/asn1/tasn_dec.c1
-rw-r--r--crypto/asn1/tasn_enc.c1
-rw-r--r--crypto/asn1/tasn_fre.c1
-rw-r--r--crypto/asn1/tasn_new.c1
-rw-r--r--crypto/asn1/tasn_prn.c1
-rw-r--r--crypto/asn1/tasn_scn.c1
-rw-r--r--crypto/asn1/tasn_typ.c1
-rw-r--r--crypto/asn1/tasn_utl.c1
-rw-r--r--crypto/asn1/x_algor.c1
-rw-r--r--crypto/asn1/x_bignum.c1
-rw-r--r--crypto/asn1/x_info.c1
-rw-r--r--crypto/asn1/x_long.c1
-rw-r--r--crypto/asn1/x_pkey.c1
-rw-r--r--crypto/asn1/x_pubkey.c1
-rw-r--r--crypto/asn1/x_sig.c1
-rw-r--r--crypto/asn1/x_spki.c1
-rw-r--r--crypto/asn1/x_val.c1
63 files changed, 0 insertions, 63 deletions
diff --git a/crypto/asn1/a_bitstr.c b/crypto/asn1/a_bitstr.c
index b4e71fd..00b0854 100644
--- a/crypto/asn1/a_bitstr.c
+++ b/crypto/asn1/a_bitstr.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/a_bitstr.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/a_d2i_fp.c b/crypto/asn1/a_d2i_fp.c
index 2e61029..5ba6e1d 100644
--- a/crypto/asn1/a_d2i_fp.c
+++ b/crypto/asn1/a_d2i_fp.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/a_d2i_fp.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/a_digest.c b/crypto/asn1/a_digest.c
index 57adccc..a2c837c 100644
--- a/crypto/asn1/a_digest.c
+++ b/crypto/asn1/a_digest.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/a_digest.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/a_dup.c b/crypto/asn1/a_dup.c
index 60d3544..569fcee 100644
--- a/crypto/asn1/a_dup.c
+++ b/crypto/asn1/a_dup.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/a_dup.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/a_gentm.c b/crypto/asn1/a_gentm.c
index 672c11d..7ba5e52 100644
--- a/crypto/asn1/a_gentm.c
+++ b/crypto/asn1/a_gentm.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/a_gentm.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/a_i2d_fp.c b/crypto/asn1/a_i2d_fp.c
index 353c2c5..68eedc4 100644
--- a/crypto/asn1/a_i2d_fp.c
+++ b/crypto/asn1/a_i2d_fp.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/a_i2d_fp.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/a_int.c b/crypto/asn1/a_int.c
index 5d5e7f6..af52beb 100644
--- a/crypto/asn1/a_int.c
+++ b/crypto/asn1/a_int.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/a_int.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/a_mbstr.c b/crypto/asn1/a_mbstr.c
index 0892976..8c38e19 100644
--- a/crypto/asn1/a_mbstr.c
+++ b/crypto/asn1/a_mbstr.c
@@ -1,4 +1,3 @@
-/* a_mbstr.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/asn1/a_object.c b/crypto/asn1/a_object.c
index cabda53..5d3ebd6 100644
--- a/crypto/asn1/a_object.c
+++ b/crypto/asn1/a_object.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/a_object.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/a_octet.c b/crypto/asn1/a_octet.c
index 430f00f..7b5bf6f 100644
--- a/crypto/asn1/a_octet.c
+++ b/crypto/asn1/a_octet.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/a_octet.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/a_print.c b/crypto/asn1/a_print.c
index 9ad4866..9c70891 100644
--- a/crypto/asn1/a_print.c
+++ b/crypto/asn1/a_print.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/a_print.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/a_sign.c b/crypto/asn1/a_sign.c
index 5b5d5b7..99124c1 100644
--- a/crypto/asn1/a_sign.c
+++ b/crypto/asn1/a_sign.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/a_sign.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/a_strex.c b/crypto/asn1/a_strex.c
index 7d37c73..977f523 100644
--- a/crypto/asn1/a_strex.c
+++ b/crypto/asn1/a_strex.c
@@ -1,4 +1,3 @@
-/* a_strex.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 2000.
diff --git a/crypto/asn1/a_strnid.c b/crypto/asn1/a_strnid.c
index 43252c1..79748bf 100644
--- a/crypto/asn1/a_strnid.c
+++ b/crypto/asn1/a_strnid.c
@@ -1,4 +1,3 @@
-/* a_strnid.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/asn1/a_time.c b/crypto/asn1/a_time.c
index c5e632e..ef429da 100644
--- a/crypto/asn1/a_time.c
+++ b/crypto/asn1/a_time.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/a_time.c */
/* ====================================================================
* Copyright (c) 1999 The OpenSSL Project. All rights reserved.
*
diff --git a/crypto/asn1/a_type.c b/crypto/asn1/a_type.c
index 474aeca..8dea2e0 100644
--- a/crypto/asn1/a_type.c
+++ b/crypto/asn1/a_type.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/a_type.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/a_utctm.c b/crypto/asn1/a_utctm.c
index cf52c19..432125b 100644
--- a/crypto/asn1/a_utctm.c
+++ b/crypto/asn1/a_utctm.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/a_utctm.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/a_utf8.c b/crypto/asn1/a_utf8.c
index 8697c66..64e983e 100644
--- a/crypto/asn1/a_utf8.c
+++ b/crypto/asn1/a_utf8.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/a_utf8.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/a_verify.c b/crypto/asn1/a_verify.c
index 2ec8430..211689b 100644
--- a/crypto/asn1/a_verify.c
+++ b/crypto/asn1/a_verify.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/a_verify.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/asn1_err.c b/crypto/asn1/asn1_err.c
index 83e4e75..465b263 100644
--- a/crypto/asn1/asn1_err.c
+++ b/crypto/asn1/asn1_err.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/asn1_err.c */
/* ====================================================================
* Copyright (c) 1999-2015 The OpenSSL Project. All rights reserved.
*
diff --git a/crypto/asn1/asn1_gen.c b/crypto/asn1/asn1_gen.c
index 200d88d..fc69e31 100644
--- a/crypto/asn1/asn1_gen.c
+++ b/crypto/asn1/asn1_gen.c
@@ -1,4 +1,3 @@
-/* asn1_gen.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 2002.
diff --git a/crypto/asn1/asn1_lib.c b/crypto/asn1/asn1_lib.c
index 56fd9bf..da1ac78 100644
--- a/crypto/asn1/asn1_lib.c
+++ b/crypto/asn1/asn1_lib.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/asn1_lib.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/asn1_locl.h b/crypto/asn1/asn1_locl.h
index c47eb44..ea3d20a 100644
--- a/crypto/asn1/asn1_locl.h
+++ b/crypto/asn1/asn1_locl.h
@@ -1,4 +1,3 @@
-/* asn1t.h */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 2006.
diff --git a/crypto/asn1/asn1_par.c b/crypto/asn1/asn1_par.c
index 4698e02..e65dacd 100644
--- a/crypto/asn1/asn1_par.c
+++ b/crypto/asn1/asn1_par.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/asn1_par.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/asn_mime.c b/crypto/asn1/asn_mime.c
index 58d5324..0fb5126 100644
--- a/crypto/asn1/asn_mime.c
+++ b/crypto/asn1/asn_mime.c
@@ -1,4 +1,3 @@
-/* asn_mime.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project.
diff --git a/crypto/asn1/asn_moid.c b/crypto/asn1/asn_moid.c
index bb334d0..168bc46 100644
--- a/crypto/asn1/asn_moid.c
+++ b/crypto/asn1/asn_moid.c
@@ -1,4 +1,3 @@
-/* asn_moid.c */
/*
* Written by Stephen Henson (steve@openssl.org) for the OpenSSL project
* 2001.
diff --git a/crypto/asn1/asn_mstbl.c b/crypto/asn1/asn_mstbl.c
index b537157..ad1c4cf 100644
--- a/crypto/asn1/asn_mstbl.c
+++ b/crypto/asn1/asn_mstbl.c
@@ -1,4 +1,3 @@
-/* asn_mstbl.c */
/*
* Written by Stephen Henson (steve@openssl.org) for the OpenSSL project
* 2012.
diff --git a/crypto/asn1/asn_pack.c b/crypto/asn1/asn_pack.c
index d8655bad..93b7b90 100644
--- a/crypto/asn1/asn_pack.c
+++ b/crypto/asn1/asn_pack.c
@@ -1,4 +1,3 @@
-/* asn_pack.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/asn1/bio_asn1.c b/crypto/asn1/bio_asn1.c
index a5bcc26..33998e7 100644
--- a/crypto/asn1/bio_asn1.c
+++ b/crypto/asn1/bio_asn1.c
@@ -1,4 +1,3 @@
-/* bio_asn1.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project.
diff --git a/crypto/asn1/bio_ndef.c b/crypto/asn1/bio_ndef.c
index dfbbc68..99c0b7a 100644
--- a/crypto/asn1/bio_ndef.c
+++ b/crypto/asn1/bio_ndef.c
@@ -1,4 +1,3 @@
-/* bio_ndef.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project.
diff --git a/crypto/asn1/d2i_pr.c b/crypto/asn1/d2i_pr.c
index 02efa83..bfbe209 100644
--- a/crypto/asn1/d2i_pr.c
+++ b/crypto/asn1/d2i_pr.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/d2i_pr.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/d2i_pu.c b/crypto/asn1/d2i_pu.c
index 1b29f1c..9665ae6 100644
--- a/crypto/asn1/d2i_pu.c
+++ b/crypto/asn1/d2i_pu.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/d2i_pu.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/evp_asn1.c b/crypto/asn1/evp_asn1.c
index b7e5620..79e7121 100644
--- a/crypto/asn1/evp_asn1.c
+++ b/crypto/asn1/evp_asn1.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/evp_asn1.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/f_int.c b/crypto/asn1/f_int.c
index 1c02cc0..0feb7a1 100644
--- a/crypto/asn1/f_int.c
+++ b/crypto/asn1/f_int.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/f_int.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/f_string.c b/crypto/asn1/f_string.c
index cecbb4a..048f92a 100644
--- a/crypto/asn1/f_string.c
+++ b/crypto/asn1/f_string.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/f_string.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/i2d_pr.c b/crypto/asn1/i2d_pr.c
index b7dfb65..7ca643f 100644
--- a/crypto/asn1/i2d_pr.c
+++ b/crypto/asn1/i2d_pr.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/i2d_pr.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/i2d_pu.c b/crypto/asn1/i2d_pu.c
index 94233cb..db508ac 100644
--- a/crypto/asn1/i2d_pu.c
+++ b/crypto/asn1/i2d_pu.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/i2d_pu.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/n_pkey.c b/crypto/asn1/n_pkey.c
index c42422c..90ea32c 100644
--- a/crypto/asn1/n_pkey.c
+++ b/crypto/asn1/n_pkey.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/n_pkey.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/nsseq.c b/crypto/asn1/nsseq.c
index f2f7cba..550fc8e 100644
--- a/crypto/asn1/nsseq.c
+++ b/crypto/asn1/nsseq.c
@@ -1,4 +1,3 @@
-/* nsseq.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/asn1/p5_pbe.c b/crypto/asn1/p5_pbe.c
index 4d7a9c6..e75ab7e 100644
--- a/crypto/asn1/p5_pbe.c
+++ b/crypto/asn1/p5_pbe.c
@@ -1,4 +1,3 @@
-/* p5_pbe.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/asn1/p5_pbev2.c b/crypto/asn1/p5_pbev2.c
index f85096b..244706a 100644
--- a/crypto/asn1/p5_pbev2.c
+++ b/crypto/asn1/p5_pbev2.c
@@ -1,4 +1,3 @@
-/* p5_pbev2.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 1999-2004.
diff --git a/crypto/asn1/p5_scrypt.c b/crypto/asn1/p5_scrypt.c
index af7b902..6ee7ef4 100644
--- a/crypto/asn1/p5_scrypt.c
+++ b/crypto/asn1/p5_scrypt.c
@@ -1,4 +1,3 @@
-/* p5_scrypt.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 2015.
diff --git a/crypto/asn1/p8_pkey.c b/crypto/asn1/p8_pkey.c
index f4fbc08..59f1cd1 100644
--- a/crypto/asn1/p8_pkey.c
+++ b/crypto/asn1/p8_pkey.c
@@ -1,4 +1,3 @@
-/* p8_pkey.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/asn1/t_bitst.c b/crypto/asn1/t_bitst.c
index daee7f5..2b38e05 100644
--- a/crypto/asn1/t_bitst.c
+++ b/crypto/asn1/t_bitst.c
@@ -1,4 +1,3 @@
-/* t_bitst.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/asn1/t_pkey.c b/crypto/asn1/t_pkey.c
index b137da7..c50d193 100644
--- a/crypto/asn1/t_pkey.c
+++ b/crypto/asn1/t_pkey.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/t_pkey.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/t_spki.c b/crypto/asn1/t_spki.c
index c49f1c7..206bd24 100644
--- a/crypto/asn1/t_spki.c
+++ b/crypto/asn1/t_spki.c
@@ -1,4 +1,3 @@
-/* t_spki.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/asn1/tasn_dec.c b/crypto/asn1/tasn_dec.c
index 802f929..67dddcf 100644
--- a/crypto/asn1/tasn_dec.c
+++ b/crypto/asn1/tasn_dec.c
@@ -1,4 +1,3 @@
-/* tasn_dec.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 2000.
diff --git a/crypto/asn1/tasn_enc.c b/crypto/asn1/tasn_enc.c
index 5037522..0d25cf9 100644
--- a/crypto/asn1/tasn_enc.c
+++ b/crypto/asn1/tasn_enc.c
@@ -1,4 +1,3 @@
-/* tasn_enc.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 2000.
diff --git a/crypto/asn1/tasn_fre.c b/crypto/asn1/tasn_fre.c
index 1e77885..2fc036f 100644
--- a/crypto/asn1/tasn_fre.c
+++ b/crypto/asn1/tasn_fre.c
@@ -1,4 +1,3 @@
-/* tasn_fre.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 2000.
diff --git a/crypto/asn1/tasn_new.c b/crypto/asn1/tasn_new.c
index 125b26f..9e8ba9c 100644
--- a/crypto/asn1/tasn_new.c
+++ b/crypto/asn1/tasn_new.c
@@ -1,4 +1,3 @@
-/* tasn_new.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 2000.
diff --git a/crypto/asn1/tasn_prn.c b/crypto/asn1/tasn_prn.c
index 329ef94..10570ca 100644
--- a/crypto/asn1/tasn_prn.c
+++ b/crypto/asn1/tasn_prn.c
@@ -1,4 +1,3 @@
-/* tasn_prn.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 2000.
diff --git a/crypto/asn1/tasn_scn.c b/crypto/asn1/tasn_scn.c
index f0d37d1..a775839 100644
--- a/crypto/asn1/tasn_scn.c
+++ b/crypto/asn1/tasn_scn.c
@@ -1,4 +1,3 @@
-/* tasn_scn.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 2010.
diff --git a/crypto/asn1/tasn_typ.c b/crypto/asn1/tasn_typ.c
index 1d806dc..da9a80a 100644
--- a/crypto/asn1/tasn_typ.c
+++ b/crypto/asn1/tasn_typ.c
@@ -1,4 +1,3 @@
-/* tasn_typ.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 2000.
diff --git a/crypto/asn1/tasn_utl.c b/crypto/asn1/tasn_utl.c
index 10cc1f9..f1807c2 100644
--- a/crypto/asn1/tasn_utl.c
+++ b/crypto/asn1/tasn_utl.c
@@ -1,4 +1,3 @@
-/* tasn_utl.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 2000.
diff --git a/crypto/asn1/x_algor.c b/crypto/asn1/x_algor.c
index 5ad63eb..30c59d8 100644
--- a/crypto/asn1/x_algor.c
+++ b/crypto/asn1/x_algor.c
@@ -1,4 +1,3 @@
-/* x_algor.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 2000.
diff --git a/crypto/asn1/x_bignum.c b/crypto/asn1/x_bignum.c
index e27480b..c8072e3 100644
--- a/crypto/asn1/x_bignum.c
+++ b/crypto/asn1/x_bignum.c
@@ -1,4 +1,3 @@
-/* x_bignum.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 2000.
diff --git a/crypto/asn1/x_info.c b/crypto/asn1/x_info.c
index 0a75e49..375e0ae 100644
--- a/crypto/asn1/x_info.c
+++ b/crypto/asn1/x_info.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/x_info.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/x_long.c b/crypto/asn1/x_long.c
index d4b75e6..f804282 100644
--- a/crypto/asn1/x_long.c
+++ b/crypto/asn1/x_long.c
@@ -1,4 +1,3 @@
-/* x_long.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 2000.
diff --git a/crypto/asn1/x_pkey.c b/crypto/asn1/x_pkey.c
index cb6f21f..5bca68a 100644
--- a/crypto/asn1/x_pkey.c
+++ b/crypto/asn1/x_pkey.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/x_pkey.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/x_pubkey.c b/crypto/asn1/x_pubkey.c
index baa34f0..1d65b20 100644
--- a/crypto/asn1/x_pubkey.c
+++ b/crypto/asn1/x_pubkey.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/x_pubkey.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/x_sig.c b/crypto/asn1/x_sig.c
index 472174b..8197d2a 100644
--- a/crypto/asn1/x_sig.c
+++ b/crypto/asn1/x_sig.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/x_sig.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/x_spki.c b/crypto/asn1/x_spki.c
index a2b20fb..636f69b 100644
--- a/crypto/asn1/x_spki.c
+++ b/crypto/asn1/x_spki.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/x_spki.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/x_val.c b/crypto/asn1/x_val.c
index 845a7c3..d9ebfe1 100644
--- a/crypto/asn1/x_val.c
+++ b/crypto/asn1/x_val.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/x_val.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*