summaryrefslogtreecommitdiffstats
path: root/libtommath/etc/mersenne.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtommath/etc/mersenne.c')
-rw-r--r--libtommath/etc/mersenne.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/libtommath/etc/mersenne.c b/libtommath/etc/mersenne.c
index 939616f..28ac834 100644
--- a/libtommath/etc/mersenne.c
+++ b/libtommath/etc/mersenne.c
@@ -1,6 +1,6 @@
/* Finds Mersenne primes using the Lucas-Lehmer test
*
- * Tom St Denis, tomstdenis@iahu.ca
+ * Tom St Denis, tomstdenis@gmail.com
*/
#include <time.h>
#include <tommath.h>
@@ -138,7 +138,3 @@ main (void)
}
return 0;
}
-
-/* $Source: /root/tcl/repos-to-convert/tcl/libtommath/etc/mersenne.c,v $ */
-/* $Revision: 1.1.1.2 $ */
-/* $Date: 2005/09/26 16:32:16 $ */