chiark / gitweb /
Rearrange the file tree.
[catacomb] / symm / rc4.c
similarity index 98%
rename from rc4.c
rename to symm/rc4.c
index 83b510425ef1093a5fe7e0c4e1b7e9be976e60c1..0d02062c6c6002fb6b954deaf94d363858c1bd0e 100644 (file)
--- a/rc4.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id: rc4.c,v 1.6 2004/04/08 01:36:15 mdw Exp $
  *
  * The alleged RC4 stream cipher
  *
@@ -360,7 +358,7 @@ static test_chunk defs[] = {
 
 int main(int argc, char *argv[])
 {
-  test_run(argc, argv, defs, SRCDIR"/tests/rc4");
+  test_run(argc, argv, defs, SRCDIR"/t/rc4");
   return (0);
 }