chiark / gitweb /
Rearrange the file tree.
[catacomb] / pub / gkcdsa.c
similarity index 99%
rename from gkcdsa.c
rename to pub/gkcdsa.c
index ed2b37d581bfd2c7d11093b4e824e21147ff216e..eb5a3de8a6304808c5a7a1601d1a0baf535b4d48 100644 (file)
--- a/gkcdsa.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id$
  *
  * Generalized version of KCDSA
  *
@@ -302,7 +300,7 @@ static const test_chunk tests[] = {
 int main(int argc, char *argv[])
 {
   sub_init();
-  test_run(argc, argv, tests, SRCDIR "/tests/gkcdsa");
+  test_run(argc, argv, tests, SRCDIR "/t/gkcdsa");
   return (0);
 }