summaryrefslogtreecommitdiffstats
path: root/crypto/cast
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/cast
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/cast')
-rw-r--r--crypto/cast/c_cfb64.c1
-rw-r--r--crypto/cast/c_ecb.c1
-rw-r--r--crypto/cast/c_enc.c1
-rw-r--r--crypto/cast/c_ofb64.c1
-rw-r--r--crypto/cast/c_skey.c1
-rw-r--r--crypto/cast/cast_lcl.h1
-rw-r--r--crypto/cast/cast_s.h1
7 files changed, 0 insertions, 7 deletions
diff --git a/crypto/cast/c_cfb64.c b/crypto/cast/c_cfb64.c
index f2f16e5d77..32641b5a22 100644
--- a/crypto/cast/c_cfb64.c
+++ b/crypto/cast/c_cfb64.c
@@ -1,4 +1,3 @@
-/* crypto/cast/c_cfb64.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/cast/c_ecb.c b/crypto/cast/c_ecb.c
index 2430bb5faa..1e736f0664 100644
--- a/crypto/cast/c_ecb.c
+++ b/crypto/cast/c_ecb.c
@@ -1,4 +1,3 @@
-/* crypto/cast/c_ecb.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/cast/c_enc.c b/crypto/cast/c_enc.c
index 6e1d50f10d..8fe3b26f9b 100644
--- a/crypto/cast/c_enc.c
+++ b/crypto/cast/c_enc.c
@@ -1,4 +1,3 @@
-/* crypto/cast/c_enc.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/cast/c_ofb64.c b/crypto/cast/c_ofb64.c
index 4e0a7c2e6e..c7b42591d0 100644
--- a/crypto/cast/c_ofb64.c
+++ b/crypto/cast/c_ofb64.c
@@ -1,4 +1,3 @@
-/* crypto/cast/c_ofb64.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/cast/c_skey.c b/crypto/cast/c_skey.c
index 0b8de76703..5ce379b6a3 100644
--- a/crypto/cast/c_skey.c
+++ b/crypto/cast/c_skey.c
@@ -1,4 +1,3 @@
-/* crypto/cast/c_skey.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/cast/cast_lcl.h b/crypto/cast/cast_lcl.h
index b0f08294e3..10a1de3d73 100644
--- a/crypto/cast/cast_lcl.h
+++ b/crypto/cast/cast_lcl.h
@@ -1,4 +1,3 @@
-/* crypto/cast/cast_lcl.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/cast/cast_s.h b/crypto/cast/cast_s.h
index 380dc81aef..6eb0542d68 100644
--- a/crypto/cast/cast_s.h
+++ b/crypto/cast/cast_s.h
@@ -1,4 +1,3 @@
-/* crypto/cast/cast_s.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*