aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn
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/bn
parent97ad4870299378741dcdd88189f19da78431afd9 (diff)
downloadopenssl-349807608f31b20af01a342d0072bb92e0b036e2.tar.gz
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/bn')
-rw-r--r--crypto/bn/bn_add.c1
-rw-r--r--crypto/bn/bn_asm.c1
-rw-r--r--crypto/bn/bn_blind.c1
-rw-r--r--crypto/bn/bn_const.c1
-rw-r--r--crypto/bn/bn_ctx.c1
-rw-r--r--crypto/bn/bn_depr.c1
-rw-r--r--crypto/bn/bn_div.c1
-rw-r--r--crypto/bn/bn_err.c1
-rw-r--r--crypto/bn/bn_exp.c1
-rw-r--r--crypto/bn/bn_exp2.c1
-rw-r--r--crypto/bn/bn_gcd.c1
-rw-r--r--crypto/bn/bn_gf2m.c1
-rw-r--r--crypto/bn/bn_kron.c1
-rw-r--r--crypto/bn/bn_lcl.h1
-rw-r--r--crypto/bn/bn_lib.c1
-rw-r--r--crypto/bn/bn_mod.c1
-rw-r--r--crypto/bn/bn_mont.c1
-rw-r--r--crypto/bn/bn_mpi.c1
-rw-r--r--crypto/bn/bn_mul.c1
-rw-r--r--crypto/bn/bn_nist.c1
-rw-r--r--crypto/bn/bn_prime.c1
-rw-r--r--crypto/bn/bn_print.c1
-rw-r--r--crypto/bn/bn_rand.c1
-rw-r--r--crypto/bn/bn_recp.c1
-rw-r--r--crypto/bn/bn_shift.c1
-rw-r--r--crypto/bn/bn_sqr.c1
-rw-r--r--crypto/bn/bn_sqrt.c1
-rw-r--r--crypto/bn/bn_word.c1
-rw-r--r--crypto/bn/bn_x931p.c1
-rw-r--r--crypto/bn/vms-helper.c1
30 files changed, 0 insertions, 30 deletions
diff --git a/crypto/bn/bn_add.c b/crypto/bn/bn_add.c
index bbb0584245..3e7d86b2dd 100644
--- a/crypto/bn/bn_add.c
+++ b/crypto/bn/bn_add.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_add.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bn/bn_asm.c b/crypto/bn/bn_asm.c
index 38c10e161c..9e9bce9052 100644
--- a/crypto/bn/bn_asm.c
+++ b/crypto/bn/bn_asm.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_asm.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bn/bn_blind.c b/crypto/bn/bn_blind.c
index bc2918e99b..a08d821ac3 100644
--- a/crypto/bn/bn_blind.c
+++ b/crypto/bn/bn_blind.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_blind.c */
/* ====================================================================
* Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved.
*
diff --git a/crypto/bn/bn_const.c b/crypto/bn/bn_const.c
index daa80ad404..12fdf2c84b 100644
--- a/crypto/bn/bn_const.c
+++ b/crypto/bn/bn_const.c
@@ -1,4 +1,3 @@
-/* crypto/bn/knownprimes.c */
/* Insert boilerplate */
#include <openssl/bn.h>
diff --git a/crypto/bn/bn_ctx.c b/crypto/bn/bn_ctx.c
index be7a20d634..88f5ac814f 100644
--- a/crypto/bn/bn_ctx.c
+++ b/crypto/bn/bn_ctx.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_ctx.c */
/* Written by Ulf Moeller for the OpenSSL project. */
/* ====================================================================
* Copyright (c) 1998-2004 The OpenSSL Project. All rights reserved.
diff --git a/crypto/bn/bn_depr.c b/crypto/bn/bn_depr.c
index b64aa5fb29..9e6b08f72c 100644
--- a/crypto/bn/bn_depr.c
+++ b/crypto/bn/bn_depr.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_depr.c */
/* ====================================================================
* Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
*
diff --git a/crypto/bn/bn_div.c b/crypto/bn/bn_div.c
index cbf27d3e94..2bb9c8c8a1 100644
--- a/crypto/bn/bn_div.c
+++ b/crypto/bn/bn_div.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_div.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bn/bn_err.c b/crypto/bn/bn_err.c
index 060a63d685..7412859edf 100644
--- a/crypto/bn/bn_err.c
+++ b/crypto/bn/bn_err.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_err.c */
/* ====================================================================
* Copyright (c) 1999-2015 The OpenSSL Project. All rights reserved.
*
diff --git a/crypto/bn/bn_exp.c b/crypto/bn/bn_exp.c
index e0db6c7cf3..b625c3b42b 100644
--- a/crypto/bn/bn_exp.c
+++ b/crypto/bn/bn_exp.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_exp.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bn/bn_exp2.c b/crypto/bn/bn_exp2.c
index 517b961023..f83615805a 100644
--- a/crypto/bn/bn_exp2.c
+++ b/crypto/bn/bn_exp2.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_exp2.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bn/bn_gcd.c b/crypto/bn/bn_gcd.c
index 84d1df5743..a3e56c85f6 100644
--- a/crypto/bn/bn_gcd.c
+++ b/crypto/bn/bn_gcd.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_gcd.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bn/bn_gf2m.c b/crypto/bn/bn_gf2m.c
index 11d00c6cda..84837a0f57 100644
--- a/crypto/bn/bn_gf2m.c
+++ b/crypto/bn/bn_gf2m.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_gf2m.c */
/* ====================================================================
* Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
*
diff --git a/crypto/bn/bn_kron.c b/crypto/bn/bn_kron.c
index 5a0eb7dfd2..20a64a7dd3 100644
--- a/crypto/bn/bn_kron.c
+++ b/crypto/bn/bn_kron.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_kron.c */
/* ====================================================================
* Copyright (c) 1998-2000 The OpenSSL Project. All rights reserved.
*
diff --git a/crypto/bn/bn_lcl.h b/crypto/bn/bn_lcl.h
index 1bdaee8e8f..013c0b3f86 100644
--- a/crypto/bn/bn_lcl.h
+++ b/crypto/bn/bn_lcl.h
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_lcl.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bn/bn_lib.c b/crypto/bn/bn_lib.c
index 150f4b80de..885f48239c 100644
--- a/crypto/bn/bn_lib.c
+++ b/crypto/bn/bn_lib.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_lib.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bn/bn_mod.c b/crypto/bn/bn_mod.c
index d7e4f9a627..99789b944a 100644
--- a/crypto/bn/bn_mod.c
+++ b/crypto/bn/bn_mod.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_mod.c */
/*
* Includes code written by Lenka Fibikova <fibikova@exp-math.uni-essen.de>
* for the OpenSSL project.
diff --git a/crypto/bn/bn_mont.c b/crypto/bn/bn_mont.c
index 90c718ba59..e0a9a0910e 100644
--- a/crypto/bn/bn_mont.c
+++ b/crypto/bn/bn_mont.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_mont.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bn/bn_mpi.c b/crypto/bn/bn_mpi.c
index c4c0adfe61..80d105dd55 100644
--- a/crypto/bn/bn_mpi.c
+++ b/crypto/bn/bn_mpi.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_mpi.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bn/bn_mul.c b/crypto/bn/bn_mul.c
index b601923eef..f30855a263 100644
--- a/crypto/bn/bn_mul.c
+++ b/crypto/bn/bn_mul.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_mul.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bn/bn_nist.c b/crypto/bn/bn_nist.c
index 621b1424ce..db8f687673 100644
--- a/crypto/bn/bn_nist.c
+++ b/crypto/bn/bn_nist.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_nist.c */
/*
* Written by Nils Larsch for the OpenSSL project
*/
diff --git a/crypto/bn/bn_prime.c b/crypto/bn/bn_prime.c
index 42d574bb2e..7d210d37cf 100644
--- a/crypto/bn/bn_prime.c
+++ b/crypto/bn/bn_prime.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_prime.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bn/bn_print.c b/crypto/bn/bn_print.c
index f528a36ff4..b73ed0a670 100644
--- a/crypto/bn/bn_print.c
+++ b/crypto/bn/bn_print.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_print.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bn/bn_rand.c b/crypto/bn/bn_rand.c
index 66a175c32a..ce4a0e17d7 100644
--- a/crypto/bn/bn_rand.c
+++ b/crypto/bn/bn_rand.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_rand.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bn/bn_recp.c b/crypto/bn/bn_recp.c
index ef23a8c751..7824a6da03 100644
--- a/crypto/bn/bn_recp.c
+++ b/crypto/bn/bn_recp.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_recp.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bn/bn_shift.c b/crypto/bn/bn_shift.c
index 4e43a60b22..4c8527583b 100644
--- a/crypto/bn/bn_shift.c
+++ b/crypto/bn/bn_shift.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_shift.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bn/bn_sqr.c b/crypto/bn/bn_sqr.c
index 9f5a5dc2d8..389b7cfab4 100644
--- a/crypto/bn/bn_sqr.c
+++ b/crypto/bn/bn_sqr.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_sqr.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bn/bn_sqrt.c b/crypto/bn/bn_sqrt.c
index ec18641150..7ae7536d67 100644
--- a/crypto/bn/bn_sqrt.c
+++ b/crypto/bn/bn_sqrt.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_sqrt.c */
/*
* Written by Lenka Fibikova <fibikova@exp-math.uni-essen.de> and Bodo
* Moeller for the OpenSSL project.
diff --git a/crypto/bn/bn_word.c b/crypto/bn/bn_word.c
index 57f0dcd115..718777b5b8 100644
--- a/crypto/bn/bn_word.c
+++ b/crypto/bn/bn_word.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_word.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bn/bn_x931p.c b/crypto/bn/bn_x931p.c
index 76ce6f67d2..3c8f34ac29 100644
--- a/crypto/bn/bn_x931p.c
+++ b/crypto/bn/bn_x931p.c
@@ -1,4 +1,3 @@
-/* bn_x931p.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 2005.
diff --git a/crypto/bn/vms-helper.c b/crypto/bn/vms-helper.c
index c5cf468da5..cb519c4eca 100644
--- a/crypto/bn/vms-helper.c
+++ b/crypto/bn/vms-helper.c
@@ -1,4 +1,3 @@
-/* vms-helper.c */
/* ====================================================================
* Copyright (c) 1999 The OpenSSL Project. All rights reserved.
*