summaryrefslogtreecommitdiffstats
path: root/crypto/evp
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/evp
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/evp')
-rw-r--r--crypto/evp/bio_b64.c1
-rw-r--r--crypto/evp/bio_enc.c1
-rw-r--r--crypto/evp/bio_md.c1
-rw-r--r--crypto/evp/bio_ok.c1
-rw-r--r--crypto/evp/c_all.c1
-rw-r--r--crypto/evp/c_allc.c1
-rw-r--r--crypto/evp/c_alld.c1
-rw-r--r--crypto/evp/cmeth_lib.c1
-rw-r--r--crypto/evp/digest.c1
-rw-r--r--crypto/evp/e_bf.c1
-rw-r--r--crypto/evp/e_camellia.c1
-rw-r--r--crypto/evp/e_cast.c1
-rw-r--r--crypto/evp/e_des.c1
-rw-r--r--crypto/evp/e_des3.c1
-rw-r--r--crypto/evp/e_idea.c1
-rw-r--r--crypto/evp/e_null.c1
-rw-r--r--crypto/evp/e_old.c1
-rw-r--r--crypto/evp/e_rc2.c1
-rw-r--r--crypto/evp/e_rc4.c1
-rw-r--r--crypto/evp/e_rc5.c1
-rw-r--r--crypto/evp/e_seed.c1
-rw-r--r--crypto/evp/e_xcbc_d.c1
-rw-r--r--crypto/evp/encode.c1
-rw-r--r--crypto/evp/evp_acnf.c1
-rw-r--r--crypto/evp/evp_cnf.c1
-rw-r--r--crypto/evp/evp_enc.c1
-rw-r--r--crypto/evp/evp_err.c1
-rw-r--r--crypto/evp/evp_key.c1
-rw-r--r--crypto/evp/evp_lib.c1
-rw-r--r--crypto/evp/evp_locl.h1
-rw-r--r--crypto/evp/evp_pbe.c1
-rw-r--r--crypto/evp/evp_pkey.c1
-rw-r--r--crypto/evp/m_md2.c1
-rw-r--r--crypto/evp/m_md4.c1
-rw-r--r--crypto/evp/m_md5.c1
-rw-r--r--crypto/evp/m_md5_sha1.c1
-rw-r--r--crypto/evp/m_mdc2.c1
-rw-r--r--crypto/evp/m_null.c1
-rw-r--r--crypto/evp/m_ripemd.c1
-rw-r--r--crypto/evp/m_sha1.c1
-rw-r--r--crypto/evp/m_sigver.c1
-rw-r--r--crypto/evp/m_wp.c1
-rw-r--r--crypto/evp/names.c1
-rw-r--r--crypto/evp/p5_crpt.c1
-rw-r--r--crypto/evp/p5_crpt2.c1
-rw-r--r--crypto/evp/p_dec.c1
-rw-r--r--crypto/evp/p_enc.c1
-rw-r--r--crypto/evp/p_lib.c1
-rw-r--r--crypto/evp/p_open.c1
-rw-r--r--crypto/evp/p_seal.c1
-rw-r--r--crypto/evp/p_sign.c1
-rw-r--r--crypto/evp/p_verify.c1
-rw-r--r--crypto/evp/pmeth_fn.c1
-rw-r--r--crypto/evp/pmeth_gn.c1
-rw-r--r--crypto/evp/pmeth_lib.c1
-rw-r--r--crypto/evp/scrypt.c1
56 files changed, 0 insertions, 56 deletions
diff --git a/crypto/evp/bio_b64.c b/crypto/evp/bio_b64.c
index 8df0d3f8d0..097b0958f1 100644
--- a/crypto/evp/bio_b64.c
+++ b/crypto/evp/bio_b64.c
@@ -1,4 +1,3 @@
-/* crypto/evp/bio_b64.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/bio_enc.c b/crypto/evp/bio_enc.c
index c4daf8b691..9754031e2b 100644
--- a/crypto/evp/bio_enc.c
+++ b/crypto/evp/bio_enc.c
@@ -1,4 +1,3 @@
-/* crypto/evp/bio_enc.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/bio_md.c b/crypto/evp/bio_md.c
index 24c7dc3bea..30a506ebba 100644
--- a/crypto/evp/bio_md.c
+++ b/crypto/evp/bio_md.c
@@ -1,4 +1,3 @@
-/* crypto/evp/bio_md.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/bio_ok.c b/crypto/evp/bio_ok.c
index 5f3f2dea9f..ec5d7199f5 100644
--- a/crypto/evp/bio_ok.c
+++ b/crypto/evp/bio_ok.c
@@ -1,4 +1,3 @@
-/* crypto/evp/bio_ok.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/c_all.c b/crypto/evp/c_all.c
index e56f5adcb7..6dd2bc764c 100644
--- a/crypto/evp/c_all.c
+++ b/crypto/evp/c_all.c
@@ -1,4 +1,3 @@
-/* crypto/evp/c_all.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/c_allc.c b/crypto/evp/c_allc.c
index 49f4c66a67..b59c33e2cc 100644
--- a/crypto/evp/c_allc.c
+++ b/crypto/evp/c_allc.c
@@ -1,4 +1,3 @@
-/* crypto/evp/c_allc.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/c_alld.c b/crypto/evp/c_alld.c
index 70e462da41..4309a0c814 100644
--- a/crypto/evp/c_alld.c
+++ b/crypto/evp/c_alld.c
@@ -1,4 +1,3 @@
-/* crypto/evp/c_alld.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/cmeth_lib.c b/crypto/evp/cmeth_lib.c
index e56e2c9f72..1e7cac8157 100644
--- a/crypto/evp/cmeth_lib.c
+++ b/crypto/evp/cmeth_lib.c
@@ -1,4 +1,3 @@
-/* cmeth_lib.c */
/*
* Written by Richard Levitte (levitte@openssl.org) for the OpenSSL project
* 2015.
diff --git a/crypto/evp/digest.c b/crypto/evp/digest.c
index 33688f99e4..52ff05f8f1 100644
--- a/crypto/evp/digest.c
+++ b/crypto/evp/digest.c
@@ -1,4 +1,3 @@
-/* crypto/evp/digest.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/e_bf.c b/crypto/evp/e_bf.c
index 01194b3ffd..108a80b17c 100644
--- a/crypto/evp/e_bf.c
+++ b/crypto/evp/e_bf.c
@@ -1,4 +1,3 @@
-/* crypto/evp/e_bf.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/e_camellia.c b/crypto/evp/e_camellia.c
index 7062775477..924df8d0ec 100644
--- a/crypto/evp/e_camellia.c
+++ b/crypto/evp/e_camellia.c
@@ -1,4 +1,3 @@
-/* crypto/evp/e_camellia.c */
/* ====================================================================
* Copyright (c) 2006 The OpenSSL Project. All rights reserved.
*
diff --git a/crypto/evp/e_cast.c b/crypto/evp/e_cast.c
index c3b778d36d..e4df25f058 100644
--- a/crypto/evp/e_cast.c
+++ b/crypto/evp/e_cast.c
@@ -1,4 +1,3 @@
-/* crypto/evp/e_cast.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/e_des.c b/crypto/evp/e_des.c
index 929151c3c7..c083e3f7d3 100644
--- a/crypto/evp/e_des.c
+++ b/crypto/evp/e_des.c
@@ -1,4 +1,3 @@
-/* crypto/evp/e_des.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/e_des3.c b/crypto/evp/e_des3.c
index 8b6c2b590d..0a16b486e1 100644
--- a/crypto/evp/e_des3.c
+++ b/crypto/evp/e_des3.c
@@ -1,4 +1,3 @@
-/* crypto/evp/e_des3.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/e_idea.c b/crypto/evp/e_idea.c
index 261fbeb175..598dd3f172 100644
--- a/crypto/evp/e_idea.c
+++ b/crypto/evp/e_idea.c
@@ -1,4 +1,3 @@
-/* crypto/evp/e_idea.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/e_null.c b/crypto/evp/e_null.c
index 3f422cf3f3..7843196455 100644
--- a/crypto/evp/e_null.c
+++ b/crypto/evp/e_null.c
@@ -1,4 +1,3 @@
-/* crypto/evp/e_null.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/e_old.c b/crypto/evp/e_old.c
index d5c4b4e09d..759856a8eb 100644
--- a/crypto/evp/e_old.c
+++ b/crypto/evp/e_old.c
@@ -1,4 +1,3 @@
-/* crypto/evp/e_old.c */
/*
* Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
* 2004.
diff --git a/crypto/evp/e_rc2.c b/crypto/evp/e_rc2.c
index 03a5a73c94..8a56723c7e 100644
--- a/crypto/evp/e_rc2.c
+++ b/crypto/evp/e_rc2.c
@@ -1,4 +1,3 @@
-/* crypto/evp/e_rc2.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/e_rc4.c b/crypto/evp/e_rc4.c
index e27dd7f2d0..ab3cc908ea 100644
--- a/crypto/evp/e_rc4.c
+++ b/crypto/evp/e_rc4.c
@@ -1,4 +1,3 @@
-/* crypto/evp/e_rc4.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/e_rc5.c b/crypto/evp/e_rc5.c
index a97f2a08bd..58980f56de 100644
--- a/crypto/evp/e_rc5.c
+++ b/crypto/evp/e_rc5.c
@@ -1,4 +1,3 @@
-/* crypto/evp/e_rc5.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/e_seed.c b/crypto/evp/e_seed.c
index c7a95e4f16..f8523c38d9 100644
--- a/crypto/evp/e_seed.c
+++ b/crypto/evp/e_seed.c
@@ -1,4 +1,3 @@
-/* crypto/evp/e_seed.c */
/* ====================================================================
* Copyright (c) 2007 The OpenSSL Project. All rights reserved.
*
diff --git a/crypto/evp/e_xcbc_d.c b/crypto/evp/e_xcbc_d.c
index 1da331d995..92fe893d7e 100644
--- a/crypto/evp/e_xcbc_d.c
+++ b/crypto/evp/e_xcbc_d.c
@@ -1,4 +1,3 @@
-/* crypto/evp/e_xcbc_d.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/encode.c b/crypto/evp/encode.c
index 91160adec0..de52ae4c2f 100644
--- a/crypto/evp/encode.c
+++ b/crypto/evp/encode.c
@@ -1,4 +1,3 @@
-/* crypto/evp/encode.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/evp_acnf.c b/crypto/evp/evp_acnf.c
index 44070bc9c6..285be1fb75 100644
--- a/crypto/evp/evp_acnf.c
+++ b/crypto/evp/evp_acnf.c
@@ -1,4 +1,3 @@
-/* evp_acnf.c */
/*
* Written by Stephen Henson (steve@openssl.org) for the OpenSSL project
* 2001.
diff --git a/crypto/evp/evp_cnf.c b/crypto/evp/evp_cnf.c
index 03f34a011d..7a365276e8 100644
--- a/crypto/evp/evp_cnf.c
+++ b/crypto/evp/evp_cnf.c
@@ -1,4 +1,3 @@
-/* evp_cnf.c */
/*
* Written by Stephen Henson (steve@openssl.org) for the OpenSSL project
* 2007.
diff --git a/crypto/evp/evp_enc.c b/crypto/evp/evp_enc.c
index 32e124e650..1b45a94197 100644
--- a/crypto/evp/evp_enc.c
+++ b/crypto/evp/evp_enc.c
@@ -1,4 +1,3 @@
-/* crypto/evp/evp_enc.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/evp_err.c b/crypto/evp/evp_err.c
index c008d2b510..add74cadd3 100644
--- a/crypto/evp/evp_err.c
+++ b/crypto/evp/evp_err.c
@@ -1,4 +1,3 @@
-/* crypto/evp/evp_err.c */
/* ====================================================================
* Copyright (c) 1999-2015 The OpenSSL Project. All rights reserved.
*
diff --git a/crypto/evp/evp_key.c b/crypto/evp/evp_key.c
index d2e6d8c669..ccd9280d92 100644
--- a/crypto/evp/evp_key.c
+++ b/crypto/evp/evp_key.c
@@ -1,4 +1,3 @@
-/* crypto/evp/evp_key.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/evp_lib.c b/crypto/evp/evp_lib.c
index 50f12b4323..ff2a1d253a 100644
--- a/crypto/evp/evp_lib.c
+++ b/crypto/evp/evp_lib.c
@@ -1,4 +1,3 @@
-/* crypto/evp/evp_lib.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/evp_locl.h b/crypto/evp/evp_locl.h
index d93ea34fb3..c85a46a4c8 100644
--- a/crypto/evp/evp_locl.h
+++ b/crypto/evp/evp_locl.h
@@ -1,4 +1,3 @@
-/* evp_locl.h */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 2000.
diff --git a/crypto/evp/evp_pbe.c b/crypto/evp/evp_pbe.c
index da7c7d335f..ddf9bff93e 100644
--- a/crypto/evp/evp_pbe.c
+++ b/crypto/evp/evp_pbe.c
@@ -1,4 +1,3 @@
-/* evp_pbe.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/evp/evp_pkey.c b/crypto/evp/evp_pkey.c
index 65ccd5bac4..530f724033 100644
--- a/crypto/evp/evp_pkey.c
+++ b/crypto/evp/evp_pkey.c
@@ -1,4 +1,3 @@
-/* evp_pkey.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/evp/m_md2.c b/crypto/evp/m_md2.c
index ed2dfd88ea..5c1ac38624 100644
--- a/crypto/evp/m_md2.c
+++ b/crypto/evp/m_md2.c
@@ -1,4 +1,3 @@
-/* crypto/evp/m_md2.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/m_md4.c b/crypto/evp/m_md4.c
index 8987c42d3a..e63db4e1f9 100644
--- a/crypto/evp/m_md4.c
+++ b/crypto/evp/m_md4.c
@@ -1,4 +1,3 @@
-/* crypto/evp/m_md4.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/m_md5.c b/crypto/evp/m_md5.c
index ad26604595..adaa8577eb 100644
--- a/crypto/evp/m_md5.c
+++ b/crypto/evp/m_md5.c
@@ -1,4 +1,3 @@
-/* crypto/evp/m_md5.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/m_md5_sha1.c b/crypto/evp/m_md5_sha1.c
index f5472a3777..949b0e5a16 100644
--- a/crypto/evp/m_md5_sha1.c
+++ b/crypto/evp/m_md5_sha1.c
@@ -1,4 +1,3 @@
-/* crypto/evp/m_md5_sha1.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project.
diff --git a/crypto/evp/m_mdc2.c b/crypto/evp/m_mdc2.c
index 8934b549e8..dbe71dffaf 100644
--- a/crypto/evp/m_mdc2.c
+++ b/crypto/evp/m_mdc2.c
@@ -1,4 +1,3 @@
-/* crypto/evp/m_mdc2.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/m_null.c b/crypto/evp/m_null.c
index b64911587f..0fc8c9916e 100644
--- a/crypto/evp/m_null.c
+++ b/crypto/evp/m_null.c
@@ -1,4 +1,3 @@
-/* crypto/evp/m_null.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/m_ripemd.c b/crypto/evp/m_ripemd.c
index faf09a15f2..67aa3cf202 100644
--- a/crypto/evp/m_ripemd.c
+++ b/crypto/evp/m_ripemd.c
@@ -1,4 +1,3 @@
-/* crypto/evp/m_ripemd.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/m_sha1.c b/crypto/evp/m_sha1.c
index 2f30c3c733..fb674aee5d 100644
--- a/crypto/evp/m_sha1.c
+++ b/crypto/evp/m_sha1.c
@@ -1,4 +1,3 @@
-/* crypto/evp/m_sha1.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/m_sigver.c b/crypto/evp/m_sigver.c
index 067d330144..0fe223fd3f 100644
--- a/crypto/evp/m_sigver.c
+++ b/crypto/evp/m_sigver.c
@@ -1,4 +1,3 @@
-/* m_sigver.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 2006.
diff --git a/crypto/evp/m_wp.c b/crypto/evp/m_wp.c
index 0a4a3a98c2..12b7765ece 100644
--- a/crypto/evp/m_wp.c
+++ b/crypto/evp/m_wp.c
@@ -1,4 +1,3 @@
-/* crypto/evp/m_wp.c */
#include <stdio.h>
#include "internal/cryptlib.h"
diff --git a/crypto/evp/names.c b/crypto/evp/names.c
index 8d132e9af0..610e0f5beb 100644
--- a/crypto/evp/names.c
+++ b/crypto/evp/names.c
@@ -1,4 +1,3 @@
-/* crypto/evp/names.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/p5_crpt.c b/crypto/evp/p5_crpt.c
index d27d83f7ee..7900e2873f 100644
--- a/crypto/evp/p5_crpt.c
+++ b/crypto/evp/p5_crpt.c
@@ -1,4 +1,3 @@
-/* p5_crpt.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/evp/p5_crpt2.c b/crypto/evp/p5_crpt2.c
index 0f5b82b1aa..b9ff5de07a 100644
--- a/crypto/evp/p5_crpt2.c
+++ b/crypto/evp/p5_crpt2.c
@@ -1,4 +1,3 @@
-/* p5_crpt2.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/evp/p_dec.c b/crypto/evp/p_dec.c
index 218c674bc3..37f6822be4 100644
--- a/crypto/evp/p_dec.c
+++ b/crypto/evp/p_dec.c
@@ -1,4 +1,3 @@
-/* crypto/evp/p_dec.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/p_enc.c b/crypto/evp/p_enc.c
index d2069c9c7d..d3bcaa0b7e 100644
--- a/crypto/evp/p_enc.c
+++ b/crypto/evp/p_enc.c
@@ -1,4 +1,3 @@
-/* crypto/evp/p_enc.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/p_lib.c b/crypto/evp/p_lib.c
index c7a0b5ac4c..0626c27e15 100644
--- a/crypto/evp/p_lib.c
+++ b/crypto/evp/p_lib.c
@@ -1,4 +1,3 @@
-/* crypto/evp/p_lib.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/p_open.c b/crypto/evp/p_open.c
index 0f2bc02ad2..41a721eea5 100644
--- a/crypto/evp/p_open.c
+++ b/crypto/evp/p_open.c
@@ -1,4 +1,3 @@
-/* crypto/evp/p_open.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/p_seal.c b/crypto/evp/p_seal.c
index 71231f4780..52436d1244 100644
--- a/crypto/evp/p_seal.c
+++ b/crypto/evp/p_seal.c
@@ -1,4 +1,3 @@
-/* crypto/evp/p_seal.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/p_sign.c b/crypto/evp/p_sign.c
index c5e479e8bd..46d2dccffc 100644
--- a/crypto/evp/p_sign.c
+++ b/crypto/evp/p_sign.c
@@ -1,4 +1,3 @@
-/* crypto/evp/p_sign.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/p_verify.c b/crypto/evp/p_verify.c
index 32ec0de121..631ce352f7 100644
--- a/crypto/evp/p_verify.c
+++ b/crypto/evp/p_verify.c
@@ -1,4 +1,3 @@
-/* crypto/evp/p_verify.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/pmeth_fn.c b/crypto/evp/pmeth_fn.c
index d86110b4e7..11c319dd41 100644
--- a/crypto/evp/pmeth_fn.c
+++ b/crypto/evp/pmeth_fn.c
@@ -1,4 +1,3 @@
-/* pmeth_fn.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 2006.
diff --git a/crypto/evp/pmeth_gn.c b/crypto/evp/pmeth_gn.c
index 368c687e2f..6d58f1b05e 100644
--- a/crypto/evp/pmeth_gn.c
+++ b/crypto/evp/pmeth_gn.c
@@ -1,4 +1,3 @@
-/* pmeth_gn.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 2006.
diff --git a/crypto/evp/pmeth_lib.c b/crypto/evp/pmeth_lib.c
index 1d7d57697c..b7b6e35a5e 100644
--- a/crypto/evp/pmeth_lib.c
+++ b/crypto/evp/pmeth_lib.c
@@ -1,4 +1,3 @@
-/* pmeth_lib.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 2006.
diff --git a/crypto/evp/scrypt.c b/crypto/evp/scrypt.c
index e609594a91..158816c9d9 100644
--- a/crypto/evp/scrypt.c
+++ b/crypto/evp/scrypt.c
@@ -1,4 +1,3 @@
-/* scrypt.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 2015.