aboutsummaryrefslogtreecommitdiff
path: root/crypto/rand
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/rand
parent97ad4870299378741dcdd88189f19da78431afd9 (diff)
downloadopenssl-349807608f31b20af01a342d0072bb92e0b036e2.zip
openssl-349807608f31b20af01a342d0072bb92e0b036e2.tar.gz
openssl-349807608f31b20af01a342d0072bb92e0b036e2.tar.bz2
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/rand')
-rw-r--r--crypto/rand/md_rand.c1
-rw-r--r--crypto/rand/rand_egd.c1
-rw-r--r--crypto/rand/rand_err.c1
-rw-r--r--crypto/rand/rand_lcl.h1
-rw-r--r--crypto/rand/rand_lib.c1
-rw-r--r--crypto/rand/rand_nw.c1
-rw-r--r--crypto/rand/rand_os2.c1
-rw-r--r--crypto/rand/rand_unix.c1
-rw-r--r--crypto/rand/rand_vms.c1
-rw-r--r--crypto/rand/rand_win.c1
-rw-r--r--crypto/rand/randfile.c1
11 files changed, 0 insertions, 11 deletions
diff --git a/crypto/rand/md_rand.c b/crypto/rand/md_rand.c
index 13ad774..f8db443 100644
--- a/crypto/rand/md_rand.c
+++ b/crypto/rand/md_rand.c
@@ -1,4 +1,3 @@
-/* crypto/rand/md_rand.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/rand/rand_egd.c b/crypto/rand/rand_egd.c
index e65dc09..f0d2e55 100644
--- a/crypto/rand/rand_egd.c
+++ b/crypto/rand/rand_egd.c
@@ -1,4 +1,3 @@
-/* crypto/rand/rand_egd.c */
/* Written by Ulf Moeller and Lutz Jaenicke for the OpenSSL project. */
/* ====================================================================
* Copyright (c) 1998-2000 The OpenSSL Project. All rights reserved.
diff --git a/crypto/rand/rand_err.c b/crypto/rand/rand_err.c
index c22677e..d01393a 100644
--- a/crypto/rand/rand_err.c
+++ b/crypto/rand/rand_err.c
@@ -1,4 +1,3 @@
-/* crypto/rand/rand_err.c */
/* ====================================================================
* Copyright (c) 1999-2015 The OpenSSL Project. All rights reserved.
*
diff --git a/crypto/rand/rand_lcl.h b/crypto/rand/rand_lcl.h
index 3ced44d..daa48dd 100644
--- a/crypto/rand/rand_lcl.h
+++ b/crypto/rand/rand_lcl.h
@@ -1,4 +1,3 @@
-/* crypto/rand/rand_lcl.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/rand/rand_lib.c b/crypto/rand/rand_lib.c
index 4a425d7..b43660b 100644
--- a/crypto/rand/rand_lib.c
+++ b/crypto/rand/rand_lib.c
@@ -1,4 +1,3 @@
-/* crypto/rand/rand_lib.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/rand/rand_nw.c b/crypto/rand/rand_nw.c
index e4c0414..e49498e 100644
--- a/crypto/rand/rand_nw.c
+++ b/crypto/rand/rand_nw.c
@@ -1,4 +1,3 @@
-/* crypto/rand/rand_nw.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/rand/rand_os2.c b/crypto/rand/rand_os2.c
index d95cd24..b370055 100644
--- a/crypto/rand/rand_os2.c
+++ b/crypto/rand/rand_os2.c
@@ -1,4 +1,3 @@
-/* crypto/rand/rand_os2.c */
/* ====================================================================
* Copyright (c) 1998-2000 The OpenSSL Project. All rights reserved.
*
diff --git a/crypto/rand/rand_unix.c b/crypto/rand/rand_unix.c
index 38f157b..87a436d 100644
--- a/crypto/rand/rand_unix.c
+++ b/crypto/rand/rand_unix.c
@@ -1,4 +1,3 @@
-/* crypto/rand/rand_unix.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/rand/rand_vms.c b/crypto/rand/rand_vms.c
index 0e10c36..5919f48 100644
--- a/crypto/rand/rand_vms.c
+++ b/crypto/rand/rand_vms.c
@@ -1,4 +1,3 @@
-/* crypto/rand/rand_vms.c */
/*
* Written by Richard Levitte <richard@levitte.org> for the OpenSSL project
* 2000.
diff --git a/crypto/rand/rand_win.c b/crypto/rand/rand_win.c
index 7bf4161..75bf33a 100644
--- a/crypto/rand/rand_win.c
+++ b/crypto/rand/rand_win.c
@@ -1,4 +1,3 @@
-/* crypto/rand/rand_win.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/rand/randfile.c b/crypto/rand/randfile.c
index a1b0c4d..8490ec3 100644
--- a/crypto/rand/randfile.c
+++ b/crypto/rand/randfile.c
@@ -1,4 +1,3 @@
-/* crypto/rand/randfile.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*