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]
/
pub
/
bbs-rand.c
diff --git
a/bbs-rand.c
b/pub/bbs-rand.c
similarity index 99%
rename from
bbs-rand.c
rename to
pub/bbs-rand.c
index 20d9c7a989853bb70cfc3471d52625dbcfe8c9c6..58b62b100c28fff9ebe3264a1a392846981fe190 100644
(file)
--- a/
bbs-rand.c
+++ b/
pub/bbs-rand.c
@@
-1,6
+1,4
@@
/* -*-c-*-
- *
- * $Id$
*
* Blum-Blum-Shub secure random number generator
*
@@
-414,7
+412,7
@@
static test_chunk tests[] = {
int main(int argc, char *argv[])
{
sub_init();
- test_run(argc, argv, tests, SRCDIR "/t
ests
/bbs");
+ test_run(argc, argv, tests, SRCDIR "/t/bbs");
return (0);
}