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
/
mp-modexp.c
diff --git
a/mp-modexp.c
b/math/mp-modexp.c
similarity index 97%
rename from
mp-modexp.c
rename to
math/mp-modexp.c
index ff2cbe0f5d683b564f07d101939a8207b3d46a39..f52e5b062ed814e7768c09b7a58965eb0c053ed4 100644
(file)
--- a/
mp-modexp.c
+++ b/
math/mp-modexp.c
@@
-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 "/t
ests
/mp");
+ test_run(argc, argv, tests, SRCDIR "/t/mp");
return (0);
}