aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/include/internal
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/include/internal
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/include/internal')
-rw-r--r--crypto/include/internal/asn1_int.h1
-rw-r--r--crypto/include/internal/cryptlib.h1
-rw-r--r--crypto/include/internal/ct_int.h1
-rw-r--r--crypto/include/internal/evp_int.h1
-rw-r--r--crypto/include/internal/md32_common.h1
-rw-r--r--crypto/include/internal/x509_int.h1
6 files changed, 0 insertions, 6 deletions
diff --git a/crypto/include/internal/asn1_int.h b/crypto/include/internal/asn1_int.h
index 43b541c493..0b38eaa380 100644
--- a/crypto/include/internal/asn1_int.h
+++ b/crypto/include/internal/asn1_int.h
@@ -1,4 +1,3 @@
-/* asn1_int.h */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 2015.
diff --git a/crypto/include/internal/cryptlib.h b/crypto/include/internal/cryptlib.h
index 45a4d7a0e7..9e620e6428 100644
--- a/crypto/include/internal/cryptlib.h
+++ b/crypto/include/internal/cryptlib.h
@@ -1,4 +1,3 @@
-/* crypto/cryptlib.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/include/internal/ct_int.h b/crypto/include/internal/ct_int.h
index 31411b62be..1aa3745c9d 100644
--- a/crypto/include/internal/ct_int.h
+++ b/crypto/include/internal/ct_int.h
@@ -1,4 +1,3 @@
-/* crypto/ct/ct_locl.h */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 2015.
diff --git a/crypto/include/internal/evp_int.h b/crypto/include/internal/evp_int.h
index 614ccca3f6..24c6870628 100644
--- a/crypto/include/internal/evp_int.h
+++ b/crypto/include/internal/evp_int.h
@@ -1,4 +1,3 @@
-/* evp_int.h */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 2015.
diff --git a/crypto/include/internal/md32_common.h b/crypto/include/internal/md32_common.h
index 46c088cdf0..156fa3aeba 100644
--- a/crypto/include/internal/md32_common.h
+++ b/crypto/include/internal/md32_common.h
@@ -1,4 +1,3 @@
-/* crypto/md32_common.h */
/* ====================================================================
* Copyright (c) 1999-2007 The OpenSSL Project. All rights reserved.
*
diff --git a/crypto/include/internal/x509_int.h b/crypto/include/internal/x509_int.h
index c11d3b372e..7d3a7dfb58 100644
--- a/crypto/include/internal/x509_int.h
+++ b/crypto/include/internal/x509_int.h
@@ -1,4 +1,3 @@
-/* x509_int.h */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 2015.