chiark / gitweb /
Rearrange the file tree.
[catacomb] / math / mp-modexp.c
similarity index 97%
rename from mp-modexp.c
rename to math/mp-modexp.c
index ff2cbe0f5d683b564f07d101939a8207b3d46a39..f52e5b062ed814e7768c09b7a58965eb0c053ed4 100644 (file)
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id$
  *
  * General-purpose modular exponentiation
  *
@@ -104,7 +102,7 @@ static test_chunk tests[] = {
 int main(int argc, char *argv[])
 {
   sub_init();
-  test_run(argc, argv, tests, SRCDIR "/tests/mp");
+  test_run(argc, argv, tests, SRCDIR "/t/mp");
   return (0);
 }