chiark / gitweb /
Rearrange the file tree.
[catacomb] / pub / rsa-test.c
similarity index 99%
rename from rsa-test.c
rename to pub/rsa-test.c
index e4c330ff10b8a9bc96f97728f70a045618e42636..34b2a1f785fc2be31fbafc0f6e1c3608b0926dc1 100644 (file)
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id$
  *
  * Testing RSA padding operations
  *
@@ -506,7 +504,7 @@ int main(int argc, char *argv[])
 {
   sub_init();
   fib = fibrand_create(0);
-  test_run(argc, argv, tests, SRCDIR "/tests/rsa");
+  test_run(argc, argv, tests, SRCDIR "/t/rsa");
   GR_DESTROY(fib);
   return (0);
 }