chiark / gitweb /
Rearrange the file tree.
[catacomb] / math / mp-modsqrt.c
similarity index 97%
rename from mp-modsqrt.c
rename to math/mp-modsqrt.c
index 1791185122f81ffae48fd5424561ad8971d76896..b4a11faec39799022d0755b9650f176293344b05 100644 (file)
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id: mp-modsqrt.c,v 1.5 2004/04/08 01:36:15 mdw Exp $
  *
  * Compute square roots modulo a prime
  *
@@ -200,7 +198,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);
 }