chiark / gitweb /
Rearrange the file tree.
[catacomb] / rand / tlsprf.c
similarity index 99%
rename from tlsprf.c
rename to rand/tlsprf.c
index 04c4c2535df3b0e4f5845114648dcc2da5814b38..3f055b0d69324a3ad80b11c2d7cca939da483364 100644 (file)
--- a/tlsprf.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id: tlsprf.c,v 1.3 2004/04/08 01:36:15 mdw Exp $
  *
  * The TLS pseudo-random function
  *
@@ -533,7 +531,7 @@ static test_chunk defs[] = {
 
 int main(int argc, char *argv[])
 {
-  test_run(argc, argv, defs, SRCDIR"/tests/tlsprf");
+  test_run(argc, argv, defs, SRCDIR"/t/tlsprf");
   return (0);
 }