chiark / gitweb /
Rearrange the file tree.
[catacomb] / symm / hmac-def.h
similarity index 99%
rename from hmac-def.h
rename to symm/hmac-def.h
index 8b6b4f58ea8d18d82eb4fde73450c13052407ced..032c69f2481d84ba7fdfb7915dee388eece5c129 100644 (file)
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id: hmac-def.h,v 1.8 2004/04/08 01:36:15 mdw Exp $
  *
  * Definitions for HMAC and NMAC
  *
@@ -427,7 +425,7 @@ static test_chunk macdefs[] = {                                             \
 int main(int argc, char *argv[])                                       \
 {                                                                      \
   ego(argv[0]);                                                                \
-  test_run(argc, argv, macdefs, SRCDIR"/tests/" #pre);                 \
+  test_run(argc, argv, macdefs, SRCDIR"/t/" #pre);                     \
   return (0);                                                          \
 }