summaryrefslogtreecommitdiffstats
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)
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 13ad774d8a..f8db4430c1 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 e65dc0917a..f0d2e55a48 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 c22677e207..d01393add1 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 3ced44d803..daa48dd9f4 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 4a425d7e58..b43660b1fe 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 e4c0414721..e49498ec24 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 d95cd24a3b..b3700553ef 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 38f157b674..87a436d8ee 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 0e10c363e2..5919f48c17 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 7bf41616a6..75bf33ab62 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 a1b0c4dcfe..8490ec3340 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.
*