chiark
/
gitweb
/
~mdw
/
catacomb
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Rearrange the file tree.
[catacomb]
/
math
/
mpmont.c
diff --git
a/mpmont.c
b/math/mpmont.c
similarity index 99%
rename from
mpmont.c
rename to
math/mpmont.c
index 65b3fcc8b85ba3f5df8cb61d77adf396aabf553e..88efacab41309484d505fb1e997dcc99ebe978eb 100644
(file)
--- a/
mpmont.c
+++ b/
math/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 "/t
ests
/mpmont");
+ test_run(argc, argv, tests, SRCDIR "/t/mpmont");
return (0);
}