chiark / gitweb /
Rearrange the file tree.
[catacomb] / symm / seal.c
similarity index 99%
rename from seal.c
rename to symm/seal.c
index 444a11cd40c977b4f212125d29ba73c47123820b..df7cd1ba4f9ee8aaa428b352d848dad0470aff58 100644 (file)
--- a/seal.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id: seal.c,v 1.2 2004/04/08 01:36:15 mdw Exp $
  *
  * The SEAL pseudo-random function family
  *
@@ -607,7 +605,7 @@ static test_chunk defs[] = {
 
 int main(int argc, char *argv[])
 {
-  test_run(argc, argv, defs, SRCDIR"/tests/seal");
+  test_run(argc, argv, defs, SRCDIR"/t/seal");
   return (0);
 }