chiark / gitweb /
Rearrange the file tree.
[catacomb] / rand / sslprf.c
similarity index 98%
rename from sslprf.c
rename to rand/sslprf.c
index 866ef89defa6e9fc54dee4d57efc85a1567e30ff..83a4c8424f3106c66c1cd0ec5a070fd2c4eb0f72 100644 (file)
--- a/sslprf.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id: sslprf.c,v 1.2 2004/04/08 01:36:15 mdw Exp $
  *
  * The SSL pseudo-random function
  *
@@ -349,7 +347,7 @@ static test_chunk defs[] = {
 
 int main(int argc, char *argv[])
 {
-  test_run(argc, argv, defs, SRCDIR"/tests/sslprf");
+  test_run(argc, argv, defs, SRCDIR"/t/sslprf");
   return (0);
 }