chiark / gitweb /
Rearrange the file tree.
[catacomb] / pub / dsa-verify.c
similarity index 97%
rename from dsa-verify.c
rename to pub/dsa-verify.c
index 90895b4519943f338bcdaaa567528e11c4084efe..5a6bd4e336dd35a975548d16337e5f47cf5f0583 100644 (file)
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id: dsa-verify.c,v 1.7 2004/04/08 01:36:15 mdw Exp $
  *
  * DSA signature verification
  *
@@ -198,7 +196,7 @@ static test_chunk tests[] = {
 int main(int argc, char *argv[])
 {
   sub_init();
-  test_run(argc, argv, tests, SRCDIR "/tests/dsa");
+  test_run(argc, argv, tests, SRCDIR "/t/dsa");
   return (0);
 }