summaryrefslogtreecommitdiffstats
path: root/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 /include/internal
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 'include/internal')
-rw-r--r--include/internal/constant_time_locl.h1
-rw-r--r--include/internal/dane.h1
-rw-r--r--include/internal/o_dir.h1
-rw-r--r--include/internal/o_str.h1
4 files changed, 0 insertions, 4 deletions
diff --git a/include/internal/constant_time_locl.h b/include/internal/constant_time_locl.h
index 8269a328f7..8141173510 100644
--- a/include/internal/constant_time_locl.h
+++ b/include/internal/constant_time_locl.h
@@ -1,4 +1,3 @@
-/* crypto/constant_time_locl.h */
/*-
* Utilities for constant-time cryptography.
*
diff --git a/include/internal/dane.h b/include/internal/dane.h
index 0d35cc2405..e38ee85bcf 100644
--- a/include/internal/dane.h
+++ b/include/internal/dane.h
@@ -1,4 +1,3 @@
-/* dane.h */
/*
* Written by Viktor Dukhovni (viktor@openssl.org) for the OpenSSL project
* 2015.
diff --git a/include/internal/o_dir.h b/include/internal/o_dir.h
index bf45a14d02..427b37fee8 100644
--- a/include/internal/o_dir.h
+++ b/include/internal/o_dir.h
@@ -1,4 +1,3 @@
-/* crypto/o_dir.h */
/*
* Copied from Richard Levitte's (richard@levitte.org) LP library. All
* symbol names have been changed, with permission from the author.
diff --git a/include/internal/o_str.h b/include/internal/o_str.h
index fa512eb397..2db3485751 100644
--- a/include/internal/o_str.h
+++ b/include/internal/o_str.h
@@ -1,4 +1,3 @@
-/* crypto/o_str.h */
/*
* Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
* 2003.