summaryrefslogtreecommitdiffstats
path: root/apps
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 /apps
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 'apps')
-rw-r--r--apps/apps.h1
-rw-r--r--apps/s_apps.h1
-rw-r--r--apps/testrsa.h1
-rw-r--r--apps/timeouts.h1
4 files changed, 0 insertions, 4 deletions
diff --git a/apps/apps.h b/apps/apps.h
index e402f3c9ac..99bcd5098a 100644
--- a/apps/apps.h
+++ b/apps/apps.h
@@ -1,4 +1,3 @@
-/* apps/apps.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/apps/s_apps.h b/apps/s_apps.h
index 91faf4fe12..a065da493c 100644
--- a/apps/s_apps.h
+++ b/apps/s_apps.h
@@ -1,4 +1,3 @@
-/* apps/s_apps.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/apps/testrsa.h b/apps/testrsa.h
index 556f67b3d6..b163313660 100644
--- a/apps/testrsa.h
+++ b/apps/testrsa.h
@@ -1,4 +1,3 @@
-/* apps/testrsa.h */
/* used by apps/speed.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
diff --git a/apps/timeouts.h b/apps/timeouts.h
index f423010c0c..dc83e9deec 100644
--- a/apps/timeouts.h
+++ b/apps/timeouts.h
@@ -1,4 +1,3 @@
-/* apps/timeouts.h */
/*
* DTLS implementation written by Nagendra Modadugu
* (nagendra@cs.stanford.edu) for the OpenSSL project 2005.