chiark / gitweb /
Rearrange the file tree.
[catacomb] / symm / hash.h
similarity index 99%
rename from hash.h
rename to symm/hash.h
index c2c10d042281bdaa99f6cef2e4fbfbe03bdc9e82..31cf4a85704ec523102e26f81362a8c38afce2ef 100644 (file)
--- a/hash.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id$
  *
  * Generic handling for message digest functions
  *
@@ -262,7 +260,7 @@ static test_chunk defs[] = {                                                \
 int main(int argc, char *argv[])                                       \
 {                                                                      \
   ego(argv[0]);                                                                \
-  test_run(argc, argv, defs, SRCDIR"/tests/" #pre);                    \
+  test_run(argc, argv, defs, SRCDIR"/t/" #pre);                                \
   return (0);                                                          \
 }