chiark / gitweb /
Rearrange the file tree.
[catacomb] / math / mpmont.c
similarity index 99%
rename from mpmont.c
rename to math/mpmont.c
index 65b3fcc8b85ba3f5df8cb61d77adf396aabf553e..88efacab41309484d505fb1e997dcc99ebe978eb 100644 (file)
--- a/mpmont.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id$
  *
  * Montgomery reduction
  *
@@ -420,7 +418,7 @@ static test_chunk tests[] = {
 int main(int argc, char *argv[])
 {
   sub_init();
-  test_run(argc, argv, tests, SRCDIR "/tests/mpmont");
+  test_run(argc, argv, tests, SRCDIR "/t/mpmont");
   return (0);
 }