summaryrefslogtreecommitdiff
path: root/lib/freebl/mpi/utils
diff options
context:
space:
mode:
Diffstat (limited to 'lib/freebl/mpi/utils')
-rw-r--r--lib/freebl/mpi/utils/README2
-rw-r--r--lib/freebl/mpi/utils/basecvt.c1
-rw-r--r--lib/freebl/mpi/utils/bbs_rand.c1
-rw-r--r--lib/freebl/mpi/utils/bbs_rand.h1
-rw-r--r--lib/freebl/mpi/utils/bbsrand.c1
-rw-r--r--lib/freebl/mpi/utils/dec2hex.c1
-rw-r--r--lib/freebl/mpi/utils/exptmod.c1
-rw-r--r--lib/freebl/mpi/utils/fact.c1
-rw-r--r--lib/freebl/mpi/utils/gcd.c1
-rw-r--r--lib/freebl/mpi/utils/hex2dec.c1
-rw-r--r--lib/freebl/mpi/utils/invmod.c1
-rw-r--r--lib/freebl/mpi/utils/isprime.c1
-rw-r--r--lib/freebl/mpi/utils/lap.c1
-rw-r--r--lib/freebl/mpi/utils/makeprime.c1
-rw-r--r--lib/freebl/mpi/utils/metime.c3
-rw-r--r--lib/freebl/mpi/utils/pi.c1
-rw-r--r--lib/freebl/mpi/utils/primegen.c1
-rw-r--r--lib/freebl/mpi/utils/prng.c1
-rwxr-xr-xlib/freebl/mpi/utils/ptab.pl3
-rw-r--r--lib/freebl/mpi/utils/sieve.c1
20 files changed, 0 insertions, 25 deletions
diff --git a/lib/freebl/mpi/utils/README b/lib/freebl/mpi/utils/README
index 90da5fee5..f2e926c27 100644
--- a/lib/freebl/mpi/utils/README
+++ b/lib/freebl/mpi/utils/README
@@ -237,5 +237,3 @@ Postal: 8000 Cummings Hall, Thayer School of Engineering
PGP key: http://linguist.dartmouth.edu/~sting/keys/mjf.html
9736 188B 5AFA 23D6 D6AA BE0D 5856 4525 289D 9907
-
-Last updated: $Id$
diff --git a/lib/freebl/mpi/utils/basecvt.c b/lib/freebl/mpi/utils/basecvt.c
index 7ffd1cad6..6cfda55fa 100644
--- a/lib/freebl/mpi/utils/basecvt.c
+++ b/lib/freebl/mpi/utils/basecvt.c
@@ -8,7 +8,6 @@
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-/* $Id$ */
#include <stdio.h>
#include <stdlib.h>
diff --git a/lib/freebl/mpi/utils/bbs_rand.c b/lib/freebl/mpi/utils/bbs_rand.c
index cb0ca3c3c..c905b0f69 100644
--- a/lib/freebl/mpi/utils/bbs_rand.c
+++ b/lib/freebl/mpi/utils/bbs_rand.c
@@ -4,7 +4,6 @@
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-/* $Id$ */
#include "bbs_rand.h"
diff --git a/lib/freebl/mpi/utils/bbs_rand.h b/lib/freebl/mpi/utils/bbs_rand.h
index cb48bf5e4..faf0f3d03 100644
--- a/lib/freebl/mpi/utils/bbs_rand.h
+++ b/lib/freebl/mpi/utils/bbs_rand.h
@@ -6,7 +6,6 @@
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-/* $Id$ */
#ifndef _H_BBSRAND_
#define _H_BBSRAND_
diff --git a/lib/freebl/mpi/utils/bbsrand.c b/lib/freebl/mpi/utils/bbsrand.c
index 832bd860c..6ef20bb3a 100644
--- a/lib/freebl/mpi/utils/bbsrand.c
+++ b/lib/freebl/mpi/utils/bbsrand.c
@@ -6,7 +6,6 @@
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-/* $Id$ */
#include <stdio.h>
#include <stdlib.h>
diff --git a/lib/freebl/mpi/utils/dec2hex.c b/lib/freebl/mpi/utils/dec2hex.c
index ae9c1ab88..13550e420 100644
--- a/lib/freebl/mpi/utils/dec2hex.c
+++ b/lib/freebl/mpi/utils/dec2hex.c
@@ -6,7 +6,6 @@
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-/* $Id$ */
#include <stdio.h>
#include <stdlib.h>
diff --git a/lib/freebl/mpi/utils/exptmod.c b/lib/freebl/mpi/utils/exptmod.c
index 78419431c..4aa5b2336 100644
--- a/lib/freebl/mpi/utils/exptmod.c
+++ b/lib/freebl/mpi/utils/exptmod.c
@@ -7,7 +7,6 @@
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-/* $Id$ */
#include <stdio.h>
#include <stdlib.h>
diff --git a/lib/freebl/mpi/utils/fact.c b/lib/freebl/mpi/utils/fact.c
index a965ad283..a8735ad6b 100644
--- a/lib/freebl/mpi/utils/fact.c
+++ b/lib/freebl/mpi/utils/fact.c
@@ -6,7 +6,6 @@
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-/* $Id$ */
#include <stdio.h>
#include <stdlib.h>
diff --git a/lib/freebl/mpi/utils/gcd.c b/lib/freebl/mpi/utils/gcd.c
index bbfa9f0ab..d5f3a4e34 100644
--- a/lib/freebl/mpi/utils/gcd.c
+++ b/lib/freebl/mpi/utils/gcd.c
@@ -6,7 +6,6 @@
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-/* $Id$ */
#include <stdio.h>
#include <stdlib.h>
diff --git a/lib/freebl/mpi/utils/hex2dec.c b/lib/freebl/mpi/utils/hex2dec.c
index 390e0d2ef..5bcb0f363 100644
--- a/lib/freebl/mpi/utils/hex2dec.c
+++ b/lib/freebl/mpi/utils/hex2dec.c
@@ -6,7 +6,6 @@
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-/* $Id$ */
#include <stdio.h>
#include <stdlib.h>
diff --git a/lib/freebl/mpi/utils/invmod.c b/lib/freebl/mpi/utils/invmod.c
index e8d6f12be..c71cc029e 100644
--- a/lib/freebl/mpi/utils/invmod.c
+++ b/lib/freebl/mpi/utils/invmod.c
@@ -6,7 +6,6 @@
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-/* $Id$ */
#include <stdio.h>
#include <stdlib.h>
diff --git a/lib/freebl/mpi/utils/isprime.c b/lib/freebl/mpi/utils/isprime.c
index 2534fd191..654889916 100644
--- a/lib/freebl/mpi/utils/isprime.c
+++ b/lib/freebl/mpi/utils/isprime.c
@@ -6,7 +6,6 @@
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-/* $Id$ */
#include <stdio.h>
#include <stdlib.h>
diff --git a/lib/freebl/mpi/utils/lap.c b/lib/freebl/mpi/utils/lap.c
index 99694fad6..b6ab884cc 100644
--- a/lib/freebl/mpi/utils/lap.c
+++ b/lib/freebl/mpi/utils/lap.c
@@ -6,7 +6,6 @@
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-/* $Id$ */
#include <stdio.h>
#include <stdlib.h>
diff --git a/lib/freebl/mpi/utils/makeprime.c b/lib/freebl/mpi/utils/makeprime.c
index cd08feb7f..22808c643 100644
--- a/lib/freebl/mpi/utils/makeprime.c
+++ b/lib/freebl/mpi/utils/makeprime.c
@@ -9,7 +9,6 @@
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-/* $Id$ */
#include <stdio.h>
#include <stdlib.h>
diff --git a/lib/freebl/mpi/utils/metime.c b/lib/freebl/mpi/utils/metime.c
index 89fb4022e..de5104304 100644
--- a/lib/freebl/mpi/utils/metime.c
+++ b/lib/freebl/mpi/utils/metime.c
@@ -3,12 +3,9 @@
*
* Modular exponentiation timing test
*
- * $Id$
- *
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-/* $Id$ */
#include <stdio.h>
#include <stdlib.h>
diff --git a/lib/freebl/mpi/utils/pi.c b/lib/freebl/mpi/utils/pi.c
index 53edc323d..78f57369b 100644
--- a/lib/freebl/mpi/utils/pi.c
+++ b/lib/freebl/mpi/utils/pi.c
@@ -12,7 +12,6 @@
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-/* $Id$ */
#include <stdio.h>
#include <stdlib.h>
diff --git a/lib/freebl/mpi/utils/primegen.c b/lib/freebl/mpi/utils/primegen.c
index 5c1213f98..aac7abaf9 100644
--- a/lib/freebl/mpi/utils/primegen.c
+++ b/lib/freebl/mpi/utils/primegen.c
@@ -14,7 +14,6 @@
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-/* $Id$ */
#include <stdio.h>
#include <stdlib.h>
diff --git a/lib/freebl/mpi/utils/prng.c b/lib/freebl/mpi/utils/prng.c
index b826d3ca3..59ccae068 100644
--- a/lib/freebl/mpi/utils/prng.c
+++ b/lib/freebl/mpi/utils/prng.c
@@ -6,7 +6,6 @@
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-/* $Id$ */
#include <stdio.h>
#include <stdlib.h>
diff --git a/lib/freebl/mpi/utils/ptab.pl b/lib/freebl/mpi/utils/ptab.pl
index d0fadfceb..ef2e565be 100755
--- a/lib/freebl/mpi/utils/ptab.pl
+++ b/lib/freebl/mpi/utils/ptab.pl
@@ -4,9 +4,6 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-# $Id$
-#
-
while(<>) {
chomp;
push(@primes, $_);
diff --git a/lib/freebl/mpi/utils/sieve.c b/lib/freebl/mpi/utils/sieve.c
index 2729c24f2..71a17c8f1 100644
--- a/lib/freebl/mpi/utils/sieve.c
+++ b/lib/freebl/mpi/utils/sieve.c
@@ -23,7 +23,6 @@
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-/* $Id$ */
#include <stdio.h>
#include <stdlib.h>