chiark / gitweb /
Rearrange the file tree.
[catacomb] / pub / dsa-sign.c
similarity index 97%
rename from dsa-sign.c
rename to pub/dsa-sign.c
index 9d30dd98866dc9aca11c7e0dbbfc9129811605fb..23bbf7f5cee9b830f086936c9ec211c9d12ae731 100644 (file)
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id: dsa-sign.c,v 1.3 2004/04/08 01:36:15 mdw Exp $
  *
  * DSA signing operation
  *
@@ -191,7 +189,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);
 }